[maemo-commits] [maemo-commits] r12174 - in projects/haf/trunk/hildon-1: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jun 7 14:42:18 EEST 2007
- Previous message: [maemo-commits] r12173 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r12175 - in projects/haf/tags/hildon-1: . 1.0.9-1 1.0.9-1/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-06-07 14:42:15 +0300 (Thu, 07 Jun 2007) New Revision: 12174 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/NEWS projects/haf/trunk/hildon-1/configure.ac projects/haf/trunk/hildon-1/debian/changelog Log: [1.0.9-1 release] Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-06-07 11:22:48 UTC (rev 12173) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-06-07 11:42:15 UTC (rev 12174) @@ -1,3 +1,11 @@ +2007-06-07 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + [1.0.9-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + 2007-06-07 Tommi Komulainen <tommi.komulainen at nokia.com> * src/hildon-window.c (hildon_window_window_state_event, Modified: projects/haf/trunk/hildon-1/NEWS =================================================================== --- projects/haf/trunk/hildon-1/NEWS 2007-06-07 11:22:48 UTC (rev 12173) +++ projects/haf/trunk/hildon-1/NEWS 2007-06-07 11:42:15 UTC (rev 12174) @@ -1,3 +1,7 @@ +[1.0.9-1 release] +* Breadcrumb align/visibility fixes +* HildonWindow fixes + [1.0.8-1 release] * HildonBanner fixes for transiency * InfoBanner fixes Modified: projects/haf/trunk/hildon-1/configure.ac =================================================================== --- projects/haf/trunk/hildon-1/configure.ac 2007-06-07 11:22:48 UTC (rev 12173) +++ projects/haf/trunk/hildon-1/configure.ac 2007-06-07 11:42:15 UTC (rev 12174) @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.8], [michael.kostrzewa at nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [1.0.9], [michael.kostrzewa at nokia.com], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -21,7 +21,7 @@ # 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, 8, 0, 8) +AS_LIBTOOL(HILDON, 9, 0, 9) AM_INIT_AUTOMAKE AC_PROG_CC Modified: projects/haf/trunk/hildon-1/debian/changelog =================================================================== --- projects/haf/trunk/hildon-1/debian/changelog 2007-06-07 11:22:48 UTC (rev 12173) +++ projects/haf/trunk/hildon-1/debian/changelog 2007-06-07 11:42:15 UTC (rev 12174) @@ -1,3 +1,15 @@ +libhildon (1.0.9-1) stable; urgency=low + + * Breadcrumb align/visibility fixes + + * Fixes: MB#1466 hildon_window_toggle_menu() unconditionally uses button=0 for gtk_menu_popup() + * Fixes: MB#1230 libhildon doesn't build because of broken strict-aliasing + * Fixes: MB#1093 Banners should use GDK_WINDOW_TYPE_HINT_NOTIFICATION + * Fixes: NB#52946 Pressing (accidentally) back and then menu key with thumb in quick succession and unfocusing the menu closes the application + * Fixes: MB#1101 Reproducible unintentional window/application close bug + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Thu, 07 Jun 2007 14:39:06 +0300 + libhildon (1.0.8-1) stable; urgency=low * Breadcrumb fixes
- Previous message: [maemo-commits] r12173 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r12175 - in projects/haf/tags/hildon-1: . 1.0.9-1 1.0.9-1/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]