This is an automated email from the git hooks/post-receive script. a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/thunar.
commit dd1ab87e933839fb9b047de3892e59c5844612aa Author: Alexander Schwinn <[email protected]> Date: Sun Jan 27 21:44:00 2019 +0100 updated NEWS and configure.ac.in according to recent releases --- NEWS | 7 +++++++ configure.ac.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9c7b6f4..af50a33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +1.8.4 +===== +- renamed org.freedesktop.FileManager1.service.in to + org.xfce.Thunar.FileManager1.service.in to avoid name clashes (Bug #12414) +- Exit when name org.freedesktop.filemanager1 lost on message-dbus (Bug #15088) +- Translation updates: Bengali, Catalan, Portuguese + 1.8.3 ===== - Thunar sometimes mounts USB drives with root permission (Bug #14719) diff --git a/configure.ac.in b/configure.ac.in index 86cc926..8516e71 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -26,7 +26,7 @@ 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], [3]) +m4_define([thunar_version_micro], [4]) m4_define([thunar_version_nano], []) m4_define([thunar_version_build], [@REVISION@]) m4_define([thunar_version_tag], [git]) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
