summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2007-07-25 16:27:00 +0000
committerRalph Giles <giles@xiph.org>2007-07-25 16:27:00 +0000
commitaa7deae7d778550e5e9e16d6318c72a1f5f42a99 (patch)
tree394b5629e5fa2bf5ebbb783aae4bb6b4902951c4
parent424a865c5d1c020ed74873b06d715db8caa287cb (diff)
downloadlibvorbis-git-aa7deae7d778550e5e9e16d6318c72a1f5f42a99.tar.gz
Update library versioning and changelog for the 1.2.0 release.v1.2.0
svn path=/trunk/vorbis/; revision=13312
-rw-r--r--CHANGES4
-rw-r--r--configure.in16
2 files changed, 11 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 0b2cc263..e01cff7e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
-libvorbis 1.2.0 (unreleased) -- "Xiph.Org libVorbis I 20070622"
+libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
+ * new ov_fopen() convenience call that avoids the common
+ stdio conflicts with ov_open() and MSVC runtimes.
* libvorbisfile now handles multiplexed streams
* improve robustness to corrupt input streams
* fix a minor encoder bug
diff --git a/configure.in b/configure.in
index b1043260..fcf364c9 100644
--- a/configure.in
+++ b/configure.in
@@ -11,19 +11,19 @@ AC_CANONICAL_TARGET
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(libvorbis,1.2.0svn)
+AM_INIT_AUTOMAKE(libvorbis,1.2.0)
AM_MAINTAINER_MODE
dnl Library versioning
-V_LIB_CURRENT=3
-V_LIB_REVISION=1
-V_LIB_AGE=3
-VF_LIB_CURRENT=4
-VF_LIB_REVISION=1
-VF_LIB_AGE=1
+V_LIB_CURRENT=4
+V_LIB_REVISION=0
+V_LIB_AGE=4
+VF_LIB_CURRENT=5
+VF_LIB_REVISION=0
+VF_LIB_AGE=2
VE_LIB_CURRENT=2
-VE_LIB_REVISION=2
+VE_LIB_REVISION=3
VE_LIB_AGE=0
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)