aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomatic PS uploader <ps-jenkins@lists.canonical.com>2013-11-25 15:36:31 +0000
committerTarmac <Unknown>2013-11-25 15:36:31 +0000
commitd53142209238d9dc95941a98c301073915e6e4a4 (patch)
tree73eaa06d584f9096ade7c4d3ae40da6c760c7ab2
parentc608bd8e8c0a80372189eaf2dc1a21224baf731e (diff)
parent25e3ff04b75903a76591daa844c556d10d301499 (diff)
downloadayatana-indicator-power-d53142209238d9dc95941a98c301073915e6e4a4.tar.gz
ayatana-indicator-power-d53142209238d9dc95941a98c301073915e6e4a4.tar.bz2
ayatana-indicator-power-d53142209238d9dc95941a98c301073915e6e4a4.zip
Releasing 12.10.6+14.04.20131125-0ubuntu1 (revision 215 from lp:indicator-power).
Approved by PS Jenkins bot.
-rw-r--r--debian/changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e340616..59e646c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+indicator-power (12.10.6+14.04.20131125-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * We really only need to keep a handful of properties up-to-date for
+ each upower device. Given that upower requires us to refetch all
+ properties with GetAll whenever it signals that it's changed, we
+ really don't need to keep bus proxies alive for each device.
+ Removing the autogenerated proxy code and just using a couple of the
+ direct GDBusConnection API calls cuts out some unnecessary overhead
+ according to health-check. See the before & after profile logs
+ attached to the ticket. (LP: #1221871)
+ * fix a minor memory leak that was caused by treating the variant
+ returned by g_icon_serialize() as floating.
+
+ [ Ted Gould ]
+ * Switching DBus service to an Upstart Job. (LP: #1185565)
+
+ [ Nick Dedekind ]
+ * Removed Label from brightness slider. (LP: #1240756)
+
+ [ Ubuntu daily release ]
+ * Automatic snapshot from revision 215
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 25 Nov 2013 03:55:08 +0000
+
indicator-power (12.10.6+14.04.20131029.1-0ubuntu1) trusty; urgency=low
[ Sebastien Bacher ]