[xiph-commits] r3350 - libfishsound/branches/1.0-stable
conrad at svn.annodex.net
conrad at svn.annodex.net
Sat Jan 12 02:21:12 PST 2008
Author: conrad
Date: 2008-01-12 02:21:12 -0800 (Sat, 12 Jan 2008)
New Revision: 3350
Modified:
libfishsound/branches/1.0-stable/ChangeLog
libfishsound/branches/1.0-stable/configure.ac
Log:
Release 0.9.0
Modified: libfishsound/branches/1.0-stable/ChangeLog
===================================================================
--- libfishsound/branches/1.0-stable/ChangeLog 2008-01-12 10:11:52 UTC (rev 3349)
+++ libfishsound/branches/1.0-stable/ChangeLog 2008-01-12 10:21:12 UTC (rev 3350)
@@ -1,3 +1,19 @@
+Sat Jan 12 19:11:09 JST 2008 Conrad Parker <conrad at metadecks.org>
+
+ * Version 0.9.0
+
+ * Encoding and decoding of the PCM audio and "Vorbiscomment" metadata
+ packets is supported for FLAC streams in Ogg.
+
+ * The documentation and test suite have been updated for FLAC.
+
+ * The decoder example now handles Ogg files containing multiple
+ logical bitstreams; it simply extracts the first audio track.
+ This demonstrates how to decode audio from a video file, or
+ one track of a multitrack audio file.
+
+ * Updated shared version info to 4:0:3
+
Thu Nov 8 15:36:47 JST 2007 Conrad Parker <conrad at metadecks.org>
* Version 0.8.1
Modified: libfishsound/branches/1.0-stable/configure.ac
===================================================================
--- libfishsound/branches/1.0-stable/configure.ac 2008-01-12 10:11:52 UTC (rev 3349)
+++ libfishsound/branches/1.0-stable/configure.ac 2008-01-12 10:21:12 UTC (rev 3350)
@@ -6,10 +6,10 @@
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libfishsound, 0.8.1)
+AM_INIT_AUTOMAKE(libfishsound, 0.9.0)
AM_CONFIG_HEADER(config.h)
-SHARED_VERSION_INFO="3:0:2"
+SHARED_VERSION_INFO="4:0:3"
SHLIB_VERSION_ARG=""
# Checks for programs.
More information about the commits
mailing list