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

Updates for release.

parent 963776f8
No related branches found
Tags xfwm4-4.7.2
No related merge requests found
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
......
......@@ -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])
......
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