]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
paraslash 0.2.17 v0.2.17
authorAndre Noll <maan@systemlinux.org>
Tue, 20 Nov 2007 17:13:49 +0000 (18:13 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 20 Nov 2007 17:13:49 +0000 (18:13 +0100)
Makefile.in
NEWS
configure.ac
web/index.in.html

index a0a7fc43623061a88f04bce1d91b424314fbd1fc..f33273e0249bcc70d3f31f6a760c35ee5d3b3392 100644 (file)
@@ -15,8 +15,8 @@ system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 codename = isotropic threshold
 
 cc_version = $(shell $(CC) --version | head -n 1)
 codename = isotropic threshold
 
-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
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
diff --git a/NEWS b/NEWS
index 93d82b26df196bd29986ba681b726f5c1c8aeba3..35c51a00deb6f469026f5dffe2c5b6a1c0e78923 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 NEWS
 ====
 
 NEWS
 ====
 
-----------------------------------------------
-0.2.17 (to be announced) "isotropic threshold"
-----------------------------------------------
+-----------------------------------------
+0.2.17 (2007-11-20) "isotropic threshold"
+-----------------------------------------
 
 Mainly bugfixes and cleanups in this version which marks the end of
 the 0.2.x series if no serious bugs show up after the release.
 
 Mainly bugfixes and cleanups in this version which marks the end of
 the 0.2.x series if no serious bugs show up after the release.
@@ -19,6 +19,8 @@ the 0.2.x series if no serious bugs show up after the release.
        - update to ortp-0.13.1.
        - autoconf: extend checks for headers, library functions and
          compiler characteristics.
        - update to ortp-0.13.1.
        - autoconf: extend checks for headers, library functions and
          compiler characteristics.
+       - Fix streaming of large mp3 files.
+       - Fix an off-by-one bug in playlist handling.
 
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
 
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
index a0d3785cfe6c96b7e6dfdcc51a947f8b86a3de0a..2063ccd8e07e97dd53d55fa3a088283cea663d2a 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.17], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
index 8b3acb872cc819239bc03caf7372b55548c310af..da61a9d178dee1acc71f65c772a78c0b1d832060 100644 (file)
@@ -1,6 +1,10 @@
 <h1>Events</h1>
 <hr>
 <ul>
 <h1>Events</h1>
 <hr>
 <ul>
+       <li>2007-11-20: <a href="versions/paraslash-0.2.17.tar.bz2">paraslash-0.2.17</a>
+               <a href="versions/paraslash-0.2.17.tar.bz2.asc">(sig)</a>
+               "isotropic threshold"
+       </li>
        <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>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"