summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2015-03-22 10:09:44 +0300
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 10:09:44 +0300
commit15a5f27e0d9ed2ee2c08f3f96f9388ba629b10e2 (patch)
tree041bc9d28b72902baa8496495703f554becf3457
parent98102f05b931f60430e850ed977570cd113a2973 (diff)
downloadxfdesktop-15a5f27e0d9ed2ee2c08f3f96f9388ba629b10e2.tar.gz
Updates for release.xfdesktop-4.12.1
-rw-r--r--NEWS43
-rw-r--r--configure.ac.in4
2 files changed, 45 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 274874e3..e2e910e7 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 93025733..c56fef40 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