Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-power-manager
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arnaud Lacombe
xfce4-power-manager
Commits
ba8e2b37
Commit
ba8e2b37
authored
5 years ago
by
Simon Steinbeiss
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
46f42928
No related branches found
Branches containing commit
Tags
xfdesktop-4.13.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+9
-0
9 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
11 additions
and
2 deletions
NEWS
+
9
−
0
View file @
ba8e2b37
1.6.4
======
- Make inhibition affect dimming and inactivity action (Bug #14687)
- Add support of xfce4-screensaver
- Disable trayicon when panel plugin is present (Bug #15682)
- Translation Updates:
Armenian (Armenia), Finnish, Galician, Lithuanian, Norwegian Bokmål,
Ukrainian
1.6.3
=====
- Revert "Read from actual_brightness instead of brightness"
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
ba8e2b37
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [6])
m4_define([xfpm_version_micro], [
3
])
m4_define([xfpm_version_micro], [
4
])
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