From 32771dc45526e93b787a9d17095e42cdfaa0e1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Scheibengruber?= Date: Mon, 22 Mar 2010 10:51:28 +0200 Subject: Tagging version 0.19.10 --- debian/changelog | 15 +++++++++++++++ mkspecs/features/dui_defines.prf.in | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8b1d9e23..a424d082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libdui (0.19.10-1) unstable; urgency=low + + * Fixes: NB#160550 DuiLabel::setText() does not work when using "" as a parameter. + * Fixes: NB#159960 - icons: icon-l-brightness-* are missing from theme + * Fixes: Object menu page "jumping" problem. + * Fixes: NB#159761 - DuiList does not update correctly on insertRows() and setData() + * Fixes: NB#159761 - DuiList does not update correctly on insertRows() and setData() + * Fixes: NB#159042 DuiLabel: Unable to handle strings in presence of certain characters + * Fixes: NB#159345 - Applet Space doesn't reappear after rotating the device + * Fixes: NB#159180 - Startup crash in DuiGConfItem + * Fixes: NB#160887 - DuiSceneManager::execDialog() should return actual resul + * Fixes: not working object menu on the device + + -- Jorgen Scheibengruber Mon, 22 Mar 2010 10:48:19 +0200 + libdui (0.19.9-1) unstable; urgency=low * Unit test fixes diff --git a/mkspecs/features/dui_defines.prf.in b/mkspecs/features/dui_defines.prf.in index 202de562..89d93713 100644 --- a/mkspecs/features/dui_defines.prf.in +++ b/mkspecs/features/dui_defines.prf.in @@ -6,7 +6,7 @@ DUI_MAJOR_VERSION = 0 DUI_MINOR_VERSION = 19 -DUI_PATCH_VERSION = 9 +DUI_PATCH_VERSION = 10 DUI_VERSION=$${DUI_MAJOR_VERSION}.$${DUI_MINOR_VERSION}.$${DUI_PATCH_VERSION} # first set default value for dui prefix -- cgit v1.2.3