X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=package%2Fdebian%2Fchangelog;h=b62731771990ffdc30514dcd57a8b197788beebb;hb=f99e0410177534bada2f76642cfbcd826d16ddab;hp=0d7ee2a553e6880e3f3ceb3de0632a0aa6000bd8;hpb=7fb6e976098c50aa2ce802bcf8e0331bfd0d2583;p=hermes diff --git a/package/debian/changelog b/package/debian/changelog index 0d7ee2a..b627317 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,5 +1,191 @@ +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 Thu, 30 Dec 2010 17:12:17 +0000 + +hermes (0.8.7) fremantle; urgency=low + + * Update Swedish transaltion (provided by Fredrik Wendt) + * Update Finnish translation (provided by Marko Vertainen) + * Add `gnome-python' dependency (fixes MB#11476, reported by + Martin von Weissenberg & arnoonline) + + -- Andrew Flegg Thu, 28 Oct 2010 10:03:15 +0100 + +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 Thu, 28 Oct 2010 10:03:12 +0100 + +hermes (0.8.5) fremantle; urgency=low + + * Re-fix "scroll to position" fix for MB#6879, which was broken by + find-as-you-type searching (reported by Peter Oliver) + * Retrieve all Twitter followers, rather than first 100 only. + Fixes MB#7613, reported by Adam. + + -- Andrew Flegg Sun, 25 Jul 2010 15:19:25 +0100 + +hermes (0.8.4) fremantle; urgency=low + + * Prevent overzealous matching on LinkedIn/Facebook based on *any* + URL. + * Handle cases of empty URLs & phone numbers attempting to be + added (silently ignore). + + -- Andrew Flegg Sun, 4 Jul 2010 13:51:08 +0100 + +hermes (0.8.3) fremantle; urgency=low + + * Handle multiple Twitter matches causing a failure. MB#10667, + reported by Dawid Lorenz, hotzigetty and others. + * Improve Twitter error handling by adding missing import. + * Add phone number, URLs and birthdays from LinkedIn. MB#10801 + + -- Andrew Flegg Sun, 04 Jul 2010 11:50:54 +0100 + +hermes (0.8.2) unstable; urgency=low + + * Tweak dbus command to launch browser in attempt to fix MB#8369. + Assistance by Marcin Juszkiewicz. + * Add about dialogue box. + * Allow dialogues to be 'find-as-you-type'. + * Remove full-stop from summary description, as there's some + consensus it looks better in HAM. + + -- Andrew Flegg Thu, 10 Jun 2010 14:57:35 +0100 + +hermes (0.8.1) unstable; urgency=low + + * Make LinkedIn verification box numbers only. + * Localise main buttons (provided by Todor Tsankov). MB#9412 + * Fix manual mapping, and scroll to the best place recognised. + * Put a version constraint on python-gobject (reported by tnhh). + * Handle Twitter outages by letting the rest of the sync continue. + + -- Andrew Flegg Thu, 10 Jun 2010 11:25:21 +0100 + +hermes (0.8.0) unstable; urgency=low + + * Enormous refactor to support additional services, with Gravatar + and LinkedIn in this version; with enormous contribution by + Fredrik Wendt. + + -- Andrew Flegg Thu, 10 Jun 2010 08:55:05 +0100 + +hermes (0.2.3) unstable; urgency=low + + * Include i18n mechanism (requested by Tomasz Dominikowski, provided by + Nicolas Graziano). MB#5834 + * French translations (provided by Nicolas Graziano). MB#5834 + * Try to tolerate Facebook violating their own API (provided by + Christoph Hrdinka). MB#6768 + * Include python-gobject dependency (reported by Uwe Kaminski). MB#6900 + * Add support for changing an existing contact's mappings. + + -- Andrew Flegg Sat, 12 Dec 2009 20:12:54 +0000 + +hermes (0.2.2) unstable; urgency=low + + * Ignore Twitter's default profile image. MB#5980 (reported by + Tomasz Dominikowski) + * Further fix for Facebook UID issues (reported by Attila Csipa) + + -- Andrew Flegg Sun, 1 Nov 2009 10:51:52 +0000 + +hermes (0.2.1) unstable; urgency=low + + * Change type of stored Facebook UID from int to string (newer + Facebook UIDs > MAX_INT; reported by Attila Csipa) + + -- Andrew Flegg Sat, 31 Oct 2009 19:16:17 +0000 + +hermes (0.2.0) unstable; urgency=low + + * New icons from Tim Samoff. + * Background image for the main window from Tim Samoff. + * Use URLs in profiles as a canonical mapping. + * Provide first pass at manual mapping through the GUI. + * Revise language on two buttons (inspired by MB#5452, reported by + Zach Goldberg). + + -- Andrew Flegg Sat, 31 Oct 2009 00:41:04 +0000 + +hermes (0.1.0) unstable; urgency=low + + * Improve error handling, including opening accounts dialogue + for failed Twitter auth MB#5352 (reported by Zach Goldberg) + * Use Python `trans' module to match differing accents (reported + by Valério Valério) + * Add ability to create "birthday-only" contacts from Facebook + (suggested by Jussi Mäkinen) + * Pull down homepages from Facebook, and extract URLs. + * Clarify accounts dialogue & Facebook authentication (suggested + by Keith Varty) + + -- Andrew Flegg Sun, 18 Oct 2009 09:36:36 +0100 + +hermes (0.0.6) unstable; urgency=low + + * New icons from Tim Samoff. + * Set Facebook and Twitter URLs into profiles (increases data + enrichment, and will be used for resyncing). + * Manipulate contact photos directly from Python, rather than + using external C program. + * Remove "Back" buttons from contact views - not consistent with + Maemo 5 HIG. + * Implement birthday adding. + + -- Andrew Flegg Tue, 6 Oct 2009 22:49:22 +0100 + +hermes (0.0.5) unstable; urgency=low + + * Fix gnome-python dependency (re-reported by Andrew Smith & + Faheem Pervez) + + -- Andrew Flegg Sun, 4 Oct 2009 11:51:35 +0100 + +hermes (0.0.4) unstable; urgency=low + + * Use own photo loading to avoid issue with EContact.get_photo() + which resulted in missing icons. + + -- Andrew Flegg Sun, 4 Oct 2009 00:06:23 +0100 + +hermes (0.0.3) unstable; urgency=low + + * Improve GUI responsiveness. + * Show a better summary of contacts at the end in preparation for + manual mapping. + * Fix missing application icon. + + -- Andrew Flegg Sat, 3 Oct 2009 20:23:18 +0100 + +hermes (0.0.2) unstable; urgency=low + + * Fix missing python-gconf dependency. + * Fix "FacebookError is not defined". + * Include Tim Samoff's updated icons. + + -- Andrew Flegg Fri, 2 Oct 2009 08:39:26 +0100 + hermes (0.0.1) unstable; urgency=low * Initial Release. - -- unknown Wed, 30 Sep 2009 21:21:27 +0100 + -- Andrew Flegg Wed, 30 Sep 2009 21:21:27 +0100