From 72cc3679948fe7c1f1b74f809a4dd2b949dc1bde Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Tue, 20 Nov 2007 18:13:49 +0100
Subject: [PATCH] paraslash 0.2.17

---
 Makefile.in       | 4 ++--
 NEWS              | 8 +++++---
 configure.ac      | 2 +-
 web/index.in.html | 4 ++++
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index a0a7fc43..f33273e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,8 +15,8 @@ system = $(shell uname -rs)
 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
diff --git a/NEWS b/NEWS
index 93d82b26..35c51a00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
 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.
@@ -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.
+	- Fix streaming of large mp3 files.
+	- Fix an off-by-one bug in playlist handling.
 
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
diff --git a/configure.ac b/configure.ac
index a0d3785c..2063ccd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 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)
diff --git a/web/index.in.html b/web/index.in.html
index 8b3acb87..da61a9d1 100644
--- a/web/index.in.html
+++ b/web/index.in.html
@@ -1,6 +1,10 @@
 <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"
-- 
2.39.5