[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release.

noreply at xfce.org noreply at xfce.org
Mon Apr 7 12:26:40 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit a05721253e0cea414dcd7b82545ad4d45f7fee8a
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Apr 7 13:25:47 2014 +0300

    Updates for release.
---
 NEWS            |   24 +++++++++++++++++++++++-
 configure.ac.in |    4 ++--
 2 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index c4aab46..9ab3a97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-4.11.5
+4.11.6
 ======
 [Please note that this is a development release.]
 
@@ -6,6 +6,28 @@ 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.
   - Fix for images not appearing in settings app (Bug 10685)
diff --git a/configure.ac.in b/configure.ac.in
index 59ffad9..1d24158 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], [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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list