Released UPower 0.99.1

This commit is contained in:
Richard Hughes 2014-08-18 13:08:48 +01:00
parent 47c6974fc0
commit 4f74e297e4
2 changed files with 21 additions and 1 deletions

20
NEWS
View file

@ -1,3 +1,23 @@
Version 0.99.1
~~~~~~~~~~~~~~
Released: 2014-08-18
New Features:
- Expose "capacity" and "energy-full-design" properties on OpenBSD (Fabian Raetz)
- Remove IsDocked property (Bastien Nocera)
- Remove unused polkit dependency (Eric Koegel, Martin Pitt)
Bugfixes:
- Create the history directory at runtime (Cosimo Cecchi)
- Do not log a critical warning when using _set_object_path_sync() (Richard Hughes)
- Fix API doc for up_client_get_on_battery() (Bastien Nocera)
- Fix possible UpHistoryItem leak on failure (Bastien Nocera)
- Fix segfault on getting property when daemon is not running (Martin Pitt)
- Fix shutdown on boot on some machines (Bastien Nocera)
- Fix small memleak on startup with Logitech devices (Bastien Nocera)
- Free the obtained device list array after use (Alexander Jesner)
- Update lid status when updating AC status (Jasper Lievisse Adriaanse)
Version 0.99.0
~~~~~~~~~~~~~~
Released: 2013-10-29

View file

@ -6,7 +6,7 @@ git shortlog UPOWER_0_99_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.99.1
~~~~~~~~~~~~~~
Released: 2013-xx-xx
Released: 2014-xx-xx
New Features:
Bugfixes: