comparison CHANGELOG @ 461:3112fac4abfe

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 10 Oct 2003 08:02:54 +0000
parents 270dd56ced16
children e6c547e17fa6
comparison
equal deleted inserted replaced
460:270dd56ced16 461:3112fac4abfe
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code 5 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code
6 to fix linking issues. 6 to fix linking issues.
7 10052003 - Fixed memory corruption when freeing DLS instruments (Thanks, Sam!). 7 10052003 - Fixed memory corruption when freeing DLS instruments,
8 and bug when timidity is initialized multiple times (Thanks, Sam!).
8 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. 9 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder.
9 09132003 - Happy September. Added Speex (.spx) decoder. 10 09132003 - Happy September. Added Speex (.spx) decoder.
10 08052003 - Fixed MIDI decoder on bigendian systems. 11 08052003 - Fixed MIDI decoder on bigendian systems.
11 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!). 12 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!).
12 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!). 13 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!).