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
Gaël Bonithon
xfce4-power-manager
Commits
2849a042
Commit
2849a042
authored
May 17, 2019
by
Simon Steinbeiss
Browse files
Updates for release
parent
2f39d8c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2849a042
1.6.2
=====
New stable release of xfce4-power-manager.
* New features:
- Add support for XF86Battery button (Bug #14055)
* Bugfixes:
- Fix compiler warning (Bug #14104)
- Fix various warnings
- Don't autostart the power manager in the LXQt DE (Bug #14450)
- Don't overwrite the user's XScreensaver settings (Bug #14968)
- Fix slider labels (Bug #14395)
- Replace xfconf_channel_new by xfconf_channel_get
- Read from actual_brightness instead of brightness
- Fix g_type_class_add_private is deprecated
- Handle glib deprecations
- Use the newer up_client_get_devices2
- Install Appdata in metainfo (Bug #15380)
- plugin: Show discharge level even in unknown state (Bug #15280)
- settings: change "going from sleep" to "going to sleep"(Bug #15144)
- settings: Improve devices tab visually by adding frame
* Translation updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian,
Czech, Danish, Dutch (Flemish), English (Australia),
English (Great Britain), Estonian, Finnish, French, Galician, German,
Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
Ukrainian, Uyghur, Vietnamese
1.6.1
=====
New stable release of xfce4-power-manager.
...
...
configure.ac.in
View file @
2849a042
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [6])
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