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 CC16F158164 for ; Mon, 18 Nov 2024 06:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE58E0B73; Mon, 18 Nov 2024 06:05:13 +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 C07EBE0B73 for ; Mon, 18 Nov 2024 06:05:12 +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 A94F2335DC7 for ; Mon, 18 Nov 2024 06:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 208441B55 for ; Mon, 18 Nov 2024 06:05:10 +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: <1731909033.82945c99a64b115d058ef8fed79fdb1defcb864f.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: 82945c99a64b115d058ef8fed79fdb1defcb864f X-VCS-Branch: master Date: Mon, 18 Nov 2024 06:05:10 +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: 00269e89-10b6-4726-9fc9-10aa18c4c71f X-Archives-Hash: adb5aa2b8d7ff32ffc6969a6e9f963a2 commit: 82945c99a64b115d058ef8fed79fdb1defcb864f Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 18 05:50:33 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 18 05:50:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=82945c99 Update version to 1.4.28 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 861ec10..1ae3225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-11-18 Ulrich Müller + + * configure.ac: Update version to 1.4.28. + * Tagged 1.4.28 release. + 2024-11-13 Ulrich Müller * modules/profile.eselect (get_repo_path): Prefix the portageq diff --git a/configure.ac b/configure.ac index a28ff1d..3b1c78e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.27, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.28, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)