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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D60B0138334 for ; Wed, 4 Sep 2019 10:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05C5EE0819; Wed, 4 Sep 2019 10:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E31B1E0819 for ; Wed, 4 Sep 2019 10:40:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1F6234ABAC for ; Wed, 4 Sep 2019 10:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE86B784 for ; Wed, 4 Sep 2019 10:40:23 +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: <1567591509.e47a5681b849c4b878ff795bf15de320103126a2.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: e47a5681b849c4b878ff795bf15de320103126a2 X-VCS-Branch: master Date: Wed, 4 Sep 2019 10:40:23 +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: 36736bb3-2d07-447e-9bf7-ec9d2e7f5625 X-Archives-Hash: 8893cdbd62cb354463c60bcc54a36cc9 commit: e47a5681b849c4b878ff795bf15de320103126a2 Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 4 10:05:09 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 4 10:05:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e47a5681 Update version to 1.4.15. 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 d459f08..dbddf71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-09-04 Ulrich Müller + * configure.ac: Update version to 1.4.15. + * Tagged 1.4.15 release. + * autogen.bash (WANT_AUTOCONF, WANT_AUTOMAKE): Update versions. 2019-09-02 Ulrich Müller diff --git a/configure.ac b/configure.ac index 6085e4d..55065a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.14, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.15, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)