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
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.
- 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"
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)
<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"