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

noreply at xfce.org noreply at xfce.org
Mon Mar 31 19:35:07 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 0684722fe5956be82a2a1b4e7fffc57bf7a36c80
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Mar 31 20:32:35 2014 +0300

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

diff --git a/NEWS b/NEWS
index 53ce88d..c4aab46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+4.11.5
+======
+[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:
+  - 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)
+  - Reset the icon_view style on style change (Bug 10605)
+  - Filter out changed events for special icons (Bug 10755)
+  - Use GIO directly for delete/trash operations (Bug 10778)
+  - G_CONST_RETURN has been deprecated
+
+* Translation updates: Czech (cs),  Croatian (hr), Polish (pl),
+  Portuguese (Brazilian) (pt_BR), Swedish (sv)
+
 4.11.4
 ======
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 518be10..acce661 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], [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