From ad86e93d9ca7680236702722a38901b2b957cc20 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 18 Sep 2003 10:10:36 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1239 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 5c26cd0f3..c138d62b2 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.4: +- Separated and abstracted sound buffer-tagging and trackplayer + clip/subtitle chaining -Alex - Abstracted the recursive mutexes in MixSDL and DCQ code -Michael - Introduced a new synchronization construct (CrossThreadMutex) and migrated the GraphicsSem and clock_sem over to it (#359) -Michael