From e0e4b328941ad09b1f2d768f1f0702ea24135de5 Mon Sep 17 00:00:00 2001 From: Tomas Junnonen Date: Wed, 24 Feb 2010 13:16:22 +0200 Subject: Changes: Updating changelo for 0.19.3-1 RevBy: TrustMe --- debian/changelog | 9 +++++++++ mkspecs/features/dui_defines.prf.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c697ba89..480cf3f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libdui (0.19.3-1) unstable; urgency=low + + * Fixes: NB#156878 - Possible race condition with remote theme server + * Fixes: NB#156075 Widgetsgallery: Broken button text after switching language + * Fixes: NB#155649 DuiLabel: line feed symbol is not processed properly + * Fixes: NB#144431 An application with a DuiLabel in it segfaults during shutdown when its window is closed + + -- Tomas Junnonen Wed, 24 Feb 2010 13:06:00 +0200 + libdui (0.19.2-1) unstable; urgency=low * Fixes: NB#157409 - Item selected after itemClicked is emited diff --git a/mkspecs/features/dui_defines.prf.in b/mkspecs/features/dui_defines.prf.in index b283cf5e..a5aa22f8 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 = 1 +DUI_PATCH_VERSION = 3 DUI_VERSION=$${DUI_MAJOR_VERSION}.$${DUI_MINOR_VERSION}.$${DUI_PATCH_VERSION} # first set default value for dui prefix -- cgit v1.2.3