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 159F8158008 for ; Mon, 12 Jun 2023 16:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6972DE0917; Mon, 12 Jun 2023 16:24:09 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4F3F4E0917 for ; Mon, 12 Jun 2023 16:24:09 +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 6DD5A33BDFF for ; Mon, 12 Jun 2023 16:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D6D9A93 for ; Mon, 12 Jun 2023 16:24:05 +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: <1686585833.9fc05b47a0a76cf8a00471ccb66e2455c44d8516.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: 9fc05b47a0a76cf8a00471ccb66e2455c44d8516 X-VCS-Branch: master Date: Mon, 12 Jun 2023 16:24:05 +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: 54e722d5-f6b1-4940-9ed1-f3f61d465e97 X-Archives-Hash: 1ae61e49aba28a68c87e5089dcadb8c0 commit: 9fc05b47a0a76cf8a00471ccb66e2455c44d8516 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 12 16:03:53 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 12 16:03:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=9fc05b47 Update version to 1.4.25 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 96cee04..65a49f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-06-12 Ulrich Müller + * configure.ac: Update version to 1.4.25. + * Tagged 1.4.25 release. + * modules/env.eselect (is_envfile): Make detection of text file more robust. Bug 908401. diff --git a/configure.ac b/configure.ac index 7d4ad6e..b561481 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.24, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.25, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)