diff --git a/.gitignore b/.gitignore index a2a674b..dc12f58 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ upower-0.9.5.tar.bz2 /upower-0.9.7.tar.bz2 /upower-0.9.8.tar.bz2 /upower-0.9.9.tar.bz2 +/upower-0.9.10.tar.bz2 diff --git a/sources b/sources index f03b267..a3d082b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f92c2443ce09300992c20bee958f5370 upower-0.9.9.tar.bz2 +8f1fb798f2ae754f25f00da7bc9e2ba3 upower-0.9.10.tar.bz2 diff --git a/upower.spec b/upower.spec index ed4b191..e2fbde1 100644 --- a/upower.spec +++ b/upower.spec @@ -1,7 +1,7 @@ Summary: Power Management Service Name: upower -Version: 0.9.9 -Release: 2%{?dist} +Version: 0.9.10 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://hal.freedesktop.org/releases/ @@ -97,6 +97,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/libupower-glib/upower.h %changelog +* Tue May 03 2011 Richard Hughes - 0.9.10-1 +- New upstream release. +- Add a config option 'IgnoreLid' for users with broken lid switches +- Consider a discharging UPS as "on battery" +- Support batteries that report both energy and charge +- Use the new threadsafe signal handling support in GLib + * Tue Mar 23 2011 Colin Walters - 0.9.9-2 - Move typelib file to main package; it should go along with the .so; i.e. gnome-shell shouldn't require upower-devel.