aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:09:49 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-11-14 11:09:49 +0100
commit7ef9fc96bc96d178d84930a466fa8b1f214cfdcf (patch)
tree8e73a42fb7cc85d32f256e954d11962718bf8dbb /ChangeLog
parent74bed2a1ceda75184dbc174b457f5d09d3dd47f0 (diff)
parentfb0e7bddb26dfa7b9163754269341c1449be821d (diff)
downloadayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.tar.gz
ayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.tar.bz2
ayatana-indicator-power-7ef9fc96bc96d178d84930a466fa8b1f214cfdcf.zip
* New upstream release:
- Fix a device display bug introduced in 12.10.3 (LP: #1075192)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fcc09a..35b1563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,57 @@
# Generated by Makefile. Do not edit.
+2012-11-13 Charles Kerr <charles.kerr@canonical.com>
+
+ bump NEWS
+
+2012-11-13 Charles Kerr <charles.kerr@canonical.com>
+
+ 12.10.5
+
+2012-11-13 Charles Kerr <charles.kerr@canonical.com>
+
+ backport the 'AC Adapter shown in panel' bugfix from trunk/13.04
+
+2012-11-08 Charles Kerr <charles.kerr@canonical.com>
+
+ add 'check-news' to AM_INIT_AUTOMAKE
+
+2012-11-07 Charles Kerr <charles.kerr@canonical.com>
+
+ Handle choosing a primary device when no device is charging nor discharging. Fixes: https://bugs.launchpad.net/bugs/1075192.
+
+ Approved by Lars Uebernickel, PS Jenkins bot.
+
+2012-11-07 Charles Kerr <charles.kerr@canonical.com>
+
+ change indicator_power_device_get_time_details() s.t. the 'short details' for an AC Adapter is an empty string.
+
+2012-11-07 Charles Kerr <charles.kerr@canonical.com>
+
+ modify DeviceTest.Labels s.t. it fails (currently failing) if the 'short' string for an AC Adapter is nonempty.
+
+2012-11-06 Charles Kerr <charles.kerr@canonical.com>
+
+ when choosing a primary device from devices that are neither charging nor discharging, prefer batteries, then everything except line-power, then line power
+
+2012-11-06 Charles Kerr <charles.kerr@canonical.com>
+
+ in TestDevice.ChoosePrimary, add another test (currently failing) to confirm that when indicator-datetime is choosing from devices that are neither charging nor discharging, batteries are more interesting than other devices, and other devices are more interesting than UP_DEVICE_KIND_LINE_POWER
+
+2012-11-06 Charles Kerr <charles.kerr@canonical.com>
+
+ when choosing between two devices, always pick the one that's not a UP_DEVICE_KIND_LINE_POWER
+
+2012-11-06 Charles Kerr <charles.kerr@canonical.com>
+
+ add unit test (currently failing) to test for the bug reported in LP bug #1075192
+
+2012-10-29 Charles Kerr <charles.kerr@canonical.com>
+
+ Fix the logic error. Add tests to confirm the fix. Fixes: https://bugs.launchpad.net/bugs/1071757.
+
+ Approved by Lars Uebernickel, PS Jenkins bot.
+
2012-11-04 Charles Kerr <charles.kerr@canonical.com>
12.10.4