From 1e43a9194554911cc0a2a4b7149058f376bfcb8b Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 20 May 2010 08:41:36 -0400 Subject: * debian/patches/child-leakage.patch - Fixes a memory leak (LP: #569273) --- debian/changelog | 7 +++++++ debian/patches/child-leakage.patch | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 debian/patches/child-leakage.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c396da1..a9de6a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.0.19-0ubuntu5) UNRELEASED; urgency=low + + * debian/patches/child-leakage.patch + - Fixes a memory leak (LP: #569273) + + -- Ken VanDine Thu, 20 May 2010 07:35:33 -0400 + indicator-application (0.0.19-0ubuntu4) lucid; urgency=low * bindings/mono/appindicator-sharp-0.1.pc.in: diff --git a/debian/patches/child-leakage.patch b/debian/patches/child-leakage.patch new file mode 100644 index 0000000..35176ff --- /dev/null +++ b/debian/patches/child-leakage.patch @@ -0,0 +1,17 @@ +=== modified file 'src/libappindicator/app-indicator.c' +--- src/libappindicator/app-indicator.c 2010-04-01 20:23:36 +0000 ++++ src/libappindicator/app-indicator.c 2010-05-19 18:23:24 +0000 +@@ -1408,6 +1408,12 @@ + DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, + G_CALLBACK (activate_menuitem), widget); + dbusmenu_menuitem_child_append (root, child); ++ ++ /* Get rid of initial ref now that the root is ++ holding the object */ ++ g_object_unref(child); ++ ++ return; + } + + static void + -- cgit v1.2.3 From 3096e1044187bb042f64f9c37188782c4fe140f9 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 20 May 2010 17:05:15 +0200 Subject: releasing version 0.0.19-0ubuntu5 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a9de6a4..3e2938b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-application (0.0.19-0ubuntu5) UNRELEASED; urgency=low +indicator-application (0.0.19-0ubuntu5) lucid-proposed; urgency=low * debian/patches/child-leakage.patch - Fixes a memory leak (LP: #569273) -- cgit v1.2.3 From d16ae42788c2d64afb5b2cf75ce25571002c493f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 20 May 2010 21:42:57 -0500 Subject: Forgot to drop the patch --- debian/patches/child-leakage.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 debian/patches/child-leakage.patch (limited to 'debian') diff --git a/debian/patches/child-leakage.patch b/debian/patches/child-leakage.patch deleted file mode 100644 index 35176ff..0000000 --- a/debian/patches/child-leakage.patch +++ /dev/null @@ -1,17 +0,0 @@ -=== modified file 'src/libappindicator/app-indicator.c' ---- src/libappindicator/app-indicator.c 2010-04-01 20:23:36 +0000 -+++ src/libappindicator/app-indicator.c 2010-05-19 18:23:24 +0000 -@@ -1408,6 +1408,12 @@ - DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, - G_CALLBACK (activate_menuitem), widget); - dbusmenu_menuitem_child_append (root, child); -+ -+ /* Get rid of initial ref now that the root is -+ holding the object */ -+ g_object_unref(child); -+ -+ return; - } - - static void - -- cgit v1.2.3 From 2cbdb9ffcdaf2adad7975dd0c82c31aa4fa268e3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 20 May 2010 21:56:52 -0500 Subject: releasing version 0.0.20-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 115b43a..a45d667 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-application (0.0.20-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-application (0.0.20-0ubuntu1~ppa1) lucid; urgency=low * New upstream release. * Unref the child when created in libappindicator (LP: #569273) @@ -6,7 +6,7 @@ indicator-application (0.0.20-0ubuntu1~ppa1) UNRELEASED; urgency=low binding (LP: #547195) * Remove child-leakage.patch as merged upstream - -- Ted Gould Thu, 20 May 2010 21:35:25 -0500 + -- Ted Gould Thu, 20 May 2010 21:56:44 -0500 indicator-application (0.0.19-0ubuntu5) lucid-proposed; urgency=low -- cgit v1.2.3 From 7cb5463c7a105be422f4f3ae995dbfd1c9a89e58 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 20 May 2010 21:59:50 -0500 Subject: releasing version 0.0.21-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9c6c2ba..1019416 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-application (0.0.21-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-application (0.0.21-0ubuntu1~ppa1) lucid; urgency=low * New upstream release. * Adding AssemblyInfo.cs for building - -- Ted Gould Thu, 20 May 2010 21:58:05 -0500 + -- Ted Gould Thu, 20 May 2010 21:59:48 -0500 indicator-application (0.0.20-0ubuntu1~ppa1) lucid; urgency=low -- cgit v1.2.3