diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5ea1d36 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,85 @@ +indicator-power (0.6-0ubuntu2) oneiric; urgency=low + + * src/indicator-power.c + - cherry pick fix to prevent it from showing the icon on devices that + have no battery + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 16:17:51 -0400 + +indicator-power (0.6-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Show time left to use without brackets, time left to charge with + brackets. (LP: #824629) + - Fix some memory leaks + - Don't show settings links when used in a greeter + - Use a string when the energy source is not present instead + of 0% + - only batteries status icons are allowed in the menu title + * src/indicator-power.c + - cherry picked crasher fix + * debian/rules: + - Don't autoreconf + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Aug 2011 09:57:47 -0400 + +indicator-power (0.5-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Set GETTEXT_PACKAGE to generate proper templates + - Dropped support for gnome-power-manager + * debian/patches/fix_defines.patch + - removed, merged upstream + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 03 Aug 2011 09:30:18 -0400 + +indicator-power (0.4-0ubuntu3) oneiric; urgency=low + + * debian/control + - Added dh-autoreconf to build depends + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 28 Jul 2011 15:02:03 -0400 + +indicator-power (0.4-0ubuntu2) oneiric; urgency=low + + * debian/patches/fix_defines.patch + - Use the HAVE_GSD defines so it works without gpm + * debian/rules + - added autoreconf + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 28 Jul 2011 12:59:33 -0400 + +indicator-power (0.4-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Always select a device (LP: #810872) + - Use the dbus interface provided in g-s-d 3.1.4 + * debian/control + - Added build depends for gnome-settings-daemon-dev >= 3.1.4 + * debian/source_indicator-power.py + - Install apport hook to collect upower -d output + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 26 Jul 2011 16:34:30 -0400 + +indicator-power (0.3-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Refine the text of the items in the menu to follow the specification + - Draw option checkbox as check, not radio + - Show the apropiate icon depending of the status of the devices + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 14 Jul 2011 11:04:23 -0400 + +indicator-power (0.2-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * debian/control + - Bump build depends for libindicator to >- 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 08 Jul 2011 09:59:26 -0400 + +indicator-power (0.1-0ubuntu1) oneiric; urgency=low + + * Initial package (LP: #807132) + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Jul 2011 13:12:21 -0400 |