paraslash 0.2.16 v0.2.16
authorAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2007 14:32:17 +0000 (16:32 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2007 14:32:17 +0000 (16:32 +0200)
Makefile.in
NEWS
configure.ac
web/index.in.html

index f7666ca73b990aeab1f6a809cf3466120476dbc9..243bec4c3335950658291d7e3d1a01689f49f159 100644 (file)
@@ -15,8 +15,8 @@ system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 codename = neural discharge
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
-DEBUG_CPPFLAGS += -Wredundant-decls
+#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+#DEBUG_CPPFLAGS += -Wredundant-decls
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
diff --git a/NEWS b/NEWS
index 59c847b5c4582be6887251f66d53c6b9ea3f64b6..f6995763fb03b3fe03fa97fa36f48c1e0236e40c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 NEWS
 ====
 
-------------------------------------------
-0.?.? (to be announced) "neural discharge"
-------------------------------------------
+--------------------------------------
+0.2.16 (2007-04-05) "neural discharge"
+--------------------------------------
 
 The main change in this release is the major audio format handler
 cleanup which removes some similar/duplicate code and makes it easier
index 316f95c74679613748e0fcc0f12c00b707d2f4a2..4d1ce96b93212407cb727afde255c0be57ca26d3 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.16], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
index cd61ac2026d5c7e227fe14c672f8199de050690d..8b3acb872cc819239bc03caf7372b55548c310af 100644 (file)
@@ -1,6 +1,10 @@
 <h1>Events</h1>
 <hr>
 <ul>
+       <li>2007-04-05: <a href="versions/paraslash-0.2.16.tar.bz2">paraslash-0.2.16</a>
+               <a href="versions/paraslash-0.2.16.tar.bz2.asc">(sig)</a>
+               "neural discharge"
+       </li>
        <li>2007-02-16: <a href="versions/paraslash-0.2.15.tar.bz2">paraslash-0.2.15</a>
                <a href="versions/paraslash-0.2.15.tar.bz2.asc">(sig)</a>
                "inductive resonance"