Update version string and CHANGES file toward release
authorMonty <xiphmont@xiph.org>
Fri, 26 Mar 2010 02:57:50 +0000 (02:57 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 26 Mar 2010 02:57:50 +0000 (02:57 +0000)
svn path=/trunk/vorbis/; revision=17059

CHANGES
lib/info.c

diff --git a/CHANGES b/CHANGES
index 36244f6..9f636a5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+libvorbis 1.3.0 (2010-02-25) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"
+
+ * 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 
+   machines that caused inflated bitrates
+ * Numerous API hardening, leak and build fixes 
+ * Correct bug in 22kHz compand setup that could cause a crash
+ * Correct bug in 16kHz codebooks that could cause unstable pure 
+   tones at high bitrates
+
 libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"
 
  * correct a vorbisfile bug that prevented proper playback of
index 7ed2a27..fb52570 100644 (file)
@@ -31,8 +31,8 @@
 #include "misc.h"
 #include "os.h"
 
-#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.0pre"
-#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20100303pre (Everywhere)"
+#define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.3.0"
+#define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20100325 (Everywhere)"
 
 /* helpers */
 static int ilog2(unsigned int v){