aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-04-14 16:13:42 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-04-14 16:13:42 -0400
commit361d96393eed5379df0f83eec2f09e66e9efef5f (patch)
tree7a904322c57c903b340b772f852f19d557e389e8 /debian
parente25a3f60f7f29c14bc0c32ef5e732c79075d70f1 (diff)
parent28549d9566af78e3164695db67b98ba49ee57a53 (diff)
downloadayatana-indicator-application-361d96393eed5379df0f83eec2f09e66e9efef5f.tar.gz
ayatana-indicator-application-361d96393eed5379df0f83eec2f09e66e9efef5f.tar.bz2
ayatana-indicator-application-361d96393eed5379df0f83eec2f09e66e9efef5f.zip
releasing version 0.3.2-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/patches/lp_743564.patch14
-rw-r--r--debian/patches/series1
3 files changed, 12 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index f21e951..44c1347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+indicator-application (0.3.2-0ubuntu1) natty; urgency=low
+
+ * New upstream release.
+ ∘ Free app using application_free() instead of just freeing
+ the memory (LP: #743564)
+ ∘ Protect against cancellation
+ ∘ Make it so that we can cancel GetAll() (LP: #725665)
+ ∘ Make it so that we can cancel Approver requests
+ * Drop debian/patches/lp_743564.patch as merged upstream.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 14 Apr 2011 14:30:32 -0500
+
indicator-application (0.3.1-0ubuntu2) natty; urgency=low
* debian/patches/lp_743564.patch
diff --git a/debian/patches/lp_743564.patch b/debian/patches/lp_743564.patch
deleted file mode 100644
index 8a6030b..0000000
--- a/debian/patches/lp_743564.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-=== modified file 'src/application-service-appstore.c'
---- old/src/application-service-appstore.c 2011-04-07 18:33:33 +0000
-+++ new/src/application-service-appstore.c 2011-04-08 20:54:15 +0000
-@@ -498,7 +498,8 @@
- if (menu == NULL || id == NULL || category == NULL || status == NULL ||
- icon_name == NULL) {
- g_warning("Notification Item on object %s of %s doesn't have enough properties.", app->dbus_object, app->dbus_name);
-- g_free(app); // Need to do more than this, but it gives the idea of the flow we're going for.
-+ if (!app->validated)
-+ application_free(app);
- }
- else {
- app->validated = TRUE;
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 206497e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-lp_743564.patch