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
69d7dd60
Commit
69d7dd60
authored
May 25, 2015
by
Simon Steinbeiss
Browse files
Updates for release
parent
4655f711
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
69d7dd60
1.5.0
=====
New development release of xfce4-power-manager.
This release marks the transition to several new
technologies.
* Port to Gtk3 (Eric, Simon)
* Port to gdbus (Peter)
* Drop LXDE panel plugin
* Bumped dependencies:
- UPower>= 0.99
- Gtk3 >= 3.14
- libxfce4ui-2
* Miscellaneous improvements:
- The settings dialog has been ported to GtkApplication
- The panel plugin now uses UPower's icon names
directly and is consequently compatible with all
major icon themes out of the box
- The panel plugin uses symbolic icons
- The systray icon uses colored icons
- The settings dialog now has a unique icon name
(xfce4-power-manager-settings)
* And finally some bug fixes:
- Fix for panel icon on Desktop systems (Bug #11840)
- Never use symbolic icons for the systray (Bug #11756)
- Look up the schema for light-locker's settings recursively (Bug #11488)
- Don't crash when UPower returns "" for the icon-name (Bug #11756)
* Translation updates:
Asturian, Chinese (China), Chinese (Taiwan), Czech,
French, German, Greek, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
Polish, Portuguese, Portuguese (Brazilian), Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai,
Ukrainian.
1.4.3
=====
New stable release of xfce4-power-manager.
...
...
configure.ac.in
View file @
69d7dd60
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [
4
])
m4_define([xfpm_version_micro], [
3
])
m4_define([xfpm_version_minor], [
5
])
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