From 585bb09cc29f56787202b46814c862416218d68e Mon Sep 17 00:00:00 2001 From: Alexander Schwinn Date: Thu, 5 Apr 2018 22:46:12 +0200 Subject: [PATCH] Updates for release --- NEWS | 19 +++++++++++++++++++ configure.ac.in | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 601d52421..356fa263d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +1.7.2 +===== +- Thunar confuses files (bug #12435) +- Use display_name instead of basename to display filenames (bug #13532) +- Avoid unexpected overshoot fade on icon view +- Make it possible to assign accelerators to custom actions +- Killing thunar as well kills all launched sub-processes (bug #14277) +- Thunar User Configurable Actions do not work for remote locations (bug #7652), patch from (bug#7305) +- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/Start/" +- SIGSEGV when thumbnailer is under heavy load after opening many tabs (bug #13756) +- bumped dependency to xfce4-panel to API v.2 / 4.12.0 +- Fixed creation of .desktop file when dropping URL into folder (bug #14239) +- Restoring non-empty folders leaves copy in Trash (bug #13535) +- Fixed an uncritical "use after free" +- Translation updates: Albanian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, +Dutch, English (Australia),Finnish, French, Galician, German, Greek, Hebrew, Indonesian, Italian, +Japanese, Kazakh, Latvian, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese, +Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian + 1.7.1 ===== - Do not translate "Trash" files and folders (Bug #14211) diff --git a/configure.ac.in b/configure.ac.in index 289673b7a..1f220b49b 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], [7]) -m4_define([thunar_version_micro], [1]) +m4_define([thunar_version_micro], [2]) 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 *******************************************