changeset 460:270dd56ced16

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 10 Oct 2003 08:01:45 +0000
parents 4d2febf33dc7
children 3112fac4abfe
files CHANGELOG
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Oct 10 08:00:42 2003 +0000
+++ b/CHANGELOG	Fri Oct 10 08:01:45 2003 +0000
@@ -2,6 +2,9 @@
  * CHANGELOG.
  */
 
+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!).
 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.