From b0a6ec177bb2c25f4f78ea88d95a4de854f5fc68 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 29 Apr 2012 08:07:02 +0000 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8ef72304..8265c2de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Quake II 4.10 to 4.20 +- Add an options framework to allow disabling most + option features (OGG/Vorbis, ZIP file loading, + OpenAL, etc) at compile time. +- Integrate OpenAL support, enabling surround sound + and better stereo sound calculations. +- Enforce the "C" locale to prevent libraries like + broken LASPA plugins to override it and break + printf, scanf, etc. + Quake II 4.03 to 4.10 - Change the behavior of hotkey menus to fix some strange bugs and memory leaks in the menu system.