changeset 461:3112fac4abfe

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 10 Oct 2003 08:02:54 +0000
parents 270dd56ced16
children e6c547e17fa6
files CHANGELOG
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Oct 10 08:01:45 2003 +0000
+++ b/CHANGELOG	Fri Oct 10 08:02:54 2003 +0000
@@ -4,7 +4,8 @@
 
 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code
            to fix linking issues.
-10052003 - Fixed memory corruption when freeing DLS instruments (Thanks, Sam!).
+10052003 - Fixed memory corruption when freeing DLS instruments,
+           and bug when timidity is initialized multiple times (Thanks, Sam!).
 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder.
 09132003 - Happy September. Added Speex (.spx) decoder.
 08052003 - Fixed MIDI decoder on bigendian systems.