[xiph-commits] r11154 - icecast/trunk/libshout
brendan at svn.xiph.org
brendan at svn.xiph.org
Mon Apr 17 17:09:34 PDT 2006
Author: brendan
Date: 2006-04-17 17:09:33 -0700 (Mon, 17 Apr 2006)
New Revision: 11154
Modified:
icecast/trunk/libshout/NEWS
icecast/trunk/libshout/configure.ac
Log:
Bump version to 2.2.1
Modified: icecast/trunk/libshout/NEWS
===================================================================
--- icecast/trunk/libshout/NEWS 2006-04-18 00:09:03 UTC (rev 11153)
+++ icecast/trunk/libshout/NEWS 2006-04-18 00:09:33 UTC (rev 11154)
@@ -1,3 +1,10 @@
+libshout 2.2.1 (20060417)
+
+* Fix error handling while opening a connection, so that shout_open
+ can be retried.
+* pkgconfig fix for header installation
+* Fix a memory leak in HTTP authentication
+
libshout 2.2 (20060103)
* Speex support
Modified: icecast/trunk/libshout/configure.ac
===================================================================
--- icecast/trunk/libshout/configure.ac 2006-04-18 00:09:03 UTC (rev 11153)
+++ icecast/trunk/libshout/configure.ac 2006-04-18 00:09:33 UTC (rev 11154)
@@ -3,7 +3,7 @@
m4_define(libshout_major, 2)
m4_define(libshout_minor, 2)
-m4_define(libshout_micro, 0)
+m4_define(libshout_micro, 1)
m4_define(libshout_version,
m4_if(libshout_micro, 0, libshout_major.libshout_minor,
libshout_major.libshout_minor.libshout_micro))
More information about the commits
mailing list