Update changelog & UI for 0.8.8 0.8.8
authorAndrew Flegg <andrew@bleb.org>
Thu, 30 Dec 2010 17:17:34 +0000 (17:17 +0000)
committerAndrew Flegg <andrew@bleb.org>
Sun, 2 Jan 2011 19:58:00 +0000 (19:58 +0000)
package/debian/changelog
package/src/org/maemo/hermes/gui/gtkui.py

index ff5bd8e..b627317 100644 (file)
@@ -1,3 +1,16 @@
+hermes (0.8.8) fremantle; urgency=low
+
+  * Improve user feedback when cached credentials expire.
+  * Re-implement Facebook service to use OAuth 2.0 and Graph API
+    (fixes MB#11103, reported by Tomi Rantalankila)
+  * Add support for importing "interesting" contacts from LinkedIn.
+    For LinkedIn this includes birthdays & email addresses (completes 
+    MB#10802)
+  * Ensure that a corrupt/broken OAuth string won't cause crash at
+    startup (fixes MB#111490, reported by Ove Nordstrom)
+
+ -- Andrew Flegg <andrew@bleb.org>  Thu, 30 Dec 2010 17:12:17 +0000
+
 hermes (0.8.7) fremantle; urgency=low
 
   * Update Swedish transaltion (provided by Fredrik Wendt)
index c7b8c86..eed09fc 100644 (file)
@@ -26,7 +26,7 @@ class HermesGUI(WimpWorks):
     # -----------------------------------------------------------------------
     def __init__(self, providers = None):
         gettext.install('hermes','/opt/hermes/share/locale/')
-        WimpWorks.__init__(self, 'Hermes', version = '0.8.7', dbus_name = 'org.maemo.hermes')
+        WimpWorks.__init__(self, 'Hermes', version = '0.8.8', dbus_name = 'org.maemo.hermes')
         self.set_background('background.png')
         
         layout = HildonMainScreenLayout(offset = 0.8, container = self)