From 4414f33ecd172ea188660a45c8d8fb3469416d4f Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 17 Apr 2010 00:11:56 +0200 Subject: [PATCH] bump to version 0.4 --- CHANGES.txt | 7 +++++++ build.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 16e7de5..556c6fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,3 +20,10 @@ v0.3 - improve wizard: hand editing of setting.php is no more mandatory to set SYP - web ui to change password - option to show popup near any corner. + +v0.4 +---- +- custom css rules +- database driver +- when selecting a cluster, zoom until features are detached +- postgresql support as a database backend diff --git a/build.sh b/build.sh index f78d47c..216a2ad 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -PROJVERS=0.3 +PROJVERS=0.4 PROJNAME=syp BUILDDIR=${1:-build} -- 2.39.2