diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:26:45 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:26:45 +0200 |
commit | c30284384fe3a08bfa1eb8afdddf4ce03784d330 (patch) | |
tree | b0bd0d1ac1b6302332f6057042a3d78c21d3978b /ChangeLog | |
parent | 938cb5db1032167f0ffdf777afd617adba0e5e9e (diff) | |
parent | 0fa9b264b7d79f9bb303b9383379635bb293cf3d (diff) | |
download | ayatana-indicator-power-c30284384fe3a08bfa1eb8afdddf4ce03784d330.tar.gz ayatana-indicator-power-c30284384fe3a08bfa1eb8afdddf4ce03784d330.tar.bz2 ayatana-indicator-power-c30284384fe3a08bfa1eb8afdddf4ce03784d330.zip |
* New upstream release.
- Show a more accurate view of discharging batteries (LP: #1054146)
- Fix a GIcon memory leak
- In device.c, include gi18n-lib.h instead of gi18n.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,5 +1,38 @@ # Generated by Makefile. Do not edit. +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + 12.10.2 + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-power/lp-1054146 to give a more accurate view of discharging batteries + +2012-10-03 Charles Kerr <charles.kerr@canonical.com> + + when discharging the battery, prefer the percent-charged icons over the full,good,low icons because the former show a more accurate view of the charge. + +2012-09-26 Lars Uebernickel <lars.uebernickel@canonical.com> + + Merge lp:~/larsu/indicator-power/plug-get-icon-memory-leak + + Plugs a small memory leak in indicator-power.c + +2012-09-25 Lars Uebernickel <lars.uebernickel@canonical.com> + + get_icon: Plug memory leak + +2012-09-20 Lars Uebernickel <lars.uebernickel@canonical.com> + + device.c: include gi18n-lib.h instead of gi18n.h + + The former calls the 'd' variants of the gettext functions and passes the + libraries domain in each call. + +2012-09-05 Charles Kerr <charles.kerr@canonical.com> + + copyediting: text formatting to make the icon list more readable + 2012-08-21 Charles Kerr <charles.kerr@canonical.com> 12.10.1 |