[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Jan 24 22:56:01 CET 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2
in repository xfce/thunar.
commit 711e3bed11d8eb319177e68c57611cfa3a5335ca
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Thu Jan 24 22:54:32 2019 +0100
Updates for release
---
NEWS | 17 +++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ec05197..daa5b4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.6.16
+======
+- Thunar sometimes mounts USB drives with root permission (Bug #14719)
+- FreeBSD -Thunar crash due to passing null to strcmp() (Bug #15059)
+- 100%CPU when the parent directory is not readable in tree-view (Bug #14900)
+- Add support for CTRL+Z in rename dialog (Bug #14956)
+- Thunar rarely freezes when switching to tree-view (#14960)
+- Crash in tree-view when multiple windows are open (Bug #14714)
+- Avoid segfault on file operations (Bug #14281)
+- Translation updates: Amharic, Asturian, Basque, Belarusian, Bengali, Catalan,
+Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan), Croatian,
+Czech, Danish, English (Australia), English (United Kingdom), Esperanto,
+Estonian, French, Galician, Greek, Icelandic, Italian, Kazakh, Latvian,
+Lithuanian, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian (Iran),
+Portuguese, Punjabi, Russian, Slovak, Slovenian, Telugu, Thai, Turkish,
+Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
1.6.15
======
- Thunar confuses files (bug #12435)
diff --git a/configure.ac.in b/configure.ac.in
index 0bc6e80..a8387bc 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [6])
-m4_define([thunar_version_micro], [15])
+m4_define([thunar_version_micro], [16])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list