Release 2.1.96 2.1.96-1
authorAlberto Garcia <agarcia@igalia.com>
Fri, 21 Aug 2009 09:57:40 +0000 (11:57 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Fri, 21 Aug 2009 09:57:40 +0000 (11:57 +0200)
* configure.ac: bump version
* NEWS: updates
* debian/changelog: updates

ChangeLog
NEWS
configure.ac
debian/changelog

index 7f33046..6e862c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-08-21  Alberto Garcia  <agarcia@igalia.com>
 
+       [Release 2.1.96]
+
+       * configure.ac: bump version
+       * NEWS: updates
+       * debian/changelog: updates
+
+2009-08-21  Alberto Garcia  <agarcia@igalia.com>
+
        * hildon/hildon-check-button.h
        * hildon/hildon-check-button.c
        (hildon_check_button_clicked, hildon_check_button_class_init):
diff --git a/NEWS b/NEWS
index ec71a70..b095a5c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+[2.1.96 release]
+
+  * Fixes: NB#132661: (HildonCheckButton should inherit from
+    GtkToggleButton)
+  * Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
+
 [2.1.95 release]
 
   * Fixes: NB#131794 (pannable area produces unnecessary allocations
index b017ac7..396a60d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.95], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.96], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 6179a83..1736639 100644 (file)
@@ -1,3 +1,10 @@
+libhildon (2.1.96-1) unstable; urgency=low
+
+  * Fixes: NB#132661: (HildonCheckButton should inherit from
+    GtkToggleButton)
+
+ -- Alberto Garcia <agarcia@igalia.com>  Fri, 21 Aug 2009 11:55:56 +0200
+
 libhildon (2.1.95-2) unstable; urgency=low
 
   * Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)