comparison CHANGELOG @ 109:2aec53e68049

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 20:17:34 +0000
parents 3f0beddfd9c9
children 7cd718877f3f
comparison
equal deleted inserted replaced
108:803ba4dabbce 109:2aec53e68049
62 in CVS, even though it isn't ready (and doesn't even compile). Do 62 in CVS, even though it isn't ready (and doesn't even compile). Do
63 NOT enable it in your build! 63 NOT enable it in your build!
64 10012001 - Fixed a memory leak that Torbjörn found in the MOD decoder. 64 10012001 - Fixed a memory leak that Torbjörn found in the MOD decoder.
65 10022001 - Changed a comment in mod.c to not refer to "the mikmod 65 10022001 - Changed a comment in mod.c to not refer to "the mikmod
66 directory" anymore. Committed Torbjörn's patch for MP3 detection. 66 directory" anymore. Committed Torbjörn's patch for MP3 detection.
67 (better late than never). __Sound_strcasecmp() now handles NULL 67 (better late than never). __Sound_strcasecmp() now handles NULL
68 strings gracefully, fixing the crash with "playsound bootstrap". 68 strings gracefully, fixing the crash with "playsound bootstrap".
69 More work on the SHN decoder.
70 10032001 - After hours of tracking down a bogus pointer, the SHN decoder works!
71 I can die happy. :) Max placated me with an --enable-debug option
72 so I could stop my whining. Other autoconf goodies (such as
73 reenabling -Werror for debug builds, etc). Torbjörn brings in a
74 MIDI decoder, which reads from a Timidity process through a pipe.
69 75
70 --ryan. (icculus@clutteredmind.org) 76 --ryan. (icculus@clutteredmind.org)
71 77
72 /* end of CHANGELOG ... */ 78 /* end of CHANGELOG ... */
73 79