Merge lp:~dbusmenu-team/libdbusmenu/ubuntu into lp:~ubuntu-desktop/libdbusmenu/ubuntu

Proposed by Ted Gould
Status: Merged
Merge reported by: Ken VanDine
Merged at revision: not available
Proposed branch: lp:~dbusmenu-team/libdbusmenu/ubuntu
Merge into: lp:~ubuntu-desktop/libdbusmenu/ubuntu
Diff against target: None lines
To merge this branch: bzr merge lp:~dbusmenu-team/libdbusmenu/ubuntu
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+11988@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2009-09-10 13:35:07 +0000
3+++ configure.ac 2009-09-17 16:23:56 +0000
4@@ -1,11 +1,11 @@
5
6-AC_INIT(libdbusmenu, 0.1.3, ted@canonical.com)
7+AC_INIT(libdbusmenu, 0.1.4, ted@canonical.com)
8 AC_COPYRIGHT([Copyright 2009 Canonical])
9
10 AC_PREREQ(2.53)
11
12 AM_CONFIG_HEADER(config.h)
13-AM_INIT_AUTOMAKE(libdbusmenu, 0.1.3)
14+AM_INIT_AUTOMAKE(libdbusmenu, 0.1.4)
15
16 AM_MAINTAINER_MODE
17
18@@ -66,7 +66,7 @@
19 ###########################
20
21 LIBDBUSMENU_CURRENT=0
22-LIBDBUSMENU_REVISION=1
23+LIBDBUSMENU_REVISION=4
24 LIBDBUSMENU_AGE=0
25
26 AC_SUBST(LIBDBUSMENU_CURRENT)
27
28=== modified file 'debian/changelog'
29--- debian/changelog 2009-09-10 15:17:16 +0000
30+++ debian/changelog 2009-09-17 16:29:44 +0000
31@@ -1,3 +1,15 @@
32+libdbusmenu (0.1.4-0ubuntu1~ppa1) karmic; urgency=low
33+
34+ * Upstream release 0.1.4
35+
36+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Sep 2009 11:29:40 -0500
37+
38+libdbusmenu (0.1.3-0ubuntu2~ppa1) karmic; urgency=low
39+
40+ * Fixing looking for the root while we're looking.
41+
42+ -- Ted Gould <ted@ubuntu.com> Mon, 14 Sep 2009 15:23:32 -0500
43+
44 libdbusmenu (0.1.3-0ubuntu1) karmic; urgency=low
45
46 * Upstream update 0.1.3 (LP: #427360)
47
48=== modified file 'libdbusmenu-glib/client.c'
49--- libdbusmenu-glib/client.c 2009-08-27 13:36:58 +0000
50+++ libdbusmenu-glib/client.c 2009-09-11 16:56:07 +0000
51@@ -803,10 +803,16 @@
52 return NULL;
53 }
54
55+#if 0
56+/* Seems to be a bug in dbus-glib that assert here, I think because
57+ multiple people try and grab it. We're going to comment this out
58+ for now as everyone should be listening to the root changed signal
59+ anyway. */
60 if (priv->layoutcall != NULL) {
61 /* Will end the current call and block on it's completion */
62 update_layout_cb(priv->propproxy, priv->layoutcall, client);
63 }
64+#endif
65
66 return priv->root;
67 }

Subscribers

People subscribed via source and target branches

to all changes: