Re-bump to 1.3.1
authorMonty <xiphmont@xiph.org>
Fri, 26 Mar 2010 06:59:58 +0000 (06:59 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 26 Mar 2010 06:59:58 +0000 (06:59 +0000)
svn path=/trunk/vorbis/; revision=17080

CHANGES
configure.ac
lib/info.c

diff --git a/CHANGES b/CHANGES
index 9f636a5..f5740b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,10 @@
-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
index de3ddf7..91e9d18 100644 (file)
@@ -5,7 +5,7 @@ dnl Initialization and Versioning
 dnl ------------------------------------------------
 
 
-AC_INIT([libvorbis],[1.3.0],[vorbis-dev@xiph.org])
+AC_INIT([libvorbis],[1.3.1],[vorbis-dev@xiph.org])
 
 AC_CONFIG_SRCDIR([lib/mdct.c])
 
index fb52570..ec24672 100644 (file)
@@ -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 */