Update build system for 0.8.0 release.
[hermes] / package / debian / changelog
index 55e629c..03620db 100644 (file)
@@ -1,3 +1,99 @@
+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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  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 <andrew@bleb.org>  Sat,  3 Oct 2009 20:23:18 +0100
+
 hermes (0.0.2) unstable; urgency=low
 
   * Fix missing python-gconf dependency.