From: Andre <maan@p133.(none)>
Date: Fri, 14 Jul 2006 14:36:15 +0000 (+0200)
Subject: paraslash 0.2.13
X-Git-Tag: v0.2.14~57^2~6
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=36932585ba94f26e24e1eadf0e3e620568479fd1;p=paraslash.git

paraslash 0.2.13
---

diff --git a/Makefile.in b/Makefile.in
index 2aece7ce..d636f6cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,11 +16,11 @@ install_sh = @install_sh@
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
-codename = oriented abstraction
+codename = sonic convolution
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
-DEBUG_CPPFLAGS += -Wredundant-decls
+#DEBUG_CPPFLAGS += -Wredundant-decls
 
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
diff --git a/NEWS b/NEWS
index b960da05..025a78e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 NEWS
 ====
 
--------------------------------------------
-0.?.? (to be announced) "sonic convolution"
--------------------------------------------
+---------------------------------------
+0.2.13 (2006-07-14) "sonic convolution"
+---------------------------------------
 
 A bunch of new features and core changes.
 
diff --git a/configure.ac b/configure.ac
index edb0637a..abd40385 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.13], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic
diff --git a/scripts/demo-script b/scripts/demo-script
index 1e394499..a6e29fc0 100755
--- a/scripts/demo-script
+++ b/scripts/demo-script
@@ -6,7 +6,7 @@ dir="$HOME/.paraslash"
 client_conf="$dir/client.conf"
 audioc_conf="$dir/audioc.conf"
 server=www.paraslash.org
-proj=paraslash-0.2.12
+proj=paraslash-0.2.13
 df=$proj.tar.bz2 # download file
 url=http://$server/versions/$df
 kf="$dir/key.anonymous" # key file
diff --git a/web/index.in.html b/web/index.in.html
index 1299baf9..47db1f15 100644
--- a/web/index.in.html
+++ b/web/index.in.html
@@ -1,6 +1,10 @@
 <h1>Events</h1>
 <hr>
 <ul>
+	<li>2007-07-14: <a href="versions/paraslash-0.2.13.tar.bz2">paraslash-0.2.13</a>
+		<a href="versions/paraslash-0.2.13.tar.bz2.asc">(sig)</a>
+		"sonic convolution"
+	</li>
 	<li>2006-05-12: <a href="versions/paraslash-0.2.12.tar.bz2">paraslash-0.2.12</a>
 		<a href="versions/paraslash-0.2.12.tar.bz2.asc">(sig)</a>
 		"oriented abstraction"