comparison CHANGELOG @ 515:c5f184b4b2cd stable-1.0

Updated to libFLAC 1.1.3 API.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 28 Oct 2006 00:53:45 +0000
parents ef0d98d55865
children 0f5888f9aef7
comparison
equal deleted inserted replaced
512:ef0d98d55865 515:c5f184b4b2cd
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 05122005 - Patched to get mpglib compiling again (thanks, Sam!). 5 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right
6 thing at build time. (Thanks, Josh!).
7 05122006 - Patched to get mpglib compiling again (thanks, Sam!).
6 12172005 - Fixed gcc4 whining in playsound_simple.c. 8 12172005 - Fixed gcc4 whining in playsound_simple.c.
7 12062005 - Trimmed a bunch of junk out of the build system, and now it works 9 12062005 - Trimmed a bunch of junk out of the build system, and now it works
8 on Mac OS X again. 10 on Mac OS X again.
9 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!) 11 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!)
10 10012005 - Added playsound_simple.c. 12 10012005 - Added playsound_simple.c.