2008-12-15 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 15 Dec 2008 12:02:01 +0000 (12:02 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 15 Dec 2008 12:02:01 +0000 (12:02 +0000)
[Release 2.1.30]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 2cd341f..f13412f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.30]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
 2008-12-12  Alberto Garcia  <agarcia@igalia.com>
 
        * doc/hildon-sections.txt
diff --git a/NEWS b/NEWS
index 27c19b1..7b9e11d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+[2.1.30 release]
+
+  Bug fixes:
+
+  * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
+
+  New API:
+
+  * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
+    in HildonPannableArea.
+
+  Other:
+
+  * Code fixes.
+  * Leaks fixed.
+  * New progress indicator example (Thomas Thurman)
+  * Documentation improvements and updates (Ivan Gomez).
+  * Theme properly HildonPickerButton derived classes.
+
 [2.1.28 release]
 
   Bug fixes:
index fefd8a1..b60aada 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.29], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.30], [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, 5, 18)
+AS_LIBTOOL(HILDON, 18, 6, 18)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 33cd9c6..7e588bf 100644 (file)
@@ -1,8 +1,23 @@
-libhildon (2.1.29-1~unreleased) unstable; urgency=low
+libhildon (2.1.30-1) unstable; urgency=low
 
-  * Unreleased version.
+  Bug fixes:
+
+  * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
+
+  New API:
+
+  * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
+    in HildonPannableArea.
+
+  Other:
+
+  * Code fixes.
+  * Leaks fixed.
+  * New progress indicator example (Thomas Thurman)
+  * Documentation improvements and updates (Ivan Gomez).
+  * Theme properly HildonPickerButton derived classes.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 19:12:23 +0100
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 15 Dec 2008 11:55:23 +0100
 
 libhildon (2.1.28-1) unstable; urgency=low