From: Andre Noll Date: Fri, 11 Apr 2014 11:52:04 +0000 (+0200) Subject: paraslash 0.5.2 X-Git-Tag: v0.5.2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=refs%2Ftags%2Fv0.5.2;p=paraslash.git paraslash 0.5.2 --- diff --git a/NEWS b/NEWS index 77431a2f..508288ec 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ NEWS ==== ---------------------------------------------- -0.5.2 (to be announced) "orthogonal interior" ---------------------------------------------- +---------------------------------------- +0.5.2 (2014-04-11) "orthogonal interior" +---------------------------------------- The new sync filter, the AES_CTR128 stream cipher and the overhauled network code are the highlights of this release. It also includes a @@ -27,6 +27,9 @@ fair number of smaller fixes and improvements not mentioned here. - Improved user manual. - Minor fixes to avoid clang warnings. +Downloads: ./releases/paraslash-0.5.2.tar.bz2 (tarball), +./releases/paraslash-0.5.2.tar.bz2.asc (signature) + ------------------------------------------ 0.5.1 (2013-12-20) "temporary implication" ------------------------------------------ diff --git a/configure.ac b/configure.ac index 07ecffdd..a9f8785e 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.2],[maan@systemlinux.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile])