[Xfce4-commits] <xfdesktop:master> Updates for release.
Eric Koegel
noreply at xfce.org
Sun Dec 22 13:24:01 CET 2013
Updating branch refs/heads/master
to 9e7c92a9701efa4c262c26bb48b427651e47c9c1 (commit)
from a893ba38b656d6a76ff2c93050d19526419641a2 (commit)
commit 9e7c92a9701efa4c262c26bb48b427651e47c9c1
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Dec 22 15:22:27 2013 +0300
Updates for release.
NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 59 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4dbfc8f..fa4481a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+4.11.2
+======
+[Please note that this is a development release.]
+
+Third development release of xfdesktop targeting for Xfce 4.12.
+Please report all problems at bugzilla.xfce.org.
+
+* Xfdesktop-settings:
+ - Add xfconf property to toggle the display of the add/remove
+ workspace menu items in the middle click menu (Bug 4278, 7337)
+ - Add an info bar to xfdesktop-settings so it is clearer on how
+ to customize additional workspaces and monitors (Bug 10460)
+ - Keyboard navigation has been improved in xfdesktop-settings
+
+* Port Xfdesktop to the GApplication API:
+ - Xfdesktop now uses the GApplication API to handle process
+ uniqueness, message passing, and life cycle management.
+
+* Improve how Xfdesktop transitions from the login manager to
+ the initial wallpaper display; all bugs were reported and
+ resolved by Alistair Buxton:
+- Don't set the root pixmap until it's been drawn
+- Don't show the window until the background is ready.
+- Don't set ESETROOT.
+
+* Miscellaneous fixes:
+- Scale down over-sized icons in menus so they have a uniform
+ appearance (Bugs 10545, 10461)
+- Move max-template-files xfconf property
+- Remove old GLIB/GTK macro checks
+- Update man page
+- Wait for the window manager to prevent issues where the
+ wallpaper and icons won't show up on additional screens
+ during startup (Bug 7769)
+- Fix icon renames causing duplicate icons
+- Fix icons for .desktop files with absolute paths
+- Don't show hidden or backup files on the desktop (Bug 9001)
+- Fix a couple warning messages that happen when xfdesktop is
+ shutdown while it's still starting up
+- Improve how backdrops are chosen
+
+* Translation updates:
+ Arabic (ar), Basque (eu), Bulgarian (bg), Catalan (ca),
+ Chinese (China) (zh_CN), Chinese (Hong Kong) (zh_HK),
+ Chinese (Taiwan) (zh_TW), Croatian (hr), Czech (cs),
+ Danish (da), Dutch (Flemish) (nl), English (Australia) (en_AU),
+ English (United Kingdom) (en_GB), Estonian (et), French (fr),
+ Galician (gl), German (de), Greek (el), Hebrew (he),
+ Hungarian (hu), Icelandic (is), Indonesian (id), Italian (it),
+ Japanese (ja), Kazakh (kk), Korean (ko), Lithuanian (lt),
+ Malay (ms), Norwegian Bokmål (nb), Norwegian Nynorsk (nn),
+ Occitan (post 1500) (oc), Persian (Iran) (fa_IR), Polish (pl),
+ Portuguese (pt), Portuguese (Brazilian) (pt_BR), Romanian (ro),
+ Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl),
+ Spanish (Castilian) (es), Swedish (sv), Thai (th),
+ Turkish (tr), Ukrainian (uk), Uyghur (ug), and Uzbek (uz).
+
4.11.1
======
- Wrong g_return_if_fail macro used
diff --git a/configure.ac.in b/configure.ac.in
index ca310f2..41e4e3d 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], [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
More information about the Xfce4-commits
mailing list