From: arno Date: Fri, 16 Apr 2010 22:11:56 +0000 (+0200) Subject: bump to version 0.4 X-Git-Tag: v0.4 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=4414f33ecd172ea188660a45c8d8fb3469416d4f bump to version 0.4 --- 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}