Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 431:54a68e39fa7c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 10 Dec 2002 02:14:47 +0000 |
parents | df1839d62fd0 |
children | 63a75d588043 |
comparison
equal
deleted
inserted
replaced
430:17cfeb197a72 | 431:54a68e39fa7c |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), | |
6 to prevent unwanted use of the SDL parachute (thanks, Glenn). | |
5 10092002 - Fixed a "make dist" issue and upped version to 1.0.0! Woohoo! | 7 10092002 - Fixed a "make dist" issue and upped version to 1.0.0! Woohoo! |
6 09302002 - libFLAC broke their API (again!) for version 1.0.4. That was the | 8 09302002 - libFLAC broke their API (again!) for version 1.0.4. That was the |
7 last straw. I ripped the version detection and obsolete FLAC | 9 last straw. I ripped the version detection and obsolete FLAC |
8 support out, so you need libFLAC 1.0.4 for that decoder now (and | 10 support out, so you need libFLAC 1.0.4 for that decoder now (and |
9 they'll probably break the API again for 1.0.5. Argh). | 11 they'll probably break the API again for 1.0.5. Argh). |