comparison CHANGELOG @ 412:43da792a8fab

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Aug 2002 13:31:30 +0000
parents ede9429ea6f5
children 4a0829038968
comparison
equal deleted inserted replaced
411:1ba14a084531 412:43da792a8fab
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 08172002 - Timidity memory leak cleanup by Torbjörn.
5 07292002 - Valgrind cleanups; memory leak patches, etc. 6 07292002 - Valgrind cleanups; memory leak patches, etc.
6 07212002 - done_flag was not being reset between files in playsound, so the 7 07212002 - done_flag was not being reset between files in playsound, so the
7 first file would playback, and then any following tracks in a given 8 first file would playback, and then any following tracks in a given
8 run would "finish" immediately. Fixed. 9 run would "finish" immediately. Fixed.
9 07132002 - More altcvt fixes from Frank Ranostaj. 10 07132002 - More altcvt fixes from Frank Ranostaj.