[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release.
noreply at xfce.org
noreply at xfce.org
Sun Nov 16 07:59:27 CET 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch xfce-4.10
in repository xfce/xfdesktop.
commit fb1974ef4ceb865b16ca00b72fff220a79a03672
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Nov 16 09:51:18 2014 +0300
Updates for release.
---
NEWS | 38 ++++++++++++++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e3c13fe..37c89eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+4.10.3
+======
+- Fix for extra blank lines in backdrop list (Bug #10763)
+- Remember the window size of the settings dialog
+ Patch by Harald Judt
+- Filter out changed events for special icons (Bug 10755)
+- Lower update delay of icon size spinbutton (Bug 9882)
+ Patch by Jérôme Guelfucci
+- Fix missing thumbnail on xfdesktop when thumbler fails to create it
+ Patch by Matias De lellis
+- Check for thumbnails in the new location
+- Don't set ESETROOT.
+ Patch by Alistair Buxton
+- Speed up template sub-menu loading code (Bug 7834)
+- Fix template sub-menu loading code for 4.10 (Bug 10138)
+- Always move files from the trash (Bug 3983)
+- Use the Path key of desktop files if a path is not set (Bug #8741)
+- Fix for trash always showing empty on system startup (Bug 9006)
+- Unselect the desktop icon after activating it. (Bug #8640)
+- Fix HTTP URL performance issue / wrong action proposed
+ Patch by Dennis Tomas
+- Decide on move/copy action before items have been dropped.
+ Patch by Dennis Tomas
+- Translation updates: Arabic (ar), Asturian (ast),
+ Bulgarian (bg), Catalan (ca), Czech (cs), Danish (da),
+ German (de), Greek (el), English (Australia) (en_AU),
+ English (United Kingdom) (en_GB), Spanish (Castilian) (es),
+ Estonian (et), Basque (eu), French (fr), Galician (gl),
+ Hebrew (he), Croatian (hr), Hungarian (hu), Indonesian (id),
+ Italian (it), Japanese (ja), Kazakh (kk), Latvian (lv),
+ Malay (ms), Norwegian Bokmål (nb), Dutch (Flemish) (nl),
+ Occitan (post 1500) (oc), Polish (pl),
+ Portuguese (Brazilian) (pt_BR), Romanian (ro), Slovak (sk),
+ Slovenian (sl), Serbian (sr), Swedish (sv), Telugu (te),
+ Thai (th), Turkish (tr), Ukrainian (uk), Urdu (ur),
+ Urdu (Pakistan) (ur_PK), Uzbek (uz),
+ Chinese (Hong Kong) (zh_HK), Chinese (Taiwan) (zh_TW).
+
4.10.2
======
- Fix hang when no backdrop image is selected (Bug #9892).
diff --git a/configure.ac.in b/configure.ac.in
index ff0ca9c..433b8e7 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], [10])
-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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list