From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 545391387FF for ; Mon, 20 Oct 2014 04:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72BE6E089D; Mon, 20 Oct 2014 04:05:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2B5FE089D for ; Mon, 20 Oct 2014 04:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B742634025F for ; Mon, 20 Oct 2014 04:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7AA84A0 for ; Mon, 20 Oct 2014 04:05:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1413777528.0cd798cd9de1c549a3ce46426bd3e98a9d850b1a.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES X-VCS-Directories: / X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0cd798cd9de1c549a3ce46426bd3e98a9d850b1a X-VCS-Branch: master Date: Mon, 20 Oct 2014 04:05:53 +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: 1af89747-79b4-4ac8-9df3-a41bd123f54b X-Archives-Hash: a81c208cd93773c0786ecfdcdb3dad2f commit: 0cd798cd9de1c549a3ce46426bd3e98a9d850b1a Author: Brian Dolbec gentoo org> AuthorDate: Mon Oct 20 02:23:31 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Oct 20 03:58:48 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0cd798cd Update RELEASE-NOTES, NEWS --- NEWS | 9 +++++++++ RELEASE-NOTES | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/NEWS b/NEWS index 0a02907..84a5928 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ News (mainly features/major bug fixes) +portage-2.2.14 +------------- +* Remaining bugs in build/install system should be fixed. + + +portge-2.2.14_rc1 +------------- +* Many new build/installation system errors fixed. + portage-2.2.13 ------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7a46612..899b48a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,42 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.14 +================================== +* Bug Fixes: + - Bug # 508364 Tweak the previous patch commit for the comma warning. + - Bug # 524964 $PORTAGE_BIN_PATH/portageq no longer exists, which breaks + bin/ebuild-helpers/portageq. + - Bug # 524328 Use nonblocking write instead of a fork for writing to + the fifo. + - Bug # 523684 If a CONFIG_PROTECTed file was installed but no longer + exists in the file system, then it may have been deleted or renamed + by the admin. + - Bug # 506192 This fixes the sync_local function so that it doesn't + prematurely remove the whole TMPDIR when tarsync is not installed. + - Bug # setup.py: Fix typo in logrotatedir path. + + +portage-2.2.14_rc1 +================================== +* Bug Fixes: + - Bug # 508364 Update gcc warning checks. + - Bug # 523182 Rewrite default ebuild phase setting code + - Bug # 517310 Offer to read news while calcing deps + - Bug # 481578 emerge: --autounmask-write if --ask + - Bug # 523494 Use PATH instead of PORTAGE_BIN_PATH to locate emerge. + - Bug # 523532 This fixes depth increment to handle _UNREACHABLE_DEPTH. + - Bug # 523152 This fixes the unmerge-backup and downgrade-backup features + to be compatible with the new setup.py quickpkg install location... + - Bug # 522084 Fix _solve_non_slot_operator_slot_conflicts to add all + parents to the conflict_graph... + - Bug # 523048 This fixes _backtrack_depgraph to immediately report + necessary REQUIRED_USE changes instead of discarding the graph. + - Bug # 521990 Since self._dynamic_config._slot_operator_deps only contains + deps for packages added to the graph, it doesn't contain potentially + relevant deps of installed packages that have not been added to the graph. + + portage-2.2.13 ================================== * Bug Fixes: