Changes from 0.7.4 to 0.7.5
- small fix oss.
- critical fixes for w32 audio devices.

Changes from 0.7.3 to 0.7.4
- fetch codec from AudioStream.

Changes from 0.7.2 to 0.7.3
- make sure w32 ssize_t matches commonc++ as "int"

Changes from 0.7.1 to 0.7.2
- AudioStream single frame get/put buffer operations now use packet mode.
- some placeholder modes...
- enable-debug configure option...

Changes from 0.7.0 to 0.7.1
- padding information added to Info class.
- audiotool --info can show computed framing for mp3 files

Changes from 0.6.1 to 0.7.0
- maxFramesize to get maximum possible buffer size for a given encoding.
- mp3 file access stuff, first try
- new headersize field for frame fragment header in Audio::Info.

Changes from 0.6.0 to 0.6.1
- mismatch in some size types.
- make sure man pages are in EXTRAS_DIST

Changes from 0.5.0 to 0.6.0
- w32 common files merged under GNU Telephony
- use of common AudioBase core class

Changes from 0.4.0 to 0.5.0
- new namespace for codecs
- gsm codec plugin
- fix for frame setting
- more file extensions recognized
- some api fixes
- new encoder to encoder stream conversion functions for audio files
- better support for file extension to encoder mapping
- class documentation is complete!
- use of timestamps for audio file positioning.

Changes from 0.3.1 to 0.4.0
- AudioTone getFrame() method now virtual
- AudioTone has isSilent() and silent frame handling.
- fixed problem in portable setLong logic!
- update file size on closing of writable snd/au file!
- AudioFile based destructors now clear files!
- New Telephony Tone Generation classes!
- New loading of international tone maps!
- New "tonetool" utility!

Changes from 0.3.0 to 0.3.1
- CAPE debug support added.

Changes from 0.2.1 to 0.3.0
- codec objects link through base lib now.
- fix .spec file, no Common C++ dependencies...
- AudioTone generator class replaces getTone static methods...
- some fix for types in conversions.
- fix for internal registry class use.
- audiofile destructor fix.

Changes from 0.2.0 to 0.2.1
- open modeFeed for reading a circular audio feed
- open modeReadAny and modeReadOne for extended continuation operations
  based on Bayonne.
- iolimit used for modeFeed write limit.

Changes from 0.1 to 0.2.0
- added CDAudio class.
- endian aware header parsing and endian as part of info block.
- case insensitive compares added.
- dialogic adpcm uniquely identified.
- riff (wave) create/read support added.
- 8, 16, and 32 bit pcm linear audio formats added.

Changes from 0.2.0 to 0.2.1
- fixed endian calculations.
- protect conversion routines from div. by zero.
- fixed mulaw in au header reading.
- fixed frame fill routine.

Changes from 0.2.1 to 0.2.2
- added AudioSample and AudioTone classes.

Changes from 0.2.2 to 0.2.3
- fixed broken test in configure.
- added "strings.h" for portability, unixware, AIX.

Changes from 0.2.3 to 0.2.4
- fixed open for r/o file access.
- FreeBSD package support.

Changes from 0.2.4 to 0.2.5
- fixed memory leaks.
- added debug support.

Changes from 0.2.5 to 0.2.6
- doxygen manuals

Changes from 0.2.6 to 0.2.7
- added getBuffer and putBuffer for physical i/o.

Changes from 0.2.7 to 0.3.0
- Anu Gupta's changes for .wav/riff file header processing.
- Virtualization of I/O so that Common C++ URLStream could be used.

Changes from 0.3.0 to 0.3.1
- modern FreeBSD ports support.
- support for AudioCodec encoding classes and registeration based
  codec modules for potential DSO support.

Changes from 0.3.1 to 0.4.0
- further work on transcoding codec support.
- named codec searching.

Changes from 0.4.0 to 0.4.1
- ccAudio becomes GNU ccAudio.

Changes from 0.4.1 to 0.5.0
- c++ header fixes and minor changes.
- tone generation extended to allow continual frame regeneration.
- codec registration class can now synthesis tones.
- namespace support now used.

Changes from 0.5.0 to 0.5.1
- ccAudio now uses Common C++ for common configuration and attributes.

Changes from 0.5.1 to 0.5.2
- header changes.

Changes from 0.5.2 to 0.9.1
- riff header update fix on create.

Changes from 0.9.1 to 0.9.2
- FreeBSD ports build fixed.

Changes from 0.9.2 to 0.9.3
- updated build.

Changes from 0.9.3 to 1.0rc1
- some fixes for riff/wave header creation
- rpm files split into base and devel.

Changes from 1.0rc1 to 1.0rc2
- Mingw32 compile support added.
- major win32 target build bugs fixed.

Changes from 1.0rc2 to 1.0
- wavetest1 added, and now passes.  Wave file creation for
  at least PCM works fine now.
- Many APIs documented.
- getAbsolutePosition and getErrorStr methods added for 
  better wave support.
- Some Win32 versions of functions were fixed.

Changes from 1.0.0 to 1.0.1
- fix man build and install.

Changes from 1.0.1 to 1.0.2
- fix for mulaw .wav files
- new wavetest2.

Changes from 1.0.2 to 1.0.3
- fix for gcc 3.2 things in wavetests.
- fix for rh6.2 spec file rpm build.

Changes from 1.0.3 to 1.0.4
- fix for FreeBSD

Changes from 1.0.4 to 1.0.5
- code cleanup

Changes from 1.0.5 to 1.0.6
- signed linear raw by .sw, .raw
- big fix in padding of multi-byte audio formats.

Changes from 1.0.6 to 1.0.7
- reconfig adapted for macosx
- configuration simplified for modern autoconf/automake systems

Changes from 1.0.7 to 1.1.0
- rewrite of codec classes and operation
- support of codec loadable dso modules
- g.711 ulaw & alaw loadable codec
- support for linear i/o streaming
- multi-step linkage for macosx

Changes from 1.1.0 to 1.1.1
- fix for dtmf compile.

Changes from 1.1.1 to 1.1.2
- support for Common C++ 1.1.x
- reconfig multi-version test
- updated configture.in to configure.ac

