[xiph-commits] r17080 - in trunk/vorbis: . lib

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Mar 25 23:59:58 PDT 2010


Author: xiphmont
Date: 2010-03-25 23:59:58 -0700 (Thu, 25 Mar 2010)
New Revision: 17080

Modified:
   trunk/vorbis/CHANGES
   trunk/vorbis/configure.ac
   trunk/vorbis/lib/info.c
Log:
Re-bump to 1.3.1



Modified: trunk/vorbis/CHANGES
===================================================================
--- trunk/vorbis/CHANGES	2010-03-26 06:51:41 UTC (rev 17079)
+++ trunk/vorbis/CHANGES	2010-03-26 06:59:58 UTC (rev 17080)
@@ -1,5 +1,11 @@
-libvorbis 1.3.0 (2010-02-25) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"
+libvorbis 1.3.1 (2010-02-26) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"
 
+ * tweak + minor arithmetic fix in floor1 fit
+ * revert noise norm to conservative 1.2.3 behavior pending 
+   more listening testing
+
+libvorbis 1.3.0 (2010-02-25) -- unreleased staging snapshot
+
  * Optimized surround support for 5.1 encoding at 44.1/48kHz
  * Added encoder control call to disable channel coupling
  * Correct an overflow bug in very low-bitrate encoding on 32 bit 

Modified: trunk/vorbis/configure.ac
===================================================================
--- trunk/vorbis/configure.ac	2010-03-26 06:51:41 UTC (rev 17079)
+++ trunk/vorbis/configure.ac	2010-03-26 06:59:58 UTC (rev 17080)
@@ -5,7 +5,7 @@
 dnl ------------------------------------------------
 
 
-AC_INIT([libvorbis],[1.3.0],[vorbis-dev at xiph.org])
+AC_INIT([libvorbis],[1.3.1],[vorbis-dev at xiph.org])
 
 AC_CONFIG_SRCDIR([lib/mdct.c])
 

Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c	2010-03-26 06:51:41 UTC (rev 17079)
+++ trunk/vorbis/lib/info.c	2010-03-26 06:59:58 UTC (rev 17080)
@@ -31,7 +31,7 @@
 #include "misc.h"
 #include "os.h"
 
-#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.0"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.1"
 #define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20100325 (Everywhere)"
 
 /* helpers */



More information about the commits mailing list