[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri Jan 31 01:12:25 CET 2020
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 53afde0c1d0b7f22e5b513dd624455838f409179
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Jan 30 21:11:59 2020 -0300
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index f0b2477..9bc0158 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.8.12
+======
+- NULL is the proper sentinel for g_object_new() (Bug #16310)
+- Drop timer on finalize (Bug #15305)
+- Store column width setting asynchronously and only once (Bug #15305)
+- When move to trash fails, ask whether to delete files (Bug #15975)
+- Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list
+view) (Bug #15936)
+- Extra padding for Eject button when scrollbar is visible (Bug #15312)
+- Use standard icon instead of custom
+- Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian,
+ Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese,
+ Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak,
+ Spanish, Swedish, Ukrainian
+
1.8.11
======
- Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused by
diff --git a/configure.ac.in b/configure.ac.in
index 2a7ce66..38d5add 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], [11])
+m4_define([thunar_version_micro], [12])
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