Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Remi
xfce4-power-manager
Commits
8032ea6a
Commit
8032ea6a
authored
Mar 13, 2016
by
Eric Koegel
Browse files
Updates for release.
parent
f5d9017e
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8032ea6a
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.
...
...
configure.ac.in
View file @
8032ea6a
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/])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment