comparison CHANGELOG @ 464:182533748715 release-1.0.1

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 12 Oct 2003 19:06:27 +0000
parents e6c547e17fa6
children ea1eaab18df9
comparison
equal deleted inserted replaced
463:6e50a61059b8 464:182533748715
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 10122003 - Upped version to 1.0.1. 5 10122003 - Fixed "make dist" behaviour to not packaged generated docs, and
6 made sure other files are always packaged, regardless of config.
7 Upped version to 1.0.1.
6 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code 8 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code
7 to fix linking issues. 9 to fix linking issues.
8 10052003 - Fixed memory corruption when freeing DLS instruments, 10 10052003 - Fixed memory corruption when freeing DLS instruments,
9 and bug when timidity is initialized multiple times (Thanks, Sam!). 11 and bug when timidity is initialized multiple times (Thanks, Sam!).
10 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. 12 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder.