[Xfce4-commits] <xfdesktop:master> Updates for release.

Eric Koegel noreply at xfce.org
Wed Feb 19 18:56:01 CET 2014


Updating branch refs/heads/master
         to ffb99ffdcc7926cae8b8d1bbee286c5797d28083 (commit)
       from 9b9bacb445ded5050ea073b9b1c784883a43456b (commit)

commit ffb99ffdcc7926cae8b8d1bbee286c5797d28083
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Wed Feb 19 20:54:05 2014 +0300

    Updates for release.

 NEWS            |   34 ++++++++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index fa4481a..63e41a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+4.11.3
+======
+[Please note that this is a development release.]
+
+Fourth development release of xfdesktop targeting for Xfce 4.12.
+Please report all problems at bugzilla.xfce.org.
+
+* Multi-monitor fixes:
+  - Release pixmap on screen changes
+  - Always redraw backdrop on display change.
+    Both patches were added so that transitions from one monitor
+    to another cause the backdrop to properly display.
+
+* Miscellaneous fixes:
+- Update default icon size, spacing, and text proportion.
+- Scale up small image previews in xfdesktop-settings (Bug 10690)
+- Fix strict aliasing issue
+- Check for thumbnails in the new location
+- Fix issues with icon resizing
+- Refresh desktop on style changes
+- Fix potential bugs found with static code analysis tools
+- Fix keyboard cursor movement in the icon view
+- Fix some runtime warnings
+- Ensure a quit signal causes xfdesktop to shutdown
+- Fix icon labels in RTL languages (Bug 10604)
+- Use get_folder_actions for clicks on the desktop itself
+- Only use thunarx_menu_provider_get_file_actions (Bug 10492)
+
+* Translation updates:
+  Czech (cs), English (Australia) (en_AU), German (de),
+  Icelandic (is), Indonesian (id), Kazakh (kk), Malay (ms),
+  Polish (pl), Portuguese (pt), Russian (ru), Slovenian (sl),
+  Spanish (Castilian) (es), Swedish (sv), Turkish (tr),
+
 4.11.2
 ======
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 4043d9f..3b79e3b 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], [2])
+m4_define([xfdesktop_version_micro], [3])
 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


More information about the Xfce4-commits mailing list