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
2849a042
Commit
2849a042
authored
5 years ago
by
Simon Steinbeiss
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
2f39d8c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+32
-0
32 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
34 additions
and
2 deletions
NEWS
+
32
−
0
View file @
2849a042
1.6.2
=====
New stable release of xfce4-power-manager.
* New features:
- Add support for XF86Battery button (Bug #14055)
* Bugfixes:
- Fix compiler warning (Bug #14104)
- Fix various warnings
- Don't autostart the power manager in the LXQt DE (Bug #14450)
- Don't overwrite the user's XScreensaver settings (Bug #14968)
- Fix slider labels (Bug #14395)
- Replace xfconf_channel_new by xfconf_channel_get
- Read from actual_brightness instead of brightness
- Fix g_type_class_add_private is deprecated
- Handle glib deprecations
- Use the newer up_client_get_devices2
- Install Appdata in metainfo (Bug #15380)
- plugin: Show discharge level even in unknown state (Bug #15280)
- settings: change "going from sleep" to "going to sleep"(Bug #15144)
- settings: Improve devices tab visually by adding frame
* Translation updates:
Albanian, Arabic, Asturian, Basque, Belarusian, 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, Telugu, Thai, Turkish,
Ukrainian, Uyghur, Vietnamese
1.6.1
=====
New stable release of xfce4-power-manager.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
2849a042
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [6])
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