From 1e55235c6c1f7b947f4175b26e25627cca23baa9 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 19 Feb 2009 11:12:58 +0000 Subject: Update ChangeLog for 0.10.13.3 --- ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/ChangeLog b/ChangeLog index 137e3ba2..8174b401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +Thu Feb 19 11:09:03 2009 +0000 Jan Schmidt + + * configure.ac: + * win32/common/config.h: + 0.10.13.3 pre-release + +Tue Feb 10 11:25:49 2009 +0100 Mark Nauwelaerts + + * ext/pulse/pulsemixerctrl.c: + pulsemixer: Fix compiler warnings. + Cast (enum *) to (int *), not necessarily technically right, + but plugs #571153. + +Fri Feb 13 18:03:14 2009 +0100 Mark Nauwelaerts + + * ext/pulse/pulsesink.c: + * ext/pulse/pulsesink.h: + pulsesink: Issue property change notification in streaming thread, + rather than PA thread. + pa_threaded_mainloop_lock() (a.o.) and by extension get_property should + not be done from a PA thread, but the latter may occur as a result of a + property change notification. Fixes #571204 (though current situation + not ideal, e.g. post message rather than signal). + +Tue Feb 10 11:27:51 2009 +0100 Edward Hervey + + * gst/videocrop/gstaspectratiocrop.c: + aspectratiocrop: Don't forget to call parent finalize implementation. + This fixes a memory leak (leaking the contained elements of the bin). + +Tue Feb 10 08:43:59 2009 +0100 Edward Hervey + + * sys/osxvideo/osxvideosink.m: + osxvideosink: Fix build. Fixes #571038 + +Mon Feb 9 12:18:36 2009 +0100 Edward Hervey + + * common: + Bump revision to use for common submodule. + +Sat Feb 7 16:00:49 2009 +0000 Jan Schmidt + + * ChangeLog: + ChangeLog: Update ChangeLog for 0.10.13.2 + +Sat Feb 7 15:58:55 2009 +0000 Jan Schmidt + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_HK.po: + * po/zh_TW.po: + po: Update translations for 0.10.13.2 + Sat Feb 7 15:46:07 2009 +0000 Jan Schmidt * configure.ac: -- cgit