From: Michael Dominic Kostrzewa Date: Fri, 28 Sep 2007 12:10:29 +0000 (+0000) Subject: [1.0.17-1 release] X-Git-Tag: 2.1.66-1~787 X-Git-Url: http://git.maemo.org/git/?p=hildon;a=commitdiff_plain;h=25f513039a127a24fdb2580624e4b2f0974c8436 [1.0.17-1 release] --- diff --git a/ChangeLog b/ChangeLog index 1e4c361..646f1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-28 Michael Dominic Kostrzewa + + [1.0.17-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + 2007-09-26 Michael Dominic Kostrzewa * src/hildon-window.c: Applying patches by Xan to fix the toolbar diff --git a/NEWS b/NEWS index 0b05e5a..43683da 100644 --- 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 diff --git a/configure.ac b/configure.ac index c2626d7..e9d53d4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index ca0266d..11aa557 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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