Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
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
Monitor
Incidents
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
Enrico Weigelt
xfwm4
Commits
12a583a6
Commit
12a583a6
authored
4 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Release 4.15.2!
Signed-off-by:
Olivier Fourdan
<
fourdan@xfce.org
>
parent
e2c690a9
No related branches found
Branches containing commit
Tags
xfwm4-4.15.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+18
-0
18 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
20 additions
and
2 deletions
NEWS
+
18
−
0
View file @
12a583a6
4.15.2
======
- Add support for opaque regions in the compositor
- Make cursor zoom optional (xfce/xfwm4#439)
- Remove the deprecated options "--daemon" (Pablo Mazzini)
- Disable Xi2 support by default
- Add column sorting in settings
- Optimize window matching in the compositor with a hash table (Michael
Banack)
- Add more XErrors traps
- I18n: Updated translations: ar, ast, be, be@tarask, bg, bn, ca, cs, da,
de, el, en_AU, en_CA, en_GB, es, et, eu, fa_IR, fi, fr, gl, he, hr, hu,
hy_AM, hye, id, ie, is, it, ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc,
pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK,
vi, zh_CN, zh_HK, zh_TW
New translations: be@tarask, fa_IR, hye, ka
4.15.1
======
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
12a583a6
...
...
@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [15])
m4_define([xfwm4_version_micro], [
1
])
m4_define([xfwm4_version_micro], [
2
])
m4_define([xfwm4_version_build], [@REVISION@])
m4_define([xfwm4_version_tag], [
git
])
m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [3.20.0])
...
...
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