From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDCEE158232 for ; Mon, 9 Dec 2024 18:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFDA6E08FF; Mon, 9 Dec 2024 18:36:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4555CE08FF for ; Mon, 9 Dec 2024 18:36:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78C1534069F for ; Mon, 9 Dec 2024 18:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C07CE16A1 for ; Mon, 9 Dec 2024 18:36:43 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1733769099.f1dbcc5cf4086750c32e293e3ad95b60cb831b4e.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f1dbcc5cf4086750c32e293e3ad95b60cb831b4e X-VCS-Branch: emacs-updater Date: Mon, 9 Dec 2024 18:36:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89c13391-2796-4f1b-b85b-c7fd5fed3ee6 X-Archives-Hash: 1b15529fb85a6bf50efa9450ff4d3ece commit: f1dbcc5cf4086750c32e293e3ad95b60cb831b4e Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 9 18:31:39 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 9 18:31:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=f1dbcc5c Version 1.19 released Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 4 ++++ emacs-updater | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5ad13a..2092b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-12-09 Ulrich Müller + + * Version 1.19 released. + 2024-12-07 Ulrich Müller * emacs-updater (OPTIONS): The "sitedir" action is now invalid; diff --git a/emacs-updater b/emacs-updater index 2e17099..c6ab27a 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer # Ulrich Müller -VERSION=1.18 +VERSION=1.19 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp @@ -72,7 +72,7 @@ version() { cat <<-EOF Emacs updater version ${VERSION} Copyright 2007-2024 Gentoo Authors - Distributed under the terms of the GNU GPL version 2 or later. + Distributed under the terms of the GNU GPL version 2 or later Gentoo Emacs project: EOF