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
acda3b4d
Commit
acda3b4d
authored
Dec 01, 2014
by
Eric Koegel
Browse files
Updates for release.
parent
72929b89
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
acda3b4d
1.4.2
=====
New stable release of xfce4-power-manager.
* Miscellaneous bug fixes:
Harald Judt:
- Shorten label for system inactivity time (bug #11129)
- Initially disable DPMS widgets when not handling DPMS
- Use translated device type for unknown devices (bug #11217)
Simon P.:
- Fix for critical battery action (Bug #11237)
Simon Steinbeiss:
- Add symlinks for UPS-charged icon (Debian Bug #762500)
Marcus Overhagen:
- xrandr brightness: Check for eDP devices too (bug #11308)
Translation updates: Catalan (ca), Czech (cs),
Danish (da), German (de), English (Australia) (en_AU),
Spanish (Castilian) (es), French (fr), Italian (it),
Japanese (ja), Kazakh (kk), Korean (ko), Malay (ms),
Dutch (Flemish) (nl), Polish (pl), Portuguese (pt),
Portuguese (Brazilian) (pt_BR), Russian (ru),
Serbian (sr), Thai (th), Turkish (tr), Ukrainian (uk),
Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW).
1.4.1
=====
...
...
configure.ac.in
View file @
acda3b4d
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [4])
m4_define([xfpm_version_micro], [
1
])
m4_define([xfpm_version_micro], [
2
])
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