Skip to content
Snippets Groups Projects
Commit 8032ea6a authored by Eric Koegel's avatar Eric Koegel
Browse files

Updates for release.

parent f5d9017e
No related branches found
No related tags found
No related merge requests found
1.6.0
=====
New stable release of xfce4-power-manager.
* Bugfixes:
- plugin: Fix a couple memory leaks (Bug #12332)
- Fix a crash when the brightness slider is released
- Fix keyboard-brightness icon names (Bug #12292)
- Draw border around device details
- Add bitrig to backend detection (Bug #12242)
- Replace XTestFakeKeyEvent with inhibit/heartbeat (Bug #11083)
/xfce4-power-manager/heartbeat-command is the xfconf property.
- Fix a crash on logout (Bug #12465)
- Show inhibitors in the plugin menu (Bug #9090)
* Translation updates:
ar, ca, cs, da, de, el, en_AU, eu, fi, fr, gl, he, hr,
is, it, ja, kk, ko, lt, ms, nb, nl, oc, pl, pt, pt_BR,
ru, sk, sl, sr, sv, th, tr, uk, zh_CN, and zh_TW
1.5.2
=====
New development release of xfce4-power-manager.
......
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [5])
m4_define([xfpm_version_micro], [2])
m4_define([xfpm_version_minor], [6])
m4_define([xfpm_version_micro], [0])
m4_define([xfpm_version_build], [@REVISION@])
m4_define([xfpm_version_tag], [git])
m4_define([xfpm_version_tag], [])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment