summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-08 10:49:06 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-08 10:49:06 +0000
commit8cbaa7f70b1bc8aa96f420f9061b20e5d8839ea7 (patch)
treec9a89382a73d256614ab4760e4e51de77453fa71
parentb4bbcc88d34483c27026db6661462d2833d7e956 (diff)
Released DeviceKit-power 014DeviceKit-power-014
-rw-r--r--NEWS13
-rw-r--r--RELEASE7
2 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e726e2..81c485e 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/RELEASE b/RELEASE
index 7653352..00ff9b8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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"