Release 2.1.80
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 8 Jun 2009 13:40:40 +0000 (16:40 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 8 Jun 2009 13:40:40 +0000 (16:40 +0300)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 200a3fc..c6aaa8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.80]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-06-08  Christian Dywan  <christian@lanedo.com>
 
        * debian/changelog:
diff --git a/NEWS b/NEWS
index 6766887..b73824e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+[2.1.80 release]
+
+  * Fixes: NB#119805 (Merge conflict picker dialogs are too small)
+  * Fixes: NB#109878 (height and width of focus on color icon is not
+    consistent with other item in the application tool bar)
+  * Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)
+  * Fixes: MB#4643 (Documentation: hildon_banner_show_information()
+    memory management)
+  * Fixes: NB#113065 (Image viewer image scrolling updates in X, then
+    Y)
+  * Corrections to hildon_format_file_size_for_display () (Christian Dywan)
+  * Examples updates.
+
 [2.1.78 release]
 
   * Fixes: NB#115988 (hildon_app_menu_popup creates menu with "crushed"
index 6bfde31..b2ea6c5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.79], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.80], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 50a149c..a07abb9 100644 (file)
@@ -1,9 +1,18 @@
-libhildon (2.1.79-1) unstable; urgency=low
+libhildon (2.1.80-1) unstable; urgency=low
 
-  * unreleased
-  * Improve hildon_format_file-size_for_display and use hildon-fm package.
-
- -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 May 2009 17:41:27 +0200
+  * Fixes: NB#119805 (Merge conflict picker dialogs are too small)
+  * Fixes: NB#109878 (height and width of focus on color icon is not
+    consistent with other item in the application tool bar)
+  * Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)
+  * Fixes: MB#4643 (Documentation: hildon_banner_show_information()
+    memory management)
+  * Fixes: NB#113065 (Image viewer image scrolling updates in X, then
+    Y)
+  * Corrections to hildon_format_file_size_for_display () (Christian Dywan)
+  * Examples updates.
+  * Depend on hildon-fm localization package instead of osso-filemanager one.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 08 Jun 2009 16:34:26 +0300
 
 libhildon (2.1.78-2) unstable; urgency=low