From 9b28dac1a1e764593532628b31342dad813ad013 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 29 Oct 2013 12:51:34 +0000 Subject: Released UPower 0.99.0 --- NEWS | 29 ++++++++++++++++------------- RELEASE | 6 +++--- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index e11ece0..b5b7b08 100644 --- a/NEWS +++ b/NEWS @@ -1,25 +1,28 @@ Version 0.99.0 ~~~~~~~~~~~~~~ +Released: 2013-10-29 -This version contains major API changes. Use the 0.9 -versions if you want to keep using the old API. +Notes: + - This version contains major API changes. Use the 0.9.* versions if you want + to keep using the old API. New Features: -- Add WarningLevel and IconName properties to all devices -- Add DisplayDevice composite battery -- Enforce critical battery policy on the daemon side + - Add WarningLevel and IconName properties to all devices (Bastien Nocera) + - Add DisplayDevice composite battery (Bastien Nocera) + - Enforce critical battery policy on the daemon side (Bastien Nocera) Bugfixes: -- Reduce client-side and daemon-side wake-ups -- Emit PropertiesChanged signals -- Register objects on the bus once they've been setup + - Reduce client-side and daemon-side wake-ups (Bastien Nocera) + - Emit PropertiesChanged signals (Bastien Nocera) + - Register objects on the bus once they've been setup (Bastien Nocera) + - Clamp percentage for overfull batteries (Martin Pitt) Feature Removals: -- Remove battery recall support -- Remove QoS support -- Remove OnLowBattery property (use WarningLevel instead) -- Remove DeviceChanged and Changed signals (PropertiesChanged - signals are sent instead) + - Remove battery recall support (Bastien Nocera) + - Remove QoS support (Bastien Nocera) + - Remove OnLowBattery property (use WarningLevel instead) (Bastien Nocera) + - Remove DeviceChanged and Changed signals (PropertiesChanged + signals are sent instead) (Bastien Nocera) Version 0.9.22 ~~~~~~~~~~~~~~ diff --git a/RELEASE b/RELEASE index deb08a0..0f5abf2 100644 --- a/RELEASE +++ b/RELEASE @@ -4,7 +4,7 @@ UPower Release Notes git shortlog UPOWER_0_9_22.. | grep -i -v trivial | grep -v Merge > NEWS.new -Version 0.9.23 +Version 0.99.0 ~~~~~~~~~~~~~~ Released: 2013-xx-xx @@ -13,8 +13,8 @@ Bugfixes: 2. Commit changes to git: -git commit -a -m "Released UPower 0.9.23" -git tag -s -f -m "Released UPower 0.9.23" UPOWER_0_9_23 +git commit -a -m "Released UPower 0.99.0" +git tag -s -f -m "Released UPower 0.99.0" UPOWER_0_99_0 git push --tags git push -- cgit v1.2.1