paraslash 0.2.11 v0.2.11
authorAndre <maan@p133.(none)>
Sat, 11 Mar 2006 15:23:15 +0000 (16:23 +0100)
committerAndre <maan@p133.(none)>
Sat, 11 Mar 2006 15:23:15 +0000 (16:23 +0100)
Makefile.in
NEWS
configure.ac
scripts/demo-script
web/index.in.html

index ae0923c1439d9566b27f32e29d97ee02e87c3662..9ce793a4033a3e201bc43484e670dd2ac833acf3 100644 (file)
@@ -23,7 +23,7 @@ cc_version = $(shell $(CC) --version | head -n 1)
 version = @PACKAGE_VERSION@
 codename = atomic duality
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
 # produces lots of warnings on older debian systems with gcc-2.95.4
 # DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index c533666fcdaccb911f3ee54a05a6f707783d6bcf..6ff4df81299372f4e70878ab75431f405d7a7c84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
 NEWS
 ====
 
-0.?.? (to be announced) "atomic duality"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+0.2.11 (2006-03-11) "atomic duality"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Fairly many user-visible changes in this release. As two out of the
-three "database tools" of paraslash don't use a database at all,
+Here it is, the first paraslash release developed with git. There
+are fairly many user-visible changes in this release. As two out of
+the three "database tools" of paraslash don't use a database at all,
 they are now called "audio file selectors" instead.
 
 
index 06cbe7acf9ad56860280a80254290f2f8987ebf1..d22818a591d3bf52fb13c785cf71b806aaec225a 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.11], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic
index 9e12e803383e2cd44d6bebbfd1e5df8bbe542b38..6a51ec1651c3cbc4aeaeb6bc688898682f32d12e 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-git
+proj=paraslash-0.2.11
 df=$proj.tar.bz2 # download file
 url=http://$server/versions/$df
 kf="$dir/key.anonymous" # key file
index b20c9a0cec8797589f3a0ebd3e716a9d3dd505a6..211562f0be88b5bca9dc52ffed8405edf77a21e0 100644 (file)
@@ -1,5 +1,9 @@
 <h3>Events</h3>
 <ul>
+       <li>2006-03-11: <a href="versions/paraslash-0.2.11.tar.bz2">paraslash-0.2.11</a>
+               <a href="versions/paraslash-0.2.11.tar.bz2.asc">(sig)</a>
+               atomic duality"
+       </li>
        <li>2006-02-22: <a href="/cgi-bin/gitweb.cgi?p=.git;a=shortlog">browsable changelog</a> (gitweb)</li>
        <li>2006-02-17: <a href="versions/paraslash-0.2.10.tar.bz2">paraslash-0.2.10</a>
        <a href="versions/paraslash-0.2.10.tar.bz2.asc">(sig)</a> "cyclic attractor"</li>