From 051fe43b23da443e7a66d37d531c632812fe5ffe Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 26 Mar 2010 06:59:58 +0000 Subject: [PATCH] Re-bump to 1.3.1 svn path=/trunk/vorbis/; revision=17080 --- CHANGES | 8 +++++++- configure.ac | 2 +- lib/info.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 9f636a5..f5740b9 100644 --- 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 diff --git a/configure.ac b/configure.ac index de3ddf7..91e9d18 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/lib/info.c b/lib/info.c index fb52570..ec24672 100644 --- a/lib/info.c +++ b/lib/info.c @@ -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 */ -- 2.7.4