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
ce2ed4e2
Commit
ce2ed4e2
authored
Sep 25, 2014
by
Eric Koegel
Browse files
Updates for release.
parent
4e8f9cec
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ce2ed4e2
1.4.1
=====
* Miscellaneous bug fixes:
- Fix for panel icon not always updating depending on the
version of UPower in use.
- Fix handle lid switch with loginD (Bug 11160) Fixed by Simon P.
Translation updates: Czech (cs), Hebrew (he), Polish (pl),
Serbian (sr), Ukrainian (uk)
1.4.0
=====
...
...
README
View file @
ce2ed4e2
...
...
@@ -27,6 +27,7 @@ Xfce Power Manager depends on the following packages:
- Polkit 0.91 or above (optional but recommended).
- Consolekit (optional but recommended).
- LoginD/SystemD (optional).
- Pm-utils (for suspend & hibernate on Linux).
How to report bugs?
...
...
configure.ac.in
View file @
ce2ed4e2
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [4])
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