[1.0.13-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 17 Aug 2007 11:49:36 +0000 (11:49 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 17 Aug 2007 11:49:36 +0000 (11:49 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 9e67895..4f7ca10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.13-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
 
        * src/hildon-banner.c: (hildon_banner_client_event): connect directly to
diff --git a/NEWS b/NEWS
index 518ecc2..064400b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+[1.0.13-1 release]
+* Fixes to HildonBanners for temporary windows
+* Minor bugfix in the helper function for logical colors
+* New examples
+
 [1.0.12-1 release]
 * New HILDON_CHECK_VERSION macro
 * Bugfixes
index 1075804..7e0215c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.12], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.13], [michael.kostrzewa@nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
@@ -21,7 +21,7 @@ AS_VERSION
 #    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, 12, 0, 12)
+AS_LIBTOOL(HILDON, 13, 0, 13)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index c7ea5c8..0edd202 100644 (file)
@@ -1,3 +1,13 @@
+libhildon (1.0.13-1) stable; urgency=low
+
+  * Fixes to HildonBanners for temporary windows
+  * Minor bugfix in the helper function for logical colors
+  * New examples
+
+  * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING...
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 17 Aug 2007 14:46:03 +0300
+
 libhildon (1.0.12-1) stable; urgency=low
 
   * New HILDON_CHECK_VERSION macro