comparison CHANGELOG @ 278:dfe4a46f88f7

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 14 Mar 2002 16:38:32 +0000
parents d52d2166f43d
children 464089180e49
comparison
equal deleted inserted replaced
277:d52d2166f43d 278:dfe4a46f88f7
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. 5 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed
6 global state variable from mpglib, so it should be reentrant now.
6 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports 7 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports
7 errors in the thread where they occured, which also fixes a double 8 errors in the thread where they occured, which also fixes a double
8 report of errors during predecoding. Removed all calls to exit() in 9 report of errors during predecoding. Removed all calls to exit() in
9 mpglib. These calls now report errors correctly to SDL_sound, which 10 mpglib. These calls now report errors correctly to SDL_sound, which
10 passes them on to the application (patch also sent to mpglib's 11 passes them on to the application (patch also sent to mpglib's