[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Jun 4 22:31:59 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2
in repository xfce/xfdesktop.
commit c6865c26294b075fd1feecf36f3bf3e7dbfdf45c
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Tue Jun 4 22:29:11 2019 +0200
Updates for release
---
NEWS | 12 ++++++++++++
configure.ac.in | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 29b0388..5886e5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+4.12.5
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Desktop icons order resets (Bug #11266)
+ - Match Thunar DnD behavior (Bug #14919)
+ - Fix icon size in Settings -> Default Icons
+ - Avoid invalid memory access (Bug #15299)
+ - Avoid timer leak when docking-undocking monitors (Bug #13887)
+ - Use clipboard target "text/uri-list" when copying/cutting (Bug #13379)
+
4.12.4
======
Stable release of xfdesktop for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index d5541e1..3e4922f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [12])
-m4_define([xfdesktop_version_micro], [4])
+m4_define([xfdesktop_version_micro], [5])
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list