Skip to content
Snippets Groups Projects
Commit a0572125 authored by Eric Koegel's avatar Eric Koegel
Browse files

Updates for release.

parent 132d0582
No related branches found
Tags xfdesktop-4.11.6
Loading
4.11.5
4.11.6
======
[Please note that this is a development release.]
Seventh development release of xfdesktop targeting for Xfce 4.12.
Please report all problems at bugzilla.xfce.org.
* Miscellaneous bug fixes:
- g_file_trash_async is too new (Bug 10786)
- Don't chain up style_set (Bug 10788)
- Fix for moving icons into folders on the desktop (Bug 10785)
- Fix issues with file move events (Bug 10796)
- Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)
- Change default image style to zoomed
- Fix for monitors not getting updated
- Hook up the signal handlers in xfdesktop-settings
* Translation updates: Czech (cs), Dutch (Flemish) (nl),
English (Australia) (en_AU), Italian (it), Japanese (ja),
Kazakh (kk), Polish (pl), Serbian (sr), Spanish (Castilian) (es),
Swedish (sv), Thai (th),
4.11.5
======
[Please note that this is a development release.]
Sixth development release of xfdesktop targeting for Xfce 4.12.
Please report all problems at bugzilla.xfce.org.
* Miscellaneous bug fixes:
- Disconnect the directory signal handler when changing folders.
- Correct an additional default icon size setting.
......
......@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [11])
m4_define([xfdesktop_version_micro], [5])
m4_define([xfdesktop_version_micro], [6])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
m4_define([xfdesktop_version_tag],[git])
m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
......
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