From 5afe30df2e6e5d9859120701aad1d94a800b1783 Mon Sep 17 00:00:00 2001 From: Adrian Yanes Date: Wed, 1 Dec 2010 19:04:30 +0000 Subject: Changes: releasing 0.20.62-1 Details: MeeGo Graphics System Disabled --- debian/changelog | 20 ++++++++++++++++---- debian/rules | 10 +++++----- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index ffa5d11f..b5bc3042 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,20 @@ -libmeegotouch (0.20.62~1) unstable; urgency=low +libmeegotouch (0.20.62-1) unstable; urgency=low - * unreleased - - -- Adrian Yanes Tue, 30 Nov 2010 17:53:17 +0000 + * New version + * Changes: MeeGo Graphics System Disabled + * Fixes: NB#206766, All Chinese language names should be distinguishable + * Fixes: NB#208559 - ut_mtheme fails + * Fixes: NB#196347 - (appmenu_no_button) MApplicationMenu: the MButton is not added to the menu if it has been shown previously + * Fixes: NB#205990 - MWidgetAction - calling setWidget() AFTER adding action to the toolbar causes a crash. + * Fixes: NB#200520 - for action added with MApplicationPage::addAction() - setEnabled() is not working properly + * Fixes: ut_mpannableviewport on arm + * Fixes: ut_mscene with meego graphicssystem + * Fixes: ut_mtextedit when running with meego graphicssystem + * Fixes: ut_mpannableviewport with meego graphicssystem + * Fixes: ut_mextensionrunner with meego graphicssystem + * Fixes: NB#208549 - ft_mmoc aborts + + -- Adrian Yanes Wed, 01 Dec 2010 19:03:19 +0000 libmeegotouch (0.20.61-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 4df774a8..6f3fc681 100755 --- a/debian/rules +++ b/debian/rules @@ -70,11 +70,11 @@ else endif # Option to disable usage of meegographics system -ifeq ($(DEB_BUILD_ARCH),armel) - ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS))) - OPTIONS += -meegographicssystem - endif -endif +#ifeq ($(DEB_BUILD_ARCH),armel) +# ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS))) +# OPTIONS += -meegographicssystem +# endif +#endif # Don't build documentation by setting DEB_BUILD_OPTION=nodocs,... ifneq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS))) -- cgit v1.2.3