commit: 153f84cda8a0cc065c7c8bcedec5efd165d37cf9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 25 18:51:54 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Sep 25 18:51:54 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=153f84cd
Version 1.17 released Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 2 ++ emacs-updater | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f21d36f..f4e8a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2023-09-25 Ulrich Müller <[email protected]> + * Version 1.17 released. + * emacs-updater: The -e,--exact option of qfile no longer works in portage-utils-0.80 or later. The "exact package" functionality is now available with the -v,--verbose option (--verbose --quiet diff --git a/emacs-updater b/emacs-updater index 3cf85b0..6d03c34 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer <[email protected]> # Ulrich Müller <[email protected]> -VERSION=1.16 +VERSION=1.17 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp @@ -69,7 +69,7 @@ usage() { version() { cat <<-EOF Emacs updater version ${VERSION} - Copyright 2007-2019 Gentoo Authors + Copyright 2007-2023 Gentoo Authors Distributed under the terms of the GNU GPL version 2 or later. Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>
