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 927E915800A for ; Wed, 9 Aug 2023 15:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE5B2BC01D; Wed, 9 Aug 2023 15:37:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 836C72BC01D for ; Wed, 9 Aug 2023 15:37:16 +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 4F5BF33BF5B for ; Wed, 9 Aug 2023 15:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B44F30 for ; Wed, 9 Aug 2023 15:37:13 +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: <1691594781.ade79584b8723ad5bd8690f99a1a6f2d9ff0ef52.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: ade79584b8723ad5bd8690f99a1a6f2d9ff0ef52 X-VCS-Branch: master Date: Wed, 9 Aug 2023 15:37:13 +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: 711e378e-b9e2-48b4-aabc-1d1d19fa8213 X-Archives-Hash: 86b40316da53725795c00128c43f9047 commit: ade79584b8723ad5bd8690f99a1a6f2d9ff0ef52 Author: Ulrich Müller gentoo org> AuthorDate: Wed Aug 9 15:26:21 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Aug 9 15:26:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=ade79584 Update version to 1.4.26 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 aa50140..cce6fb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-08-09 Ulrich Müller + + * configure.ac: Update version to 1.4.26. + * Tagged 1.4.26 release. + 2023-08-07 Ulrich Müller * modules/editor.eselect (EDITOR_LIST): diff --git a/configure.ac b/configure.ac index b561481..91912c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.25, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.26, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)