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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC79E158086 for ; Tue, 28 Dec 2021 09:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78A542BC016; Tue, 28 Dec 2021 09:42:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9A3002BC01E for ; Tue, 28 Dec 2021 09:42:00 +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 92575342FE1 for ; Tue, 28 Dec 2021 09:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCD7233 for ; Tue, 28 Dec 2021 09:41:56 +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: <1640682276.0f1ae9117f1256cd9247ed4cfb944dbe107b84d6.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0f1ae9117f1256cd9247ed4cfb944dbe107b84d6 X-VCS-Branch: master Date: Tue, 28 Dec 2021 09:41:56 +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: 84d119b5-b744-4d9f-8764-10bd27d4ddea X-Archives-Hash: 7b27e53abbbbfd4c439c4faaca8a1392 commit: 0f1ae9117f1256cd9247ed4cfb944dbe107b84d6 Author: Ulrich Müller gentoo org> AuthorDate: Tue Dec 28 09:04:36 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Dec 28 09:04:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0f1ae911 Update version to 1.4.18 Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc70d61..668b7e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-12-28 Ulrich Müller + + * configure.ac: Update version to 1.4.18. + * Tagged 1.4.18 release. + 2021-10-24 Ulrich Müller * modules/visual.eselect (EDITOR_LIST): Don't use absolute paths. diff --git a/configure.ac b/configure.ac index 48522e6..8bc63b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.17, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.18, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)