[maemo-commits] [maemo-commits] r19148 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 19 13:28:43 EEST 2009
- Previous message: [maemo-commits] r19147 - projects/haf/tags/posix-locales
- Next message: [maemo-commits] r19149 - projects/haf/tags/libmatchbox2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-08-19 13:28:34 +0300 (Wed, 19 Aug 2009) New Revision: 19148 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/debian/changelog projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c Log: releasing Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-08-19 10:07:07 UTC (rev 19147) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-08-19 10:28:34 UTC (rev 19148) @@ -1,3 +1,11 @@ +2009-08-19 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + + Release 0.2.57 + + * matchbox/core/mb-wm-main-context.c + (mb_wm_list_remove_deleted_handlers): Downgrade bogus warning to debug + print. + 2009-08-12 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Patch a Coverity-found issue. Modified: projects/haf/trunk/libmatchbox2/debian/changelog =================================================================== --- projects/haf/trunk/libmatchbox2/debian/changelog 2009-08-19 10:07:07 UTC (rev 19147) +++ projects/haf/trunk/libmatchbox2/debian/changelog 2009-08-19 10:28:34 UTC (rev 19148) @@ -1,8 +1,9 @@ -matchbox-window-manager-2 (0.2.57-1~unreleased) unstable; urgency=low +matchbox-window-manager-2 (0.2.57-1) unstable; urgency=low - * foo + * Downgrade bogus g_warning to g_debug. + * Patch a Coverity-found issue. - -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Tue, 11 Aug 2009 10:52:42 +0300 + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Wed, 19 Aug 2009 13:23:18 +0300 matchbox-window-manager-2 (0.2.56-1) unstable; urgency=low Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c 2009-08-19 10:07:07 UTC (rev 19147) +++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-main-context.c 2009-08-19 10:28:34 UTC (rev 19148) @@ -562,7 +562,7 @@ MBWMList * prev = l->prev; MBWMList * next = l->next; - g_warning ("%s: Deleting list item at %p", __func__, l); + g_debug ("%s: Deleting list item at %p", __func__, l); if (prev) prev->next = next; else
- Previous message: [maemo-commits] r19147 - projects/haf/tags/posix-locales
- Next message: [maemo-commits] r19149 - projects/haf/tags/libmatchbox2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]