From f67a0fe7b24fede6132b85ee882c29893bd2d918 Mon Sep 17 00:00:00 2001
From: Stan Seibert <volsung@xiph.org>
Date: Sat, 11 Aug 2001 21:43:31 +0000
Subject: [PATCH] Oops.  Last minute doc fixes.

git-svn-id: http://svn.xiph.org/trunk/ao@1735 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 CHANGES | 7 ++++++-
 README  | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index a55b361..9bce540 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,12 @@
 0.8.0 - August 2000
 - Major API rewrite.  Old apps and plugins will not work with this library!
 - Default driver detection now works.
-- /etc/libao.conf and ~/.libao config files now supported
+- /etc/libao.conf and ~/.libao config files now supported, see libao.conf man
+  page for details.
+- WAV files can now be piped to non-picky applications.  (Please don't
+  complain if this fails.  You shouldn't be using be using WAV for this
+  anyway.)
+- Various portability fixes for Solaris and *BSD.
 
 0.7.0 - June 2000
 - minor build fixes for different platforms
diff --git a/README b/README
index 96ef929..2a23bb8 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ process simpler and support multiple live-playback devices.  (The
 original code allowed one live playback driver, the wav driver, and a
 null driver to be compiled into the library.)  Jack Moffitt got it
 supporting dynamically loaded plugins so that binary versions of libao
-could be provided.  The API was revised after version 0.7.0.
+could be provided.  The API was revised for version 0.8.0.
 
 This code is being maintained by Stan Seibert (indigo@aztec.asu.edu) 
 and various other individuals.  Please DO NOT annoy Aaron Holtzman about 
-- 
GitLab