summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS29
-rw-r--r--RELEASE6
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
<wait>
git push --tags
git push