prepareations for 0.9.5 release
authorMatthias Braun <matze@braunis.de>
Mon, 14 Jul 2008 14:28:55 +0000 (14:28 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 14 Jul 2008 14:28:55 +0000 (14:28 +0000)
[r20453]

NEWS
make_release.sh

diff --git a/NEWS b/NEWS
index 7da07e1..9116d38 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===== cparser 0.9.5 (14.06.2008) =====
+
+* sync with latest libfirm
+* improve error handling (more graceful continue in case of an error)
+* lots of bugfixes
+* compatibility fixes for old C stuff (=> SPECint2000 works now)
+* improved commandline
+
 ===== cparser 0.9 (18.02.2008) =====
 
 * initial release
index 157b503..1826328 100755 (executable)
@@ -2,7 +2,7 @@
 
 #set -x
 WORKDIR="release"
-VERSION="0.9.1"
+VERSION="0.9.5"
 RELEASEDIR="cparser-$VERSION"
 FULLRELEASEDIR="$WORKDIR/$RELEASEDIR"
 RELEASEFILE="cparser-$VERSION.tar.bz2"