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

ChangeLog
NEWS
configure.ac
debian/changelog

index 995a9b7..1a83c9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.72]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>
 
        * hildon/hildon-note-private.h: Removed sound_signal_handler
diff --git a/NEWS b/NEWS
index ee4521b..a7eda40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+[2.1.72 release]
+
+  * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
+  * Fixes: NB#113761 (Update progress banner to use progress indicator)
+  * Fixes: NB#114253 (HildonPickerButton not refreshing its value)
+  * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
+  * Fixes: NB#105529 (Empty App menu is launched in a scenario.)
+  * Fixes: NB#115166 (Formatting memory card is not taking place)
+  * Fixes: NB#115242 (Sound is not played every time for the 'Switch off
+     device?' confirmation note)
+
+   Other:
+
+  * New unit tests for HildonPickerButton
+  * Set "dialog-information" role for sounds played by hildon_play_system_sound()
+  * Documentation and examples fixes.
+
 [2.1.70 release]
 
   * Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
index 03e251f..2467785 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.71], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.72], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 3552e01..4192957 100644 (file)
@@ -1,8 +1,18 @@
-libhildon (2.1.71-1) unstable; urgency=low
-
-  * unreleased
-
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 04 May 2009 11:49:46 +0300
+libhildon (2.1.72-1) unstable; urgency=low
+
+   * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
+   * Fixes: NB#113761 (Update progress banner to use progress indicator)
+   * Fixes: NB#114253 (HildonPickerButton not refreshing its value)
+   * Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
+   * Fixes: NB#105529 (Empty App menu is launched in a scenario.)
+   * Fixes: NB#115166 (Formatting memory card is not taking place)
+   * Fixes: NB#115242 (Sound is not played every time for the 'Switch off
+     device?' confirmation note)
+   * New unit tests for HildonPickerButton
+   * Set "dialog-information" role for sounds played by hildon_play_system_sound()
+   * Documentation and examples fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 10:54:29 +0300
 
 libhildon (2.1.70-1) unstable; urgency=low