1[ @(#)$Id: CHANGES,v 1.4 1999/01/01 23:31:45 olli Exp $ ]
2
3Revision history in reverse chronological order (latest first).
4
50.6
6~~~
7CAM support (thanks to Kenneth Merry!).
8Support for various audio output formats (see the -f option).
9Devices parameters aren't hardcoded anymore, but they're read
10	from an rc file (~/.tosharc + /usr/local/etc/tosharc).
11Support for VideoCD tracks (CD-XA mode2/form2).
12
130.05
14~~~~
15Fixed Makefile (didn't compress manpages on "make install").
16Applied BSD-style copyright to everything.
17Finally created a manual page for pcmfade(1).
18
190.04
20~~~~
21Added -v switch (verbose) to display progress information,
22	see the manual page.
23Display of transfer rate and CD-ROM drive speed.
24A few cosmetic fixes.
25Cleaned up the source code a bit and added a few comments.
26
270.03
28~~~~
29Added -s and -e switches (start sector and end sector) to read an
30	arbitrary part of an audio CD (independent of track layout).
31Added -q switch (quiet), see the manual page.
32Added -k switch (kbps for mp3 size estimation), see the manual page.
33Added -b switch (buffer size), see the manual page.
34Improved tracks index display.
35Changed default buffer size from 24 to 10 sectors.
36Fixed a few minor bugs.
37Now includes a small tool "pcmfade" to create fade-ins and
38	fade-outs in raw audio files (sorry, no manual page,
39	type "pcmfade -h" for a short online help).
40
410.02
42~~~~
43Fixed bug causing wrong calculation of the number of tracks if
44	there were more than 15 tracks.
45Added -V switch to print the version number.
46
470.01
48~~~~
49First public release.
50