From: arno Date: Sun, 26 Jul 2009 10:05:16 +0000 (+0200) Subject: Bump version to 0.1 X-Git-Tag: v0.1 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=8a58d7bd72f27f30a650f24754821da67bbbf3a6 Bump version to 0.1 --- diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..b52d2ba --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,6 @@ +v0.1 +---- +- better separation between client and server +- allow to have items without an image +- internatinalisation and english translation +- rss feed diff --git a/build.sh b/build.sh index 8224f87..897ccb0 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -PROJVERS=0.0.1 +PROJVERS=0.1 PROJNAME=syp BUILDDIR=${1:-build}