[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat May 18 00:27:21 CEST 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 bb124b61e6e8416cfb618720ab6788bbf68a1145
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Sat May 18 00:21:50 2019 +0200
Updates for release
---
NEWS | 14 ++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index daa5b4b..eb335e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+1.6.17
+======
+- tree view jumps (scrolls) when clicking on a directory (Bug #15174)
+- Correctly check if destination is writable (Bug #14718)
+- SEGV (11) on USB-flash connection (Bug #13813)
+- Translation updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian,
+Bengali, Bulgarian, Catalan, Chinese (Hong Kong SAR China), Danish, Dutch,
+English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish,
+French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
+Interlingue, Japanese, Kazakh, Korean, Latvian, Malay, Norwegian Bokmål,
+Norwegian Nynorsk, Occitan, Persian (Iran), Polish, Portuguese,
+Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovenian, Spanish,
+Swedish, Telugu, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
1.6.16
======
- Thunar sometimes mounts USB drives with root permission (Bug #14719)
diff --git a/configure.ac.in b/configure.ac.in
index 8af0886..38e7f0e 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], [16])
+m4_define([thunar_version_micro], [17])
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