[1.0.17-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 28 Sep 2007 12:10:29 +0000 (12:10 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 28 Sep 2007 12:10:29 +0000 (12:10 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 1e4c361..646f1cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.17-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * src/hildon-window.c: Applying patches by Xan to fix the toolbar
diff --git a/NEWS b/NEWS
index 0b05e5a..43683da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+[1.0.17-1 release]
+* Fixed toolbar visibility
+* Fixed breadcrumb separator 
+
 [1.0.16-1 release]
 * Mem-leak fixes in font selector and color selector
 * Mem-leak fix in style helper
index c2626d7..e9d53d4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.16], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.17], [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, 16, 0, 16)
+AS_LIBTOOL(HILDON, 17, 0, 17)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index ca0266d..11aa557 100644 (file)
@@ -1,3 +1,11 @@
+libhildon (1.0.17-1.1) stable; urgency=low
+
+  * Fixes: NB#70842 General brokeness in toolbars visibility
+  * Fixes: NB#62031 Extra arrow in front of top level item in breadcrumb trail
+  * Fixes: MB#615 Can't show/hide the HildonWindow's toolbar
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 28 Sep 2007 15:03:11 +0300
+
 libhildon (1.0.16-1.1) stable; urgency=low
 
   * Mem-leak fixes in font selector and color selector