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

noreply at xfce.org noreply at xfce.org
Tue Mar 18 17:49:02 CET 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 c38ccd5f183966799444b63117d21a87ab39b63a
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue Mar 18 19:43:37 2014 +0300

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

diff --git a/NEWS b/NEWS
index 63e41a6..53ce88d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,72 @@
+4.11.4
+======
+[Please note that this is a development release.]
+
+Fifth development release of xfdesktop targeting for Xfce 4.12.
+Please report all problems at bugzilla.xfce.org.
+
+* Versioned help:
+  - Point to the docs.xfce.org page for xfdesktop 4.11. (Bug 10736)
+
+* Build errors with some compiler flags:
+  - dbus-glib is now required. Since xfconf requires it and
+    xfconf is already required for xfdesktop, this shouldn't
+    change dependancies much for xfdesktop. This bug was reported
+    and fixed by Samuli Suominen. (Bug 10745)
+  - Another build failure when disabling the menu and requiring
+    exo was also resolved.
+
+* Icon changes in the settings app:
+  - Symbolic icons have issues with some gtk2 themes where they
+    don't get colored properly. Additionally some themes don't
+    have network-fs or gnome-dev-network so it has been changed
+    gtk-network.
+
+* Right click edits launchers:
+  - When performing a right click, or shift + left click, on an item
+    in the applications sub-menu of the desktop menu it will now pop
+    up the dialog to edit the launcher. Same as xfce4-appfinder.
+
+* Better migration from previous versions:
+  - Xfdesktop now does a better job of migrating any user settings
+    from 4.10 and before to the new xfconf properties.
+  - Fix an settings issue when plug names aren't available
+
+* Clean up some user strings:
+  - Some tooltips end with a period, some do not. This has been
+    unified.
+  - "You are using more than one display, move this dialog to the
+    display you want to edit the settings for." This takes a lot of
+    space and brings along a bit of redundancy. Changed to "Move this
+    dialog to the display you want to edit the settings for."
+  - "Other items" on the third tab, below removable devices: "devices"
+    replaces "items".
+    Thanks to Harald Judt for pointing these issues out.
+
+* Remember the window size of the settings dialog
+  - Patch written by Harald Judt.
+
+* Fix segfault on session start
+  - Patch written by Thaddäus Tintenfisch
+
+* Miscellaneous bug fixes:
+  - Iconview theme/gtkrc color/style issues resolved.
+  - Issues with folder cover art not loading have been fixed.
+  - Make xfdesktop-settings pluggable again (Bug 10714)
+  - Update the wallpapers after user sets folder in the settings
+    app.
+  - Minimize grid resizes, it now won't recalculate icon positions
+    if the grid size didn't actually change.
+  - Memory leaks fixed.
+  - Warnings that happened during runtime have been fixed.
+  - Fix a crash when removing displays
+  - Show add/remove workspace option is on by default
+
+* Translation updates: Bulgarian (bg), Chinese (Taiwan) (zh_TW),
+  Croatian (hr), Danish (da), German (de), English (Australia) (en_AU),
+  French (fr), Italian (it), Japanese (ja), Korean (ko), Malay (ms),
+  Russian (ru), Serbian (sr), Spanish (Castilian) (es), Thai (th)
+
 4.11.3
 ======
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 14d7b0e..e19f4e9 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], [3])
+m4_define([xfdesktop_version_micro], [4])
 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