[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release.
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 17:42:34 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit fc66880eff6da471c7554e799e8d38a1d88ef220
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sat Feb 28 19:33:47 2015 +0300
Updates for release.
---
NEWS | 50 ++++++++++++++++++++++++++++
configure.ac.in | 6 ++--
settings/xfce-backdrop-settings.desktop.in | 2 +-
3 files changed, 54 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index d826de0..274874e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+4.12.0
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+Thank you to everyone who contributed patches,
+translation updates, and tested xfdesktop
+during its development.
+
+* Miscellaneous bug fixes:
+ - New background for 4.12!
+ - Add a space between icons to fill the entire screen
+ - Add optional blurring on shadow on text of icons.
+ - Editing menu items with right click optional
+ (Bug #11031)
+ - Clarify right click apps menu presence (Bug #10301)
+ - Default application not respected with glib >= 2.41
+ (Bug #11306)
+ - Include dir needed for building "out of tree"
+ - Fix crash in xfdesktop's metadata monitor
+ - Add 1px to widen the text shadow and improve contrast
+ - Fix calculation of shadows that are offset in RTL
+ text (Bug #5239)
+ - Adapt thunar's context menu structure (Bug #11542)
+ - Additional context menu changes
+ - Consider shadow offsets and blur extents when
+ calculating the text box
+ - Sort pending icons on resize (Bug #11266)
+ - Allow thunarx menu entries for multiple file selection
+ - Show 'No templates installed' when no templates
+ are found
+ - Hide file action menu entries when volume + other
+ icons are selected
+ - Don't use cairo_surface_create_similar_image
+ (Bug #11566)
+ - Consider shadow extents/offsets when updating icon
+ extents
+
+* Translation updates:
+ Arabic (ar), Asturian (ast), Bulgarian (bg),
+ Czech (cs), Danish (da), German (de),
+ English (Australia) (en_AU), Spanish (Castilian) (es),
+ Basque (eu), Finnish (fi), French (fr), Hebrew (he),
+ Croatian (hr), Icelandic (is), Italian (it),
+ Japanese (ja), Kazakh (kk), Korean (ko), Malay (ms),
+ Norwegian Bokmål (nb), Dutch (Flemish) (nl),
+ Polish (pl), Portuguese (pt), Portuguese (Brazilian) (pt_BR),
+ Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr),
+ Thai (th), Turkish (tr), Ukrainian (uk),
+ Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW).
+
4.11.8
======
[Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 1867904..a657280 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,11 +5,11 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
-m4_define([xfdesktop_version_minor], [11])
-m4_define([xfdesktop_version_micro], [8])
+m4_define([xfdesktop_version_minor], [12])
+m4_define([xfdesktop_version_micro], [0])
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
diff --git a/settings/xfce-backdrop-settings.desktop.in b/settings/xfce-backdrop-settings.desktop.in
index d7557f1..8093caa 100644
--- a/settings/xfce-backdrop-settings.desktop.in
+++ b/settings/xfce-backdrop-settings.desktop.in
@@ -12,4 +12,4 @@ StartupNotify=true
X-XfcePluggable=true
X-XfceHelpComponent=xfdesktop
X-XfceHelpPage=start
-X-XfceHelpVersion=4.11
+X-XfceHelpVersion=4.12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list