From 9773105046f970267898598687545c95394b1bfa Mon Sep 17 00:00:00 2001 From: Daniel d'Andrada Date: Tue, 16 Mar 2010 17:26:31 +0200 Subject: Changes: Version 0.19.9-1 RevBy: TrustMe --- debian/changelog | 8 ++++++++ mkspecs/features/dui_defines.prf.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 388eff69..8b1d9e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdui (0.19.9-1) unstable; urgency=low + + * Unit test fixes + * Temporarily disable orientation changes due to hardware keyboard state + * DuiWindow no longer gets laid out behind the status bar (Z-wise). Previous behavior kept. + + -- Daniel d'Andrada Tue, 16 Mar 2010 17:22:34 +0200 + libdui (0.19.8-1) unstable; urgency=low * Fixes: NB#125966 - DuiFlowLayoutPolicy - add setAlignment function diff --git a/mkspecs/features/dui_defines.prf.in b/mkspecs/features/dui_defines.prf.in index fadd8be0..aaa527e7 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 = 8 +DUI_PATCH_VERSION = 9 DUI_VERSION=$${DUI_MAJOR_VERSION}.$${DUI_MINOR_VERSION}.$${DUI_PATCH_VERSION} # first set default value for dui prefix -- cgit v1.2.3