diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 53 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/rules | 0 |
2 files changed, 53 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index be60f61..ff1261a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +indicator-power (12.10.6+14.04.20131129-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * Use GSettingsActions instead of g_settings_bind This also fixes a + bug: the actions were created stateless, but assigned a state later. + (LP: #1255981) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 217 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 29 Nov 2013 18:36:27 +0000 + +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 ] + * Don't leak the g_file_get_contents value, reported by valgrind . + + [ Marcus Tomlinson ] + * Added torch icons to either end of brightness slider. (LP: #1227250) + + [ Ted Gould ] + * Adding a phone_greeter profile. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 210 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 29 Oct 2013 10:31:03 +0000 + indicator-power (12.10.6+13.10.20131008-0ubuntu1) saucy; urgency=low [ Ted Gould ] diff --git a/debian/rules b/debian/rules index 83edd94..83edd94 100644..100755 --- a/debian/rules +++ b/debian/rules |