summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac.in4
2 files changed, 15 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 9da32209..7517aac4 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 84502355..d7e9f524 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