Following changes to the package:
- Intltool has been replaced by gettext
- D-Bus configuration moved from sysconfdir to datadir
- systemd is creating /var/lib/upower, so 'ghost' the dir
- Set 'pending-charge' for DisplayDevice if at least one battery is in
the 'pending-charge' state
- Map pending-charge to fully-charged when charge is 100%
- Fixes incorrect reporting of some properties
- Fixes battery values for Logitech unifying devices
- Bluetooth input devices support
- Device name fixes
- Add a --enable-deprecated configure argument to remove pm-utils support
- Deprecate running the powersave scripts
- Factor out the Logitech Unifying support to support other devices
- Require unfixed applications to define UPOWER_ENABLE_DEPRECATED
- Fix batteries which report current energy but full charge
- Fix several small memory leaks
- Add a Documentation tag to the service file
- Add support for Logitech Unifying devices
- Do not continue to poll if /proc/timer_stats is not readable
- Fix device matching for recent kernels
- Resolves: #848521
- Don't allow non-power-supply devices to set the OnBattery property
- Fix the LatencyChanged signal
- Fix wrong PowerSupply property for devices without a scope sysfs attribute
- Treat the battery state 'not charging' as PENDING_CHARGE
- Install a systemd service file
- Clamp the UPS percentage from 0 to 100 to fix syslog spam
- Correct the cap on the energy rate
- Fix crash in up_device_csr_finalize
- Never detect HID devices with batteries as power supplies
- Re-coldplug dock status when resuming from sleep
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
- Fix compile with the latest PolicyKit release.
- Only save by default 7 days data to stop the log files becoming huge.
- 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.
- Resolves#634228