Release 2.1.70 2.1.70-1
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 4 May 2009 08:44:44 +0000 (11:44 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 4 May 2009 08:44:44 +0000 (11:44 +0300)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 63ddaf4..58af06d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.70]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-05-01  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-edit-toolbar.c
diff --git a/NEWS b/NEWS
index 7842cee..ee4521b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+[2.1.70 release]
+
+  * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+    properly)
+  * Fixes: NB#112933 (text is not left aligned in confirmation dialog
+    is connectivity dialog)
+  * Fixes: NB#111606 (HildonTimeSelector should expose API to
+    set/unset am/pm mode)
+  * Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
+    typing on an HW arrows key)
+
+  New API:
+
+  * HildonTimeSelector:time-format-policy
+
 [2.1.68 release]
 
   * Fixes: NB#109635 (Confirmation notes do not support portrait)
index 75eda6f..2bbc24b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.69], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.70], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index a147f9e..5aa444e 100644 (file)
@@ -1,9 +1,22 @@
-libhildon (2.1.69-1~unreleased) unstable; urgency=low
+libhildon (2.1.70-1) unstable; urgency=low
 
-  * unreleased bump
+  * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
+    properly)
+  * Fixes: NB#112933 (text is not left aligned in confirmation dialog
+    is connectivity dialog)
+  * Fixes: NB#111606 (HildonTimeSelector should expose API to
+    set/unset am/pm mode)
+  * Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
+    typing on an HW arrows key)
+
+  New API:
+
+  * HildonTimeSelector:time-format-policy
+
+  [ Alberto Garcia ]
   * Don't need to fix example files anymore in debian/rules
 
- -- Alberto Garcia <agarcia@igalia.com>  Thu, 30 Apr 2009 13:30:03 +0200
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 04 May 2009 11:29:42 +0300
 
 libhildon (2.1.68-1) unstable; urgency=low