Skip to content
Snippets Groups Projects
Commit c445f494 authored by Nick Schermer's avatar Nick Schermer
Browse files

Updates for release.

parent 62b89ed4
No related branches found
No related tags found
No related merge requests found
4.7.4
=====
- Fix bug #6651 Shape Mask Changes not Immediately Recognized by Xfwm4.
- Use Xsettings standard double-click-distance (bug 6334).
- Fix bug #6334.
- Bug 6334: Use lower prio for double click timeout.
- Thinner bottom frame.
- Double-click on edges trigger window fill in any given direction.
- Fix bug 6989.
- Fix bug #6589.
- Fix bug #6902.
- Fix application cycling.
- Translation updates (zh_TW, fi, uk, ca, nb, cs, ja, el, de,
en_GB, sv, id, pt);
4.7.3
=====
- Panel won't focus entries in focus follow mode (bug #6649).
......
......@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [7])
m4_define([xfwm4_version_micro], [3])
m4_define([xfwm4_version_micro], [4])
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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment