mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 06:40:04 +01:00
Released UPower 0.9.21
This commit is contained in:
parent
04faa0e143
commit
1bcacb296d
2 changed files with 17 additions and 1 deletions
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
||||||
|
Version 0.9.21
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
Released: 2013-07-26
|
||||||
|
|
||||||
|
New Features:
|
||||||
|
- Add support for Logitech Wireless (NonUnifying) devices (Arkadiusz Miśkiewicz)
|
||||||
|
- Use PIE to better secure installed tools and also use full RELRO in the daemon (Richard Hughes)
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Allow clients to call org.freedesktop.DBus.Peer (Richard Hughes)
|
||||||
|
- Detect udev rules dir (Tom Gundersen)
|
||||||
|
- Drop --enable-systemd and linking to libsystemd-daemon (Martin Pitt)
|
||||||
|
- Find hidraw devices correctly with systemd udev >= v196 (Arkadiusz Miśkiewicz)
|
||||||
|
- Fix test for logind availability (Martin Pitt)
|
||||||
|
- Update the upower man page with all the current options (Richard Hughes)
|
||||||
|
|
||||||
Version 0.9.20
|
Version 0.9.20
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
Released: 2013-03-18
|
Released: 2013-03-18
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ AC_SUBST(UP_MICRO_VERSION)
|
||||||
# REVISION If the API and ABI remains the same, but bugs are fixed.
|
# REVISION If the API and ABI remains the same, but bugs are fixed.
|
||||||
# AGE Don't use.
|
# AGE Don't use.
|
||||||
LT_CURRENT=1
|
LT_CURRENT=1
|
||||||
LT_REVISION=2
|
LT_REVISION=3
|
||||||
LT_AGE=0
|
LT_AGE=0
|
||||||
AC_SUBST(LT_CURRENT)
|
AC_SUBST(LT_CURRENT)
|
||||||
AC_SUBST(LT_REVISION)
|
AC_SUBST(LT_REVISION)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue