Bump version to 0.8.12

This commit is contained in:
David Reid
2018-11-27 19:13:35 +10:00
parent 7b22ceba74
commit de4f88420f
+6 -1
View File
@@ -1,5 +1,5 @@
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
// mini_al - v0.8.11 - 2018-11-21 // mini_al - v0.8.12 - 2018-11-27
// //
// David Reid - davidreidsoftware@gmail.com // David Reid - davidreidsoftware@gmail.com
@@ -28415,6 +28415,11 @@ mal_uint64 mal_sine_wave_read_ex(mal_sine_wave* pSineWave, mal_uint64 frameCount
// REVISION HISTORY // REVISION HISTORY
// ================ // ================
// //
// v0.8.12 - 2018-11-27
// - Drop support for SDL 1.2. The Emscripten build now requires "-s USE_SDL=2".
// - Fix a linking error with ALSA.
// - Fix a bug on iOS where the device name is not set correctly.
//
// v0.8.11 - 2018-11-21 // v0.8.11 - 2018-11-21
// - iOS bug fixes. // - iOS bug fixes.
// - Minor tweaks to PulseAudio. // - Minor tweaks to PulseAudio.