This is an automated email from the git hooks/post-receive script. f 2 4 0 4 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 apps/xfce4-terminal.
commit 9d4863663d75bbeb4f74ceb2fd24fec0077a5ccd Author: Igor <[email protected]> Date: Sun Feb 25 17:13:02 2018 -0500 Release 0.8.7.1 --- NEWS | 5 +++++ configure.ac.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 88aae8e..f6e5827 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.8.7.1 +======= +- Fix Alt+n shortcuts for switching tabs; also, update tabs menu after + reordering tabs (#14247) + 0.8.7 ======= - Update man page: add a note about config file changes being picked up diff --git a/configure.ac.in b/configure.ac.in index 2ab3c9b..1878328 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -11,9 +11,9 @@ dnl *************************** m4_define([terminal_version_major], [0]) m4_define([terminal_version_minor], [8]) m4_define([terminal_version_micro], [7]) -m4_define([terminal_version_nano], []) +m4_define([terminal_version_nano], [1]) m4_define([terminal_version_build], [@REVISION@]) -m4_define([terminal_version_tag], [git]) +m4_define([terminal_version_tag], []) m4_define([terminal_version_dbus], [5]) m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])]) -- 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
