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
72e42162
Commit
72e42162
authored
14 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
963776f8
No related branches found
Branches containing commit
Tags
xfwm4-4.7.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+8
-3
8 additions, 3 deletions
NEWS
configure.ac.in
+3
-3
3 additions, 3 deletions
configure.ac.in
with
11 additions
and
6 deletions
NEWS
+
8
−
3
View file @
72e42162
4.7.
x
4.7.
2
=====
- Fix corrupted button layouts by obtaining the button IDs correctly
(bug #6824).
- Bump the GTK+ dependency to 2.14 which is the minimum version required
for Xfce 4.8.
- Bump the GTK+ dependency to 2.14 which is the minimum version
required for Xfce 4.8.
- Properly implement session handling (bug #6330).
- Make the settings dialog smaller so it fits on netbooks screens.
- Depend on libxfce4ui 4.7.5 for crucial fix in the
save-state-extended signal.
- Translation updates (it, gl, pt, da, de, kk, hu, zh_CN).
4.7.1
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
3
−
3
View file @
72e42162
...
...
@@ -5,14 +5,14 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [7])
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], [2.14.0])
m4_define([xfce_minimum_version], [4.6.0])
m4_define([libxfce4ui_minimum_version], [4.7.
4
])
m4_define([libxfce4ui_minimum_version], [4.7.
5
])
m4_define([libxfce4kbd_private_minimum_version], [4.7.4])
m4_define([xfconf_minimum_version], [4.6.0])
m4_define([xcomposite_minimum_version], [0.2])
...
...
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