1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Version 0.9 (2010-10-03)
------------------------
Patches from Cristian Morales Vega:
- Fixed linking order problem
- Fixed array out of bounds error in LAME encoder
Version 0.8 (2009-05-25)
------------------------
- Fixed defunct child process bug
- Added support for Ogg Vorbis (using libsndfile)
- Updated contact addresses
Version 0.7 (2009-05-22)
------------------------
- Fixed bug in ID3 writing code (thanks to Aleksander Plotnikov for reporting)
Version 0.6 (2008-10-05)
------------------------
- Minor textual changes
Version 0.5 (2007-06-04)
-----------------------
- Made compiler flags less strict
Version 0.4 (2007-06-01)
------------------------
- Added -std=c99 to CFLAGS
- Fixed incorect month in ID3 writing code
- Now gracefully exits when there is a fatal error while encoding
- Added 'dailydir' file layout (as requested by Michael Schael)
- Updated manual page
Version 0.3 (2007-05-31)
------------------------
- Added 'combo' file layout (thanks to Drew Roberts)
- Added support for choice of archive file name
Version 0.2 (2007-03-22)
------------------------
- Added libsndfile support
- Moved Jack functions from rotter.c to jack.c
- Now displays the available audio output formats
- Added manpage
Version 0.1 (2006-06-21)
------------------------
- Initial Release
|