[xiph-commits] r11588 - icecast/trunk/libshout

brendan at svn.xiph.org brendan at svn.xiph.org
Mon Jun 19 13:38:32 PDT 2006


Author: brendan
Date: 2006-06-19 13:38:29 -0700 (Mon, 19 Jun 2006)
New Revision: 11588

Modified:
   icecast/trunk/libshout/NEWS
   icecast/trunk/libshout/configure.ac
Log:
libshout 2.2.2 tagged and bagged.

Modified: icecast/trunk/libshout/NEWS
===================================================================
--- icecast/trunk/libshout/NEWS	2006-06-19 06:45:05 UTC (rev 11587)
+++ icecast/trunk/libshout/NEWS	2006-06-19 20:38:29 UTC (rev 11588)
@@ -1,3 +1,12 @@
+libshout 2.2.2 (20060619)
+
+* Handle Oggs that don't begin with zero granulepos.
+* Install header in correct location (broken in 2.2.1).
+* Theora memory leak fix.
+* Non-blocking shout_open was failing unnecessarily in the
+  connect_pending state.
+* Cast some size_ts to ints for display purposes.
+
 libshout 2.2.1 (20060417)
 
 * Fix error handling while opening a connection, so that shout_open

Modified: icecast/trunk/libshout/configure.ac
===================================================================
--- icecast/trunk/libshout/configure.ac	2006-06-19 06:45:05 UTC (rev 11587)
+++ icecast/trunk/libshout/configure.ac	2006-06-19 20:38:29 UTC (rev 11588)
@@ -3,7 +3,7 @@
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 2)
-m4_define(libshout_micro, 1)
+m4_define(libshout_micro, 2)
 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