From: Andre Noll Date: Fri, 1 Aug 2014 12:23:58 +0000 (+0200) Subject: paraslash 0.5.3 X-Git-Tag: v0.5.3^0 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0e054b2c4339694951b20b93e0c189037c796ef2;ds=sidebyside paraslash 0.5.3 --- diff --git a/NEWS b/NEWS index 311aca2b..40ab08a1 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ NEWS ==== -------------------------------------------------- -0.5.3 (to be released) "symbolic synchronization" -------------------------------------------------- +--------------------------------------------- +0.5.3 (2014-08-01) "symbolic synchronization" +--------------------------------------------- Not many new features, but lots of fixes and usability improvements. @@ -19,6 +19,9 @@ Not many new features, but lots of fixes and usability improvements. - The cpsi command now prints a meaningful error message if none of the given patterns matched any audio file. +Downloads: ./releases/paraslash-0.5.3.tar.bz2 (tarball), +./releases/paraslash-0.5.3.tar.bz2.asc (signature) + ---------------------------------------- 0.5.2 (2014-04-11) "orthogonal interior" ---------------------------------------- diff --git a/configure.ac b/configure.ac index f0749cc6..2465fb7e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.61]) -AC_INIT([paraslash],[git],[maan@systemlinux.org]) +AC_INIT([paraslash],[0.5.3],[maan@systemlinux.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile])