Blame CHANGES

Packit 57f8ee
1.2.0 - January 27, 2014
Packit 57f8ee
 - Added missing ao_file_extension() (see Trac #1841)
Packit 57f8ee
 - Fixed memory leak in ao_shutdown() (see Trac #1799)
Packit 57f8ee
 - Updated manpage libao.conf.5 (see Trac #1822)
Packit 57f8ee
 - Corrected doc/ao_play.html (see Trac #1808)
Packit 57f8ee
 - Latency adjustments
Packit 57f8ee
 - Implement PulseAudio client_name (see Trac #1924)
Packit 57f8ee
 - Other ALSA, Pulse, Roar, sndio and MacOS driver improvements
Packit 57f8ee
Packit 57f8ee
1.1.0 - February 21, 2011
Packit 57f8ee
 - Add autofoo ld symbol versioning to build system
Packit 57f8ee
 - Update Roar driver to latest API
Packit 57f8ee
 - Fix Roar driver to not block on SLP lookup during probe
Packit 57f8ee
 - Improve/correct latency setup in ALSA (see Trac #1762)
Packit 57f8ee
 - Add missing ctype.h header in build (see Trac #1760)
Packit 57f8ee
 - Move toward more consistent option naming across drivers
Packit 57f8ee
 - Fix Mac OS X AUHAL support to properly handle suspend/wakeup,
Packit 57f8ee
   headphone plug/unplug, other hardware events
Packit 57f8ee
 - Correct ao_example.c source to not pass dangling pointer for 
Packit 57f8ee
   the matrix argument.
Packit 57f8ee
 - Add 24 bit playback to Pulse plugin
Packit 57f8ee
 - Fix 24 bit playback in ALSA plugin
Packit 57f8ee
 - Fix segfaults when closing a driver that did not successfully open.
Packit 57f8ee
 - Fix compilation of sndio plugin
Packit 57f8ee
 - Fix building Mac OS X driver AUHAL compilation for 10.5,
Packit 57f8ee
   restore Mac OS X 10.4 support
Packit 57f8ee
Packit 57f8ee
1.0.0 - March 25, 2010
Packit 57f8ee
 - AO returns to active development
Packit 57f8ee
 - Added surround channel mapping API and capability
Packit 57f8ee
 - Update and test all drivers on modern installs
Packit 57f8ee
 - New config file options
Packit 57f8ee
 - Driver options may be specifid in config file
Packit 57f8ee
 - Support for MacosX < 10.5 dropped, driver modded to AUHAL
Packit 57f8ee
 - Build in WMM driver rather than using dlopen()
Packit 57f8ee
 - Added Roar Audio driver
Packit 57f8ee
 - Added OpenBSD SNDIO driver
Packit 57f8ee
 - Work around ESD non-4096 byte write bug
Packit 57f8ee
 - Work around aRts server crash bug
Packit 57f8ee
 - Workaround for VIA82xx click/crackle bugs under ALSA
Packit 57f8ee
 - Remove dead/unused drivers (solaris, alasa05, mmsound)
Packit 57f8ee
 - Numerous patches from multiple downstreams
Packit 57f8ee
Packit 57f8ee
0.8.8 - May 24, 2007
Packit 57f8ee
 - New win32 driver
Packit 57f8ee
 - Few fixes and changes in autotools and configuration files.
Packit 57f8ee
Packit 57f8ee
0.8.7 - unreleased snapshot
Packit 57f8ee
- obsolete alsa device renamed to alsa05
Packit 57f8ee
- the 'alsa' device now uses the 0.9/1.0 API
Packit 57f8ee
- ALSA driver fixes
Packit 57f8ee
Packit 57f8ee
0.8.6 - January 11, 2005
Packit 57f8ee
- Added Polypaudio driver(libao-polyp 0.4) 
Packit 57f8ee
  from Lennart Poettering <mzyvonbcbylc (at) 0pointer (dot) de>
Packit 57f8ee
- Use esd_close() in the esd driver
Packit 57f8ee
- Broaden sample rate tolerance in the OSS driver for nForce 
Packit 57f8ee
  compatibility
Packit 57f8ee
Packit 57f8ee
0.8.5 - March 19, 2004
Packit 57f8ee
- Support now for the ALSA 1.0 API
Packit 57f8ee
- Can build with --disable-esd option again
Packit 57f8ee
- Minor build fixes
Packit 57f8ee
- ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap"
Packit 57f8ee
  option.
Packit 57f8ee
- Patch to OSS plugin to fix skipping issues with some drivers
Packit 57f8ee
  (like emu10k1).
Packit 57f8ee
Packit 57f8ee
0.8.4 - October 4, 2003
Packit 57f8ee
- Added AIX sound driver from Stefan Tibus <sjti@gmx.net>
Packit 57f8ee
- Committed some fixes from the Fink project to allow compiling on
Packit 57f8ee
  OS X (still with all the dlcompat stuff)
Packit 57f8ee
- Improvements in plugin detection code by David Walser, especially
Packit 57f8ee
  when ESD or aRts are present.
Packit 57f8ee
- NAS plugin from Antoine Mathys.
Packit 57f8ee
- Portability fixes for various platforms (including dlopen() bugs) 
Packit 57f8ee
  including HP-UX and *BSD.
Packit 57f8ee
- Memory/resource leak fixes
Packit 57f8ee
- Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr.  This
Packit 57f8ee
  should fix stuttering audio for mpg321 users.  The
Packit 57f8ee
  --enable-alsa09-mmap option to ./configure turns on memory-mapped
Packit 57f8ee
  I/O.  Note this is an experimental feature and causes some problems
Packit 57f8ee
  with some sound card drivers and also users of the dmix software mixer.
Packit 57f8ee
Packit 57f8ee
0.8.3 - July 2002
Packit 57f8ee
- fix to ao.m4 macro
Packit 57f8ee
- minor alsa09 plugin updates
Packit 57f8ee
- fixes to irix plugin
Packit 57f8ee
Packit 57f8ee
0.8.2 - December 2001
Packit 57f8ee
- alsa09 plugin updated
Packit 57f8ee
Packit 57f8ee
0.8.0 - August 2000
Packit 57f8ee
- Major API rewrite.  Old apps and plugins will not work with this library!
Packit 57f8ee
- Default driver detection now works.
Packit 57f8ee
- /etc/libao.conf and ~/.libao config files now supported, see libao.conf man
Packit 57f8ee
  page for details.
Packit 57f8ee
- WAV files can now be piped to non-picky applications.  (Please don't
Packit 57f8ee
  complain if this fails.  You shouldn't be using be using WAV for this
Packit 57f8ee
  anyway.)
Packit 57f8ee
- Various portability fixes for Solaris and *BSD.
Packit 57f8ee
Packit 57f8ee
0.7.0 - June 2000
Packit 57f8ee
- minor build fixes for different platforms
Packit 57f8ee
Packit 57f8ee
0.6.0 - December 2000
Packit 57f8ee
- slight api modification with ao_append_option()
Packit 57f8ee
- fixed an option leak
Packit 57f8ee
Packit 57f8ee
0.5.0 - November 2000
Packit 57f8ee
- first official release under the Xiphophorus projects
Packit 57f8ee