[xiph-cvs] cvs commit: ao CHANGES configure.in libao.spec
Jack Moffitt
jack at xiph.org
Tue Dec 18 22:35:17 PST 2001
jack 01/12/18 22:35:17
Modified: . CHANGES configure.in libao.spec
Log:
Updated for 0.8.2 release.
Revision Changes Path
1.6 +3 -0 ao/CHANGES
Index: CHANGES
===================================================================
RCS file: /usr/local/cvsroot/ao/CHANGES,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CHANGES 2001/08/11 21:43:31 1.5
+++ CHANGES 2001/12/19 06:35:16 1.6
@@ -1,3 +1,6 @@
+0.8.2 - December 2001
+- alsa09 plugin updated
+
0.8.0 - August 2000
- Major API rewrite. Old apps and plugins will not work with this library!
- Default driver detection now works.
1.39 +2 -2 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- configure.in 2001/12/07 01:57:53 1.38
+++ configure.in 2001/12/19 06:35:16 1.39
@@ -2,12 +2,12 @@
AC_INIT(src/audio_out.c)
-AM_INIT_AUTOMAKE(libao,0.8.1)
+AM_INIT_AUTOMAKE(libao,0.8.2)
AM_DISABLE_STATIC
dnl Library versioning
LIB_CURRENT=3
-LIB_REVISION=0
+LIB_REVISION=1
LIB_AGE=1
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
1.16 +4 -1 ao/libao.spec
Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libao.spec 2001/10/07 19:48:18 1.15
+++ libao.spec 2001/12/19 06:35:16 1.16
@@ -1,5 +1,5 @@
%define name libao
-%define version 0.8.1
+%define version 0.8.2
%define release 1
%define pluginver 2
@@ -72,6 +72,9 @@
/sbin/ldconfig
%changelog
+* Tue Dec 18 2001 Jack Moffitt <jack at xiph.org>
+- Update for 0.8.2 release.
+
* Sun Oct 07 2001 Jack Moffitt <jack at xiph.org>
- supports configurable prefixes
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list