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 49DF7138330 for ; Tue, 9 Jan 2018 09:09:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94CBEE09DB; Tue, 9 Jan 2018 09:09:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 74AACE09DB for ; Tue, 9 Jan 2018 09:09:00 +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 ED011335C3E for ; Tue, 9 Jan 2018 09:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 767441A7 for ; Tue, 9 Jan 2018 09:08:57 +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: <1515487514.6844029a48c34acbf934a2002582509329a853b7.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: 6844029a48c34acbf934a2002582509329a853b7 X-VCS-Branch: master Date: Tue, 9 Jan 2018 09:08:57 +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-Archives-Salt: 50289faa-a6b5-47d8-bd1e-e9af44a2cbd1 X-Archives-Hash: 4ea9502663461efce594e8993cedcdef commit: 6844029a48c34acbf934a2002582509329a853b7 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 9 08:45:14 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 9 08:45:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=6844029a Update version to 1.4.11. ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0be1bc4..398b23c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-01-09 Ulrich Müller + * configure.ac: Update version to 1.4.11. + * Tagged 1.4.11 release. + * modules/profile.eselect (set_symlink): Require --force option when selecting an experimental profile. diff --git a/configure.ac b/configure.ac index 19601ed..1cb4d06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.10, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)