Release 2.1.82 2.1.82-1
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 15 Jun 2009 09:56:33 +0000 (12:56 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 15 Jun 2009 09:56:33 +0000 (12:56 +0300)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 9992b2e..c5089b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.82]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
 
        * hildon/hildon-main.c: Minor documentation fixes.
diff --git a/NEWS b/NEWS
index b73824e..45ad494 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+[2.1.82 release]
+
+  * Fixes: NB#101420 (Update unit tests and fix make distcheck)
+  * Fixes: MB#4641 (Documentation:
+    hildon_touch_selector_append_column() ref-counting)
+  * New public API: hildon_touch_selector_set/get_column()
+  * Fixes: NB#117931 (Theming issues in accounts dialogs)
+  * Fixes: MB#4563 (Popup menu won't locate at the left side of the
+    screen)
+  * Fixes: NB#101437 (Invoking CSM on the left side of page area is
+    displayed in wrong location)
+  * Fixes: NB#122254 (random crash occured for contacts while sending
+    contact card thorugh email)
+  * Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
+  * Fixes: MB#4463 (Hildon size #defines are undocumented)
+  * Many other documentation fixes.
+
 [2.1.80 release]
 
   * Fixes: NB#119805 (Merge conflict picker dialogs are too small)
index 25e6517..63975a3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.81], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.82], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index b7d59a0..bc50188 100644 (file)
@@ -1,8 +1,21 @@
-libhildon (2.1.81-1) unstable; urgency=low
-
-  * unreleased
-
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 08 Jun 2009 16:41:12 +0300
+libhildon (2.1.82-1) unstable; urgency=low
+
+  * Fixes: NB#101420 (Update unit tests and fix make distcheck)
+  * Fixes: MB#4641 (Documentation:
+    hildon_touch_selector_append_column() ref-counting)
+  * New public API: hildon_touch_selector_set/get_column()
+  * Fixes: NB#117931 (Theming issues in accounts dialogs)
+  * Fixes: MB#4563 (Popup menu won't locate at the left side of the
+    screen)
+  * Fixes: NB#101437 (Invoking CSM on the left side of page area is
+    displayed in wrong location)
+  * Fixes: NB#122254 (random crash occured for contacts while sending
+    contact card thorugh email)
+  * Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
+  * Fixes: MB#4463 (Hildon size #defines are undocumented)
+  * Many other documentation fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Jun 2009 10:47:24 +0300
 
 libhildon (2.1.80-1) unstable; urgency=low