File upower.changes of Package upower
-------------------------------------------------------------------
Sun Jan 9 17:07:43 CET 2011 - vuntz@opensuse.org
- Update to version 0.9.8:
+ New Features:
- Add an IsDocked binary property to the main interface
- Use the number of active DRM devices to determine the system
docked status
+ Bugfixes:
- Add method to set history dir
- Check for and link against libplist
- Drop check for polkit-backend again
- Fix compilation error against Linux 2.6.36
- Fix links to git repository in HACKING
- Fix self check to work as non-root
- Re-add AM_MAINTAINER_MODE (but enable it by default)
- Reduce race condition in history purging self check
- Support the power_now sysfs attribute to get time remaining
on new kernels
- Update the list of HID UPS devices
-------------------------------------------------------------------
Wed Nov 10 14:06:14 CET 2010 - vuntz@opensuse.org
- Update to version 0.9.7:
+ New Features:
- Add support for controlling leds keyboard backlights
- Port from EggDebug to the GLib built-in logging framework
+ Bugfixes:
- Fix building with gobject-introspection 0.9.10
- Fix up all the warnings when building with new versions of
gobject-introspection
- Keyboard backlight of zero is not an error
- libupower-glib: Reject invalid object paths to avoid
asserting libdbus
- Remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristic
+ Updated translations.
- Add gobject-introspection-devel BuildRequires to build
introspection data.
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Tue Oct 5 10:11:02 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.6:
+ Remove devkit-power-gobject
+ Bugfixes:
- Allow explicitly disabling libimobiledevice support
- Free GErrors after returning them
- Add missing D-Bus return in up_qos_cancel_request()
- Fix double D-BUS return in up_daemon_*_allowed
- Fix up_polkit_get_subject() D-BUS error return
- Ensure the new device types get valid descriptions in upower
--dump
- Fix compile with the latest PolicyKit release
- Only save by default 7 days data to stop the log files
becoming huge. Fixes rh#634228
- Do not continue to poll the serial port if there is no Watts
Up Pro adaptor
- Fix the build with new versions of gobject-introspection
- Drop upower-fix-crash.patch: fixed upstream.
- Remove libdevkit-power-gobject1, libdevkit-power-gobject-devel
subpackages.
-------------------------------------------------------------------
Tue Sep 28 19:26:20 UTC 2010 - aj@suse.de
- Recommend instead of require lang-package.
-------------------------------------------------------------------
Wed Sep 22 11:28:25 CEST 2010 - vuntz@opensuse.org
- Add upower-fix-crash.patch to fix a crash with recent versions of
polkit. Fix bnc#640940.
-------------------------------------------------------------------
Fri Jul 16 12:39:16 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.5:
+ New Features:
- Add battery query support for iDevices
- Assign names to our idle sources when using new versions of
glib2
- Dynamic testing for enough hibernate swap
- Port UPower to libusb1 to avoid unfixable crashes
- Port to GTest
- Get the powersave command from the backend rather than
hardcoding Linux specifics
+ Bugfixes:
- Update the list of supported TrippLite HID Power Devices
- Fix a potential daemon crash. Fixes fdo#27902
- Increase UP_DAEMON_SWAP_WATERLINE
- Fix up a potential crasher in the CSR device code
- When calculating used swap space, only use anonymous pages
- Use pm-is-supported to test if various sleep modes are
supported
- Add libimobiledevice-devel BuildRequires for the iDevices
support.
-------------------------------------------------------------------
Mon Jun 21 19:29:30 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.4:
+ New Features:
- Detect when the kernel changes the reported charge units.
Fixes rh#587112
+ Bugfixes:
- Only emit ::Sleeping() after we've checked AboutToSleep
- Ensure we send ::Sleeping() if clients do not call
AboutToSleep
- Ensure we sent ::notify signals when UpDaemon properties
change
- Changes from version 0.9.3:
+ New Features:
- Add a config file with SleepTimeout and
AllowHibernateEncryptedSwap entries
+ Bugfixes:
- Fix c&p typo in documentation
- The gettext package should match the tarball name
- Provide UpDaemon with C setters rather than relying on
GObject properties
- Sanity check the device is not already in the list before
adding
- Fix recognition of lithium iron phosphate (LiFePO4) batteries
- Changes from version 0.9.2:
+ New Features:
- Add a missing accessor: up_client_get_lid_is_present()
- Change the tarball name to be all lower case to match udisks
and udev
- Convert the daemon to using objects from libupower-glib, not
devkit-power-gobject
- Do not allow client programs to enumerate the device list
more than once
- Get the encrypted swap status from the backend, rather than
hardcoding Linux specifics
- Get the kernel sleep capabilities from the backend, rather
than hardcoding Linux specifics
- Get the suspend and hibernate commands from the backend,
rather than hardcoding Linux specifics
- Get the swap size from the backend, rather than hardcoding
Linux specifics
- Show in ./configure summary if unit tests have been enabled
or not
+ Bugfixes:
- Do not warn what we are correcting energy-full when there is
no data to copy
- Ensure we enumerate devices before we start monitoring them
- Fixes to the autogen.sh script
- Make dummy backend usable for architectures without a native
backend
- Remove libdevkit-power-gobject dependency from backends
- Simplify udev subdirectory handling
- Update the spec file for the case change in the tarball name.
-------------------------------------------------------------------
Tue Mar 23 18:10:42 CET 2010 - vuntz@opensuse.org
- First package of upower, the new name of DeviceKit-power. The
packaging is loosely based on the DeviceKit-power packaging.
- Note that we provide compatibility package for DeviceKit-power
for now.