summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2019-11-09 23:31:29 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2019-11-09 23:34:00 +0100
commit2e1013cc2f839265d0f84e059749ad44f724d396 (patch)
treed13feacfb145891e20bd7454ea5fafeadf39d9fb
parent2a5cd0c9d4ac9d5275838fc4e9d9b2c044f8d71e (diff)
downloadthunar-2e1013cc2f839265d0f84e059749ad44f724d396.tar.gz
Updates for releasethunar-1.6.18
-rw-r--r--NEWS15
-rw-r--r--configure.ac.in4
2 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eb335e9c..d8d84054 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.6.18
+======
+- Crash on refresh if remote folder has been removed (Bug #15961)
+- Remove 'auto-expand folders' from tree-view since it causes bad
+usability with keyboard (Bug #15743)
+- Changed Wiki links to https://docs.xfce.org/xfce/thunar/4.12/start
+- Dont restart the folder monitor on each refresh - Fixes "ghost files
+after moving files" (Bug #13364)
+- Fix build without HAVE_GIO_UNIX (Bug #12863)
+- Translation Updates:
+ Catalan, Chinese (Taiwan), Danish, Norwegian Bokmål, Persian (Iran),
+ Slovenian,
+
1.6.17
======
- tree view jumps (scrolls) when clicking on a directory (Bug #15174)
@@ -1100,4 +1113,4 @@ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
- The "Open With" dialog now allows users to remove launchers that were
previously added via the custom command box.
- The number of relocations for the libraries was reduced to improve the
- application startup time.
+ application startup time. \ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 18a75035..2187732e 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], [17])
+m4_define([thunar_version_micro], [18])
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 *******************************************