diff options
author | 2014-09-16 15:14:40 -0700 | |
---|---|---|
committer | 2014-09-16 15:14:40 -0700 | |
commit | 1a97abbed2ac47d5f08f6826a9dad5df28af2021 (patch) | |
tree | 99136e7434dd0e41adb2d420f06362ab678c2220 | |
parent | setup.py: Update version for the release (diff) | |
download | portage-1a97abbed2ac47d5f08f6826a9dad5df28af2021.tar.gz portage-1a97abbed2ac47d5f08f6826a9dad5df28af2021.tar.bz2 portage-1a97abbed2ac47d5f08f6826a9dad5df28af2021.zip |
Update NEWS and RELEASE-NOTESv2.2.13
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | RELEASE-NOTES | 21 |
2 files changed, 32 insertions, 1 deletions
@@ -1,7 +1,17 @@ News (mainly features/major bug fixes) -portage-2.2.12 +portage-2.2.13 +------------- +* New setup.py build system and distutils-r1 ebuild at EAPI 5 +* PORTAGE_{BIN,PYM}_PATH variables. If you want to call internal portage tools, + you need to query PORTAGE_BIN_PATH and PORTAGE_PYM_PATH, use them + and re-export them. +* New @changed-deps set to update packages which need dependecy change updates. + + +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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 388c03711..7a46612d5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,6 +6,27 @@ portage-2.2.13 * Bug Fixes: - Bug # 438976 Remove DESCRIPTION.punctuation check from repoman - Bug # 520542 Replace .append() with .add() for set variables + - Bug # 515230 package_tracker.match: account for unevaluated_atom + - Bug # 508762 _slot_operator_update_probe: This fixes the + check_reverse_dependencies function. + - Bug # 522362 Fix config.setcpv to regenerate USE settings in order to + account for package.env USE settings from the previous package + instance. + - Bug # 507482 Run distcc-pump server throughout src_configure() + to src_install() + - Bug # 520950 This handles a case which occurs when + _solve_non_slot_operator_slot_conflicts calls _create_graph. + - Bug # 520752 Make email date, timestamp RFC-compliant + - Bug # 520378 Fix hard-coded emerge-fetch.log locations + - Bug # 522652 For cases such as || ( X <A-2 ), where X is unsatisfiable + and A-1 is installed, fix dep_zapdeps to make the correct choice. + - Bug # 510270 This fixes an IndexError in + _solve_non_slot_operator_slot_conflicts which occurs when none of the + conflict packages matched a particular atom. +* No longer include a Changelog with release tarball. + For a complete log of the Changes please refer to the git log viewable + online at https://github.com/gentoo/portage/commits/master + portage-2.2.12 ================================== |