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 7492E138A2F for ; Tue, 12 Aug 2014 21:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54FCEE0999; Tue, 12 Aug 2014 21:00:41 +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 CB7D4E0999 for ; Tue, 12 Aug 2014 21:00:40 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 764E4340476 for ; Tue, 12 Aug 2014 21:00:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 355B518818 for ; Tue, 12 Aug 2014 21:00:37 +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: <1407868201.fd81edffb69fbf4b64432c2ccd03d0af83ef7e6d.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: fd81edffb69fbf4b64432c2ccd03d0af83ef7e6d X-VCS-Branch: master Date: Tue, 12 Aug 2014 21:00:37 +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: 2f8cecf1-c952-4f3f-8fce-b0e8338f551f X-Archives-Hash: 5be2f166d981ced0538b9f0a51659204 commit: fd81edffb69fbf4b64432c2ccd03d0af83ef7e6d Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 12 15:41:32 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Aug 12 18:30:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fd81edff Updates for the release --- NEWS | 17 ++++++++++++----- RELEASE-NOTES | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 43d1797..4923bb9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ News (mainly features/major bug fixes) +portage-2.2.12 + +* New emaint module "merges" for finding and fixing failed merges + If a pkg fails to merge to the live filesystem correctly, that pkg may + not work correctly if at all. This module scans the installed pkg database + for those failures and can re-emerge those packages. + portage-2.2.1 ------------- @@ -160,7 +167,7 @@ portage-2.1.3 RDEPEND. This makes PDEPEND more useful for breaking the dependency cycles that are sometimes triggered by RDEPEND and DEPEND. * Enable "echo" and "save_summary" elog modules by default -* Fix -* handling in package.keywords to work as intended (reset the accepted +* Fix -* handling in package.keywords to work as intended (reset the accepted keywords list), also see RELEASE-NOTES. * Make elog functionality available to python code @@ -183,9 +190,9 @@ portage-2.1.2 order and detection of circular dependencies. * The world and system sets allow automatic update of all installed slots. * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}. -* Development: Extend PYTHONPATH support to allow overriding the hardcoded +* Development: Extend PYTHONPATH support to allow overriding the hardcoded /usr/lib/portage/pym for development/testing purposes -* New "finalize" hook for elog modules enabling modules to perform actions on +* New "finalize" hook for elog modules enabling modules to perform actions on shutdown (like dispatching collected messages). * New elog modules mail_summary and save_summary that act like the mail/save modules except that they merge messages from multiple packages in a single @@ -203,7 +210,7 @@ portage-2.1.1 portage-2.1 (ongoing via pre releases) ------------ -* FEATURES="confcache" integration; global caching to speed up configure calls, +* FEATURES="confcache" integration; global caching to speed up configure calls, requires dev-util/confcache * elog framework and accompanying modules for logging ebuild warnings, errors and general notices. Collects eerror/ewarn/elog/einfo messages. @@ -213,7 +220,7 @@ portage-2.1 (ongoing via pre releases) * config files as directories enabling more flexible settings management. * Addition of an register_die_hook method that allows ebuild/eclasses to register functions to be called for better debugging on errors. -* Addition of pre and post user hookable functions for each ebuild phase, accessible +* Addition of pre and post user hookable functions for each ebuild phase, accessible via portage bashrc. Example would be pre_src_unpack . * cache refactoring- runtime improvement from 35% -> 65%. * Intelligently handle and display USE_EXPAND-based IUSE variables. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 63dbfad..9b4cbb7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,27 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.2.12 +================================== +* Bug Fixes: + - Bug # 519074 fix invalid locale setting + - Repoman: fix atom.blocker checks + - Bug # 519124 properly decode formatted number for localized_size() + - Revert an incorrect test fix from 2.2.11 which broke mime type detection + - Bug # 518968 Fix and incorrect userquery change + - QA systemd warning check for using /etc/conf.d + - QA Use pngfix to find broken PNG files + - Bug # 512578 Prepend '=' to unmerge atoms + - Repoman: Do not report DESCRIPTION.punctuation warning for "etc." + - Fix a py2/py3 discrepency involing integer division causing number output + to be inconsistent + - Fix an unicode-decode error in a gettaddrinfo() error message +* New emaint module "merges" for finding and fixing failed merges + If a pkg fails to merge to the live filesystem correctly, that pkg may + not work correctly if at all. This module scans the installed pkg database + for those failures and can re-emerge those packages. + + portage-2.2.11 ================================== * Bug Fixes: