Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 462:e6c547e17fa6
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 12 Oct 2003 18:21:06 +0000 |
parents | 3112fac4abfe |
children | 182533748715 |
comparison
equal
deleted
inserted
replaced
461:3112fac4abfe | 462:e6c547e17fa6 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 10122003 - Upped version to 1.0.1. | |
5 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code | 6 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code |
6 to fix linking issues. | 7 to fix linking issues. |
7 10052003 - Fixed memory corruption when freeing DLS instruments, | 8 10052003 - Fixed memory corruption when freeing DLS instruments, |
8 and bug when timidity is initialized multiple times (Thanks, Sam!). | 9 and bug when timidity is initialized multiple times (Thanks, Sam!). |
9 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. | 10 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. |