diff options
author | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-11-25 03:55:08 +0000 |
---|---|---|
committer | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-11-25 03:55:08 +0000 |
commit | 25e3ff04b75903a76591daa844c556d10d301499 (patch) | |
tree | 73eaa06d584f9096ade7c4d3ae40da6c760c7ab2 /debian | |
parent | c608bd8e8c0a80372189eaf2dc1a21224baf731e (diff) | |
download | ayatana-indicator-power-25e3ff04b75903a76591daa844c556d10d301499.tar.gz ayatana-indicator-power-25e3ff04b75903a76591daa844c556d10d301499.tar.bz2 ayatana-indicator-power-25e3ff04b75903a76591daa844c556d10d301499.zip |
Releasing 12.10.6+14.04.20131125-0ubuntu1, based on r215
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 |
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 ] |