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
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
xfwm4
Commits
56562f38
Commit
56562f38
authored
4 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Release 4.15.3!
Signed-off-by:
Olivier Fourdan
<
fourdan@xfce.org
>
parent
d4ea89af
No related branches found
Branches containing commit
Tags
xfce-4.16pre2
xfwm4-4-15.3
xfwm4-4.15.3
Tags containing commit
No related merge requests found
Pipeline
#4047
passed
4 years ago
Stage: build
Stage: distcheck
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+5
-0
5 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
7 additions
and
2 deletions
NEWS
+
5
−
0
View file @
56562f38
4.15.3
======
- Fix opaque regions leaving trails of unpainted areas
4.15.2
======
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
56562f38
...
...
@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [15])
m4_define([xfwm4_version_micro], [
2
])
m4_define([xfwm4_version_micro], [
3
])
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