diff options
Diffstat (limited to 'debian/changelog')
-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 ] |