2008-10-27 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 27 Oct 2008 16:40:42 +0000 (16:40 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 27 Oct 2008 16:40:42 +0000 (16:40 +0000)
[Release 2.1.18]

* NEWS: updates
* configure.ac: bump version
* debian/changelog: updates

ChangeLog
NEWS
configure.ac
debian/changelog

index a5143f7..b2b34f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.18]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
+2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
+
        * src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
        * src/hildon-code-dialog.c: (hildon_code_dialog_init):
        * src/hildon-color-chooser-dialog.c:
diff --git a/NEWS b/NEWS
index 40732d3..21e9ad1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+[2.1.18 release]
+
+  Bug fixes:
+
+  * Fixes: NB#90535 (Memory leak in picker button)
+  * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
+    from cancel button removal)
+  * Fixes: NB#90661 (Delete dialog is displayed without NO button)
+
+  Other:
+
+  * Remove all cancel/close dialogs, where appropriate.
+  * Documentation improvements, some internal cleanups.
+  * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
+
 [2.1.16 release]
 
   * HildonTouchSelector internal layout cleaning.
index 8ee63b9..63bee82 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.17], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.18], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
@@ -25,7 +25,7 @@ AC_SUBST(API_VERSION_MAJOR)
 #    increment current, and set revision to 0.
 # 5. If any interfaces have been added since the last public release, then increment age.
 # 6. If any interfaces have been removed since the last public release, then set age to 0.  
-AS_LIBTOOL(HILDON, 18, 1, 18)
+AS_LIBTOOL(HILDON, 18, 2, 18)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 3fe9566..db0f4cb 100644 (file)
@@ -1,3 +1,29 @@
+libhildon (2.1.18-1) unstable; urgency=low
+
+  [ Alejandro Pinheiro ]
+
+  * Add a libhildon1-examples package with the examples.
+  * Avoid running autogen.sh twice during package construction.
+
+  [ Alberto Garcia ]
+
+  * Add libhildon1-doc examples with the API documentation.
+
+  Bug fixes:
+
+  * Fixes: NB#90535 (Memory leak in picker button)
+  * Fixes: NB#90861 (Custom Confirmation dialogs should be protected
+    from cancel button removal)
+  * Fixes: NB#90661 (Delete dialog is displayed without NO button)
+
+  Other:
+
+  * Remove all cancel/close dialogs, where appropriate.
+  * Documentation improvements, some internal cleanups.
+  * HildonAppMenu: unhandled keyboard accelerators are sent to the parent window.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 27 Oct 2008 14:08:43 +0200
+
 libhildon (2.1.16-1) unstable; urgency=low
 
   * HildonTouchSelector internal layout cleaning.