summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac.in4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e2e910e7..e83e7f4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+4.12.2
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Optimized sorting wallpapers (Bug #11817)
+ - Don't sort the image list when randomly cycling (Bug #11817)
+ - Don't load an image list unless we're cycling (Bug #11817)
+ - Allow dragging desktop launchers to the panel (Bug #2794)
+ - Load emblem-unreadable if necessary
+ - Bail out when a negative value was calculated for row/col. (Bug #11782)
+ - Hide empty comment line in icon tooltip
+ - Fix build error (Bug #11778)
+ - Ignore shadow blur radius when calculating icon text box
+ - Prefer "_NETSCAPE_URL" over "text/uri-list" (Bug #9632)
+ - Drop explicit LibSM check (Bug #11744)
+ - Preserve order when moving multiple icons (Bug #11195)
+ - Drop warning when D-Bus timeout error occurs (Bug #11283)
+ - Add default wallpaper folder to file chooser (Bug #11715)
+
4.12.1
======
Stable release of xfdesktop for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index 9363574f..5a67090d 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], [1])
+m4_define([xfdesktop_version_micro], [2])
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