From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEABF158088 for ; Fri, 24 Oct 2025 17:45:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A7B29340D02 for ; Fri, 24 Oct 2025 17:45:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 89C621102F2; Fri, 24 Oct 2025 17:44:59 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7D9AA1102F2 for ; Fri, 24 Oct 2025 17:44:59 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E73B340D0C for ; Fri, 24 Oct 2025 17:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A9A28E0 for ; Fri, 24 Oct 2025 17:44:57 +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: <1761327033.598206e66aa7c08192113249e13f4083a13deeae.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: 598206e66aa7c08192113249e13f4083a13deeae X-VCS-Branch: master Date: Fri, 24 Oct 2025 17:44:57 +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: e13455fa-3765-4cc0-ac2d-9a50d89ce75e X-Archives-Hash: d57dd14b7d9c1d0848177d94a669562a commit: 598206e66aa7c08192113249e13f4083a13deeae Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 24 17:30:33 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 24 17:30:33 2025 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=598206e6 Update version to 1.4.31 Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba85cc0..01ad3a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-10-24 Ulrich Müller + * configure.ac: Update version to 1.4.31. + * Tagged 1.4.31 release. + * bin/eselect.in (ESELECT_STDERR): Drop bash version test. * modules/news.eselect (do_list): Call printf instead of space. diff --git a/configure.ac b/configure.ac index 34c8aa4..d6601da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.30, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.31, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)