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 9A3C9138334 for ; Thu, 28 Nov 2019 19:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B51ACE09B8; Thu, 28 Nov 2019 19:24:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9F203E09B8 for ; Thu, 28 Nov 2019 19:24:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2E8C34D53F for ; Thu, 28 Nov 2019 19:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67B028B6 for ; Thu, 28 Nov 2019 19:23:59 +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: <1574968490.0f91ddb921d67cf1c19bd40434a2bd8499e1dca3.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: 0f91ddb921d67cf1c19bd40434a2bd8499e1dca3 X-VCS-Branch: master Date: Thu, 28 Nov 2019 19:23:59 +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: e579bd30-455f-4ab0-916d-16c1501a4a56 X-Archives-Hash: 5f7470901f2612919860622f72420245 commit: 0f91ddb921d67cf1c19bd40434a2bd8499e1dca3 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 28 19:14:50 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 28 19:14:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=0f91ddb9 Update version to 1.4.16. 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 aaa31db..86ffd88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-11-28 Ulrich Müller + * configure.ac: Update version to 1.4.16. + * Tagged 1.4.16 release. + * README: Documentation is now dual-licensed under GPL-2+ or CC-BY-SA-4.0. Update URI of GPL-2 license text. diff --git a/configure.ac b/configure.ac index 55065a3..62b5c23 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.15, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.16, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)