aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Yanes <ext-adrian.yanes@nokia.com>2010-12-01 19:04:30 +0000
committerAdrian Yanes <ext-adrian.yanes@nokia.com>2010-12-01 19:09:45 +0000
commit5afe30df2e6e5d9859120701aad1d94a800b1783 (patch)
treeaa36997cf5eb1c7b70014bcda2ce8b6a555fd59d
parent8ced3d6062cddef0272f55660abc2cb5e2d6c40a (diff)
Changes: releasing 0.20.62-10.20.62-1
Details: MeeGo Graphics System Disabled
-rw-r--r--debian/changelog20
-rwxr-xr-xdebian/rules10
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 <ext-adrian.yanes@nokia.com> 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 <ext-adrian.yanes@nokia.com> 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)))