2008-11-11 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 11 Nov 2008 10:54:50 +0000 (10:54 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 11 Nov 2008 10:54:50 +0000 (10:54 +0000)
[Release 2.1.22]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 9e5de3b..d9c9b5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.22]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
 2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>
 
        * src/hildon-touch-selector.c: (_create_new_column): Disable treeview
diff --git a/NEWS b/NEWS
index cfbed49..36d350f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+[2.1.22 release]
+
+  Bug fixes:
+
+  * Fixes: NB#91688 (Never show icons in information notes/confirmation
+    notes)
+  * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
+    in HildonDateSelector dialog)
+
+  Deprecations:
+
+  * hildon_note_new_confirmation_with_icon_name(): deprecated
+  * hildon_note_new_information_with_icon_name(): deprecated
+  * HildonNote::icon and HildonNote::stock_icon: deprecated
+
+  Other:
+
+  * Logical ids fixes.
+  * Examples updated.
+  * Build system improved.
+
 [2.1.20 release]
 
   Bug fixes:
index 808a10d..043beed 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.21], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.22], [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, 3, 18)
+AS_LIBTOOL(HILDON, 18, 4, 18)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index b1cd337..003931a 100644 (file)
@@ -1,12 +1,28 @@
-libhildon (2.1.21-1~unreleased1) unstable; urgency=low
-
-  [ Claudio Saavedra ]
-  * bump unreleased, remove this entry before releasing 2.1.22-1
+libhildon (2.1.22-1) unstable; urgency=low
 
   [ Alejandro Pinheiro ]
   * Added --enable-maintainer-mode on debian/rules
 
- -- Alejandro Pinheiro <apinheiro@igalia.com>  Thu, 06 Nov 2008 18:18:36 +0100
+  Bug fixes:
+
+  * Fixes: NB#91688 (Never show icons in information notes/confirmation
+    notes)
+  * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
+    in HildonDateSelector dialog)
+
+  Deprecations:
+
+  * hildon_note_new_confirmation_with_icon_name(): deprecated
+  * hildon_note_new_information_with_icon_name(): deprecated
+  * HildonNote::icon and HildonNote::stock_icon: deprecated
+
+  Other:
+
+  * Logical ids fixes.
+  * Examples updated.
+  * Build system improved.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 11 Nov 2008 07:05:33 -0300
 
 libhildon (2.1.20-1) unstable; urgency=low