[Xfce4-commits] [xfce/xfdesktop] 01/02: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Mar 9 04:05:43 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit 83eb61ab36cbd8a6e082650d2cc7e256ec4a7a67
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Mar 9 00:00:47 2019 -0300
Updates for release
---
NEWS | 30 +++++++++++++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index c39a780..c7401a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+
+4.13.3
+======
+[Please note that this is a development release.]
+
+Development release of xfdesktop targeting for Xfce 4.14.
+Please report all problems at bugzilla.xfce.org.
+
+- Minimal GTK version = 3.22
+- Avoid crash: do not clean up data to be used (Bug #14609)
+- Add orientation option to arrange icons (Bug #14979)
+- Fix icon size in Open with submenu (Bug #14774)
+- Add support for RandR's primary monitor (Bug #10688)
+- Sync user's wallpaper selection to AccountsService
+- Restore icons of custom actions
+- Port Settings UI to Glade 3
+- Add padding to some context menu icons (Bug #14628)
+- Translation Updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian,
+ Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch, English (Australia), English (Canada),
+ English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
+ Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
+ Lithuanian, Malay, Nepali, Norwegian Bokmål, Norwegian Nynorsk, Occitan,
+ Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
+ Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
+ Uyghur, Uzbek
+
4.13.2
======
[Please note that this is a development release.]
@@ -47,7 +74,8 @@ Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
* Major changes:
- - Port to Gtk3.
+ - Port to version = 3.22
+ - Fix icon size in Open with submenu (Bug #14774)3.
- The iconview has a CSS name of "XfdesktopIconView" and
adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds
GTK_STYLE_CLASS_LABEL when rendering the icon text with
diff --git a/configure.ac.in b/configure.ac.in
index 602b71c..2f67ab7 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], [13])
-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