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 61758158B20 for ; Sun, 02 Feb 2025 18:26:53 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4CDC5342F8D for ; Sun, 02 Feb 2025 18:26:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4E2ED1103B6; Sun, 02 Feb 2025 18:26:52 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 47D3B1103B6 for ; Sun, 02 Feb 2025 18:26:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01252342FB2 for ; Sun, 02 Feb 2025 18:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F2481CE6 for ; Sun, 02 Feb 2025 18:26:50 +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: <1738519851.32bbbdd60653fbf34ae1369e23bf0d7ad882d78c.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: 32bbbdd60653fbf34ae1369e23bf0d7ad882d78c X-VCS-Branch: master Date: Sun, 02 Feb 2025 18:26:50 +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: d1891f3c-7a1f-492a-b609-4521b15bd069 X-Archives-Hash: b470a90b7d41ce4aa1f9811fdecc8c4b commit: 32bbbdd60653fbf34ae1369e23bf0d7ad882d78c Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 2 18:10:51 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 2 18:10:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=32bbbdd6 Update version to 1.4.29 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 e7d347e..c431a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-02-02 Ulrich Müller + + * configure.ac: Update version to 1.4.29. + * Tagged 1.4.29 release. + 2025-01-30 Ulrich Müller * modules/editor.eselect (EDITOR_LIST): diff --git a/configure.ac b/configure.ac index 3b1c78e..da3e39e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.28, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.29, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)