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

noreply at xfce.org noreply at xfce.org
Sun Mar 22 08:11:58 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch xfce-4.12
in repository xfce/xfdesktop.

commit 15a5f27e0d9ed2ee2c08f3f96f9388ba629b10e2
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Mar 22 10:09:44 2015 +0300

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

diff --git a/NEWS b/NEWS
index 274874e..e2e910e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+4.12.1
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Remove unused variable 'tmp_text'
+ - Monitor the wallpaper file for changes
+   (Bug #11620)
+ - Reinitialize background when reloading desktop
+   (Bug #11620)
+ - Update rc file after completing delete process
+   (Bug #11692)
+ - Add a xfconf settings to center the text on
+   xfdesktop icons. This fixes some issues with
+   RTL languages.
+ - Do not overwrite rc file while restoring icons
+   (bug #11266)
+ - Fix crash when moving 2+ icons to the bottom
+   right corner
+ - Fix icon placement when using "Arrange Desktop
+   Icons" (Bug #11639)
+ - Center icons vertically in the grid (Bug #11086)
+ - Set initial value of font size spin button
+ - Show sub directories in template menu again
+ - Prevent accidental double clicks in single
+   click mode (Bug #10720)
+ - Disable rename menu entry for special icons
+ - Add icon emblems in clockwise order
+ - Handle icons with preset emblems (Bug #7417)
+ - Enable drag&drop popup menu for local actions
+ - Use mini icon and allow dimming of non-scaled
+   icons
+
+* Translation updates:
+   Czech (cs), Greek (el), Spanish (Castilian) (es),
+   Croatian (hr), Italian (it), Japanese (ja),
+   Kazakh (kk), Korean (ko), Lithuanian (lt),
+   Malay (ms), Norwegian Bokmål (nb),
+   Polish (pl), Portuguese (pt),
+   Portuguese (Brazilian) (pt_BR), Russian (ru),
+   Slovak (sk), Thai (th), Turkish (tr),
+   Ukrainian (uk), Chinese (China) (zh_CN)
+
 4.12.0
 ======
 Stable release of xfdesktop for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index 9302573..c56fef4 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], [12])
-m4_define([xfdesktop_version_micro], [0])
+m4_define([xfdesktop_version_micro], [1])
 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