1vsound-0.6: 10-Jul-2004
2    - First full (ie non-patch) release from <nsc@zorg.org>.
3    - Added autostop option. Kills the player after a set number of
4      seconds of inactivity (defined as the time that the /dev/dsp
5      device is closed)
6    - Fixed non-functional --resample (-r) option
7    - Small number of cosmetic changes to wrapper script
8
9vsound-0.4: 12-Nov-2000
10    - Changed standard output file format to AU.
11    - Added capability to pipe vsound output to another program.
12    - Vsound no longer uses the /tmp directory (which is often a small
13      partition) for temporary files.
14    - Silent operation has been returned to being the default behavior.
15
16vsound-0.3: 03-Aug-2000
17    - First full (ie non-patch) release from <erikd@zip.com.au>.
18    - Simultaneous playback and conversion is now optional using the
19      a command line switch.
20    - Added a command line option for re-sampling the output file at
21      a different sample rate.
22
23vsound-0.2p2: 14-Mar-2000
24    - Fixed to work with version 7 of RealPlayer. It should still work
25      with everything else.
26
27vsound-0.2p1: 04-Mar-2000
28    - Changed the operation. vsound now works by passing all data to /dev/dsp but
29      also saving required ioctl() call data and audio data to a separate file.
30
31vsound-0.2: 31-May-1999
32    - detect sound data format correctly.  Before, it was always
33      using signed 16 bit format (doh).
34    - Changed over to libtool 1.3, and now use the -avoid-version flag,
35      so only libvsound.so is created (not libvsound.so.0.0.0).
36
37vsound-0.1: 4-May-1999
38    - initial release.
39