From: Andrew Flegg Date: Tue, 19 Oct 2010 18:54:44 +0000 (+0100) Subject: v0.8.6 release info X-Git-Tag: 0.8.6~1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=06576db756bbdfc61ca576170e1bee6d88410596;hp=116e7c4479211b7897c8e5bfb85fdc98352efffb;p=hermes v0.8.6 release info --- diff --git a/package/debian/changelog b/package/debian/changelog index 76decf8..d757a33 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -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 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 diff --git a/package/debian/control b/package/debian/control index c7bd126..8cd9f0b 100644 --- a/package/debian/control +++ b/package/debian/control @@ -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 diff --git a/package/src/org/maemo/hermes/gui/gtkui.py b/package/src/org/maemo/hermes/gui/gtkui.py index 723c40d..0f25f5d 100644 --- a/package/src/org/maemo/hermes/gui/gtkui.py +++ b/package/src/org/maemo/hermes/gui/gtkui.py @@ -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)