v0.8.6 release info
authorAndrew Flegg <andrew@bleb.org>
Tue, 19 Oct 2010 18:54:44 +0000 (19:54 +0100)
committerAndrew Flegg <andrew@bleb.org>
Sun, 2 Jan 2011 19:53:44 +0000 (19:53 +0000)
package/debian/changelog
package/debian/control
package/src/org/maemo/hermes/gui/gtkui.py

index 76decf8..d757a33 100644 (file)
@@ -1,3 +1,14 @@
+hermes (0.8.6) fremantle; urgency=low
+
+  * Fix translation Makefile and French translation (provided by Nicolas 
+    Graziano)
+  * Set minimum version of python-facebook to get HTTPS by default 
+    (fixes MB#11029, reported by Tobias Mueller)
+  * Implement OAuth for Twitter (fixes MB#11275)
+  * Add debugging to help diagnose MB#11103.
+
+ -- Andrew Flegg <andrew@bleb.org>  Tue, 19 Oct 2010 19:50:53 +0100
+
 hermes (0.8.5) fremantle; urgency=low
 
   * Re-fix "scroll to position" fix for MB#6879, which was broken by
index c7bd126..8cd9f0b 100644 (file)
@@ -9,7 +9,7 @@ Package: hermes
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, python-imaging |
  python2.5-imaging, python-osso | python2.5-osso, python-hildon |
- python2.5-hildon, python-simplejson, python-evolution, python-conic
+ python2.5-hildon, python-simplejson, python-evolution, python-conic,
  python-facebook (>= 0.svn20090225-0maemo2), python-evolution,
  python-gobject (>= 2.16)
 Description: Enrich contacts' information from social networks
index 723c40d..0f25f5d 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.5', dbus_name = 'org.maemo.hermes')
+        WimpWorks.__init__(self, 'Hermes', version = '0.8.6', dbus_name = 'org.maemo.hermes')
         self.set_background('background.png')
         
         layout = HildonMainScreenLayout(offset = 0.8, container = self)