summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2019-07-19 23:43:43 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2019-07-19 23:43:43 +0200
commit940bce016f7b75888f19ce48d860433d64caef46 (patch)
tree1f5a578793d235113f2f0fbaedd962faefd13dda
parent8631b4063bcd668c1f0cbc9809baa788a3ddca59 (diff)
downloadthunar-xfce-4.14pre3.tar.gz
Updates for releasexfce-4.14pre3thunar-1.8.8
-rw-r--r--NEWS11
-rw-r--r--configure.ac.in4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 62a35e72..f536c51e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.8.8
+=====
+- Do not register "send to" as last used app (Bug #14118)
+- Use https where possible
+- Dont restart the folder monitor on each refresh (Bug #13364)
+- Fix XML declaratation in uca.xml (Bug #13623)
+- Always show the executable checkbox (Bug #15605)
+- Replace Trash action with Delete as needed (Bug #15352)
+- Translation updates: Armenian, Finnish, Kazakh,
+Portuguese (Brazil), Swedish, Thai, Turkish
+
1.8.7
=====
- Fix crash on unmounted volume in tree pane right click (Bug #15452)
diff --git a/configure.ac.in b/configure.ac.in
index e5324181..6908ea64 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], [3])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [8])
-m4_define([thunar_version_micro], [7])
+m4_define([thunar_version_micro], [8])
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 *******************************************