From e3194730b861bc7cce9e5432f3238d0e45c1a4e0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 4 Jul 2011 16:46:19 +0100 Subject: [PATCH] Released UPower 0.9.12 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index e128937..98339af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Version 0.9.12 +~~~~~~~~~~~~~~ +Released: 2011-07-04 + +Bugfixes: + - Add AC_PROG_LIBTOOL as advised by autotools (Landry Breuil) + - Add openbsd missing includes for close and strcmp (Landry Breuil) + - Fix how we estimate the device rate for batteries that do not provide this data (Richard Hughes) + - Silence some openbsd warnings about unused vars and bad return values (Landry Breuil) + - Switch to using .xz tarballs (Richard Hughes) + Version 0.9.11 ~~~~~~~~~~~~~~ Released: 2011-05-25