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

Updates for release.

parent 9f2b2497
No related branches found
No related tags found
No related merge requests found
4.8.2
=====
- Relax resize wrt to size increments.
- Allow menu shortcut to work even for non-decorated windows (bug #7300).
- Keep window fully visible on screen on size request.
- Fix panel plugins such as verve not receiving focus in focus follow
mouse mode (bug #6617, bug #6649).
- Display session's struct memeber needs to be set even when not
connected otherwise bad things may happen when quitting.
- Translation updates: be, es, ja, ko, ms, nl, pt_BR, ro, ru, sk,
te, zh_CN.
- Manual translation updates: ru, tr, zh_CN.
4.8.1
=====
- Allow images without an alpha channel to be used in themes as well.
......
......@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [8])
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])
......
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