Released DeviceKit-power 014

This commit is contained in:
Richard Hughes 2010-01-08 10:49:06 +00:00
parent b4bbcc88d3
commit 8cbaa7f70b
2 changed files with 20 additions and 0 deletions

13
NEWS
View file

@ -1,3 +1,16 @@
Version 014
~~~~~~~~~~~
Released: 2010-01-08
New Features:
- Import the FreeBSD backend (Joe Marcus Clarke)
Bugfixes:
- Check if swap exists before determining how much is free (Debbie Beliveau)
- Comment out some problematic compiler warnings (Joe Marcus Clarke)
- Prevent segfault if connection to system dbus fails (Martin Koegler)
- Fix segfault in the history code. Fixes fd#25632 (Richard Hughes)
Version 013
~~~~~~~~~~~
Released: 2009-12-07

View file

@ -4,6 +4,13 @@ DeviceKit-power Release Notes
git shortlog DeviceKit-power-013.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0xx
~~~~~~~~~~~
Released: 2010-xx-xx
New Features:
Bugfixes:
2. Commit changes in DeviceKit-power git:
git commit -a -m "Released DeviceKit-power 014"