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
98b78e6e
Commit
98b78e6e
authored
Dec 19, 2017
by
Simon Steinbeiss
Browse files
Updates for release
parent
19005cac
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
98b78e6e
1.6.1
=====
New stable release of xfce4-power-manager.
* Bugfixes:
- plugin:
- Use libxfce4panel function to obtain desired icon size
- Fix menu leak, attach menu to button (Bug #13466)
- Hide label in unknown state (Bug #12851)
- Add properties dialog (Bug #13270)
- Set ac-adapter icon for desktop systems (Bug #13959)
- Hide label by default on desktop systems
- Block panel autohide if the menu is open
- Drop deprecated CSS styles
- Fix xfpm startup dialog ignoring response (Bug #13700)
- Fix handling of dialog responses for suspend and hibernate (Bug #13405)
- Set the transient hint for notifications
- Fix scale description and values for light-locker (Bug #13303)
- Drop period at end of all tooltip texts (Bug #12342)
- Make tooltip more concise (Bug #12342)
- When locking fallback to xflock4 first (Bug #12603)
- Fix a crash when warning about the screenlocker (Bug #12603)
- Fix showing inhibits in the systray (Bug #12605)
- Fix the g_object_bindings in xfce-screensaver
- Handle screensaver activity with it's own class (Bug #12603)
- Fix the 3.20 deprecation warnings
- Use the kernel-supplied backlight type rather than a whitelist (Bug #12553)
- Fix build on FreeBSD and DragonFlyBSD (Bug #13984)
- Add MATE to NotShowIn list (Bug #12506)
* Translation updates:
Arabic, Asturian, Basque, 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, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
1.6.0
=====
New stable release of xfce4-power-manager.
...
...
configure.ac.in
View file @
98b78e6e
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [6])
m4_define([xfpm_version_micro], [
0
])
m4_define([xfpm_version_micro], [
1
])
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