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

noreply at xfce.org noreply at xfce.org
Fri May 17 20:20:07 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 324539809e7f43286f160a7ebe3db4e1c92289ca
Author: Andre Miranda <andreldm at xfce.org>
Date:   Fri May 17 15:15:28 2019 -0300

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

diff --git a/NEWS b/NEWS
index 9da3220..7517aac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-4.13.4 (Unreleased)
+4.13.4
 ======
 [Please note that this is a development release.]
 
@@ -8,8 +8,10 @@ Please report all problems at bugzilla.xfce.org.
 - Re-introduce ability to move icons to other displays (Bug #15198)
 - Make 'Move to Trash' icon the same as Thunar (Bug #15234)
 - Match Thunar Drag and Drop behavior (Bug #14919)
-- Stop ongoing drag/selection if middle/right mouse button is pressed (Bug #14180)
-- Fix Desktop icons order resets, by adding link to last used configuration as fallback (Bug #11266)
+- Stop ongoing drag/selection if middle/right mouse button is
+  pressed (Bug #14180)
+- Fix Desktop icons order resets, by adding link to last used configuration as
+  fallback (Bug #11266)
 - Fix xfdesktop crashes after multiples --reload (Bug #15060)
 - Fix scaling of images with orientation metadata (Bug #14644)
 - Fix stretching/zooming of images with orientation metadata (Bug #15292)
@@ -22,13 +24,15 @@ Please report all problems at bugzilla.xfce.org.
 - Avoid timer leak when docking-undocking monitors (Bug #13887)
 - Use clipboard target "text/uri-list" when copying/cutting (Bug #13379)
 - Set desktop environment for garcon app menu (Bug #14599)
+- Properly center workspace header in windowlist (Bug #15405)
+- Fix memory leak when monitors change (Bug #14844)
 - Replace/remove deprecated functions
-- Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Danish, Greek,
-  English (Australia), English (Canada), English (United Kingdom), Spanish, Estonian, Basque,
-  Finnish, French, Galician, Indonesian, Interlingue, Icelandic, Italian, Korean, Norwegian Bokmål,
-  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese (Brazil), Romanian, Russian, Slovenian,
-  Albanian, Serbian, Uighur, Uzbek, Chinese (Hong Kong), Chinese (Taiwan)
-
+- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
+  Bulgarian, Chinese (Hong Kong), Chinese (Taiwan), Danish, English (Australia),
+  English (Great Britain), Estonian, Finnish, French, Galician, Greek,
+  Icelandic, Indonesian, Italian, Korean, Norwegian Bokmål, Norwegian Nynorsk,
+  Occitan, Polish, Portuguese (Brazilian), Romanian, Russian, Serbian,
+  Slovenian, Spanish, Uyghur
 
 4.13.3
 ======
diff --git a/configure.ac.in b/configure.ac.in
index 8450235..d7e9f52 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], [3])
+m4_define([xfdesktop_version_micro], [4])
 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