0.2.1: fixes Facebook UIDs > MAX_INT, reported by atilla
[hermes] / package / debian / changelog
index d37d2e7..4fe04b7 100644 (file)
@@ -1,3 +1,55 @@
+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()