[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Jul 28 17:17:30 CEST 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 91ac32630fc2742bd36ab859ec982cc1c2772cce
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Jul 28 12:17:11 2019 -0300
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2fcb1ff..e284653 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.13.6
+======
+[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.
+
+- Update copyright year
+- Use https where possible
+- Add padding to Window Actions menu entry (Bug #14628)
+- Display correct icon size of minimized apps (Bug #8951)
+- Reorder checkboxes in Settings UI
+- Translation Updates: Finnish, Kazakh, Norwegian Bokmål, Portuguese (Brazil),
+ Ukrainian
+
4.13.5
======
[Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 4878898..7869610 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [13])
-m4_define([xfdesktop_version_micro], [5])
+m4_define([xfdesktop_version_micro], [6])
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