]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
paraslash 0.2.13 v0.2.13
authorAndre <maan@p133.(none)>
Fri, 14 Jul 2006 14:36:15 +0000 (16:36 +0200)
committerAndre <maan@p133.(none)>
Fri, 14 Jul 2006 14:36:15 +0000 (16:36 +0200)
Makefile.in
NEWS
configure.ac
scripts/demo-script
web/index.in.html

index 2aece7ceb5013a5e7bdfc1af7df2540a1487ac85..d636f6cf3e7f631ffa032f7e3ef7f3f27f6efcca 100644 (file)
@@ -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 b960da05dd2549de604c7acd0117cc4939701f94..025a78e0b4474ca3212c0cdec267fd124db375f9 100644 (file)
--- 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.
 
index edb0637aeffdf3b65aa533586fb81fedfc5e4a69..abd40385cf47982055e6b2400d5d937938d1731e 100644 (file)
@@ -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
index 1e394499fa2a357e3adc2ef4ba715443694b6278..a6e29fc0ca86512b88be1176657c2cd78fd0deae 100755 (executable)
@@ -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
index 1299baf992921dc8fa299d864d316f155c167987..47db1f1534ddb41cdcee585dba0b4c621c9e0930 100644 (file)
@@ -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"