diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -15,6 +15,21 @@ ver 0.17 (2011/??/??) * state_file: add option "restore_paused" +ver 0.16.2 (2011/03/18) +* configure.ac: + - fix bashism in tremor test +* decoder: + - tremor: fix configure test + - gme: detect end of song +* encoder: + - vorbis: reset the Ogg stream after flush +* output: + - httpd: fix uninitialized variable + - httpd: include sys/socket.h + - oss: AFMT_S24_PACKED is little-endian + - oss: disable 24 bit playback on FreeBSD + + ver 0.16.1 (2011/01/09) * audio_check: fix parameter in prototype * add void casts to suppress "result unused" warnings (clang) @@ -145,9 +160,13 @@ ver 0.16 (2010/12/11) * make single mode 'sticky' -ver 0.15.16 (2010/??/??) +ver 0.15.16 (2011/03/13) +* output: + - ao: initialize the ao_sample_format struct + - jack: fix crash with mono playback * encoders: - lame: explicitly configure the output sample rate +* update: log all file permission problems ver 0.15.15 (2010/11/08) |