[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat May 18 22:45:44 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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 4
in repository xfce/thunar.
commit 0044849d54aacfd2565bf908d5bde136cf6c83f1
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat May 18 17:45:23 2019 -0300
Updates for release
---
NEWS | 11 +++++++++++
configure.ac.in | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4ce176d..1a51717 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.8.6
+=====
+- Job is now optional for thunar_io_scan_directory
+- Expand scroll window of file operation progress dialog (Bug #14946)
+- Fix compiler error -Wcast-function-type (GCC 8)
+- Bump glib minimal required version
+- Fix g_type_class_add_private is deprecated
+- Small code cleanup
+- Fix pathbar to on middle click open folders in new tabs (Bug #15302)
+- Translation updates: Danish
+
1.8.5
=====
- Do not exit when dbus name registration fails (Bug #15149)
diff --git a/configure.ac.in b/configure.ac.in
index d9d7189..6ec5f79 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], [5])
+m4_define([thunar_version_micro], [6])
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