Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-power-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfce4-power-manager
Commits
acda3b4d
Commit
acda3b4d
authored
10 years ago
by
Eric Koegel
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
72929b89
No related branches found
Branches containing commit
Tags
xfce4-power-manager-1.4.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+25
-0
25 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
27 additions
and
2 deletions
NEWS
+
25
−
0
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
=====
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
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/])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment