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

noreply at xfce.org noreply at xfce.org
Mon Feb 13 21:51:20 CET 2017


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/thunar.

commit 77a1e955b4a20763dc14ba24f9b2601cc6812c37
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Feb 13 21:47:28 2017 +0100

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

diff --git a/NEWS b/NEWS
index c116608..b298e9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.6.11
+======
+- Fix a crash for on cut/pasting of multiple files (Bug #12260)
+- Fix a crash when renaming files (Bug #12264)
+- Fix missing return value for debug in thunar_file_reload (bug #12827)
+- Fix thunar history being deleted after view change (bug #12708)
+- Expand the name column by default in details view (#11357)
+- Silently ignore G_IO_ERROR_FAILED_HANDLED (#8695)
+- Fixing missing return value in standard view
+- Fix crashes when reloading target file after move (bug #11983)
+- Translation updates: Arabic, Asturian, Basque, Bulgarian, Catalan, Croatian,
+  Danish, Dutch (Flemish), English (Australia), English (Great Britain), Finnish,
+  French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Italian, Korean,
+  Lithuanian, Norwegian Bokmal, Norwegian Nynorsk, Occitan, Portuguese,
+  Portuguese (Brazilian), Slovak, Swedish
+
 1.6.10
 ======
 - Do not track thunar/thunar-marshal.{c,h} (Harald Judt)
diff --git a/configure.ac.in b/configure.ac.in
index a258a71..5a7de44 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], [10])
+m4_define([thunar_version_micro], [11])
 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