2009-01-07 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 7 Jan 2009 10:57:21 +0000 (10:57 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 7 Jan 2009 10:57:21 +0000 (10:57 +0000)
[Release 2.1.34]

* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 25cf226..3836f4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.34]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-touch-selector.c:
diff --git a/NEWS b/NEWS
index 0ecddbd..855d288 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+[2.1.34 release]
+
+  Bug fixes:
+
+  * Fixes: NB#94460 (stackable window's menu is not closed when its
+  window is hidden)
+  * Fixes: NB#89890 (Information notes does not get disappeared after
+  few seconds)
+
+  Other:
+
+  * Code cleanups, minor fixes.
+
 [2.1.32 release]
 
   Bug fixes:
index f57fdec..079de7e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.33], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.34], [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, 6, 18)
+AS_LIBTOOL(HILDON, 18, 7, 18)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 9db706e..c6ad400 100644 (file)
@@ -1,9 +1,20 @@
-libhildon (2.1.33-1~unreleased) unstable; urgency=low
+libhildon (2.1.34-1) unstable; urgency=low
 
-  * unreleased
+  [ Alberto Garcia ]
   * Use dh_install to install all examples.
   * Use DEB_SRCDIR instead of defining SOURCE_DIR
 
+  Bug fixes:
+
+  * Fixes: NB#94460 (stackable window's menu is not closed when its
+  window is hidden)
+  * Fixes: NB#89890 (Information notes does not get disappeared after
+  few seconds)
+
+  Other:
+
+  * Code cleanups, minor fixes.
+
  -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 16 Dec 2008 13:25:38 +0100
 
 libhildon (2.1.32-1) unstable; urgency=low