diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-12-04 21:40:32 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-12-05 02:13:53 -0800 |
commit | ece835ccecec103c9c5b2d2a4522ade345f31c41 (patch) | |
tree | e505cebd9eb737a2b2b24399b90d2040f12174e6 | |
parent | portage/versions.py: Pyflakes and Whitespace cleanup (diff) | |
download | portage-2.3.3.tar.gz portage-2.3.3.tar.bz2 portage-2.3.3.zip |
Updates for a releaseportage-2.3.3
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | RELEASE-NOTES | 28 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 38 insertions, 2 deletions
@@ -1,5 +1,15 @@ News (mainly features/major bug fixes) +portage-2.3.3 +----------------- +* Reverted commits: + - Bug 552814 Revert "GitSync.update: respect sync-depth + (Shallow fetch is not a practical default at this time, + given performance issues introduced by `git update-index` + and `git prune` (see bug 599008). + ) + + portage-2.3.1 ----------------- * Support News-Item-Format 2.0 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cdb069ae0..47f4fbaba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,33 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS -portage-2.3.2 +portage-2.3.3 +================================== +* Bug Fixes: + - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps + - Bug 599060 parse_metadata_use: apply English language preference + - Bug 599240 preserve-libs: handle manually removed libraries better + - Bug 600346 dep_zapdeps: make package selections internally consistent + - Bug 600128 repos.conf: support strict-misc-digests attribute + - Bug 600660 unpack: fix txz unpack support + - Bug 600804 _post_src_install_uid_fix: allow files with portage group + permissions + - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction + - Bug 554070 depgraph: select highest version involved in slot conflict + - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't + a file in package.*/ +* Reverted commits: + - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures + (too soon, needs some additional gkeys work and release, + this code was not yet in a portage release) + - Bug 552814 Revert "GitSync.update: respect sync-depth + (Shallow fetch is not a practical default at this time, + given performance issues introduced by `git update-index` + and `git prune` (see bug 599008). + ) + + + portage-2.3.2 ================================== * Bug Fixes: - Bug 594822 GitSync.update: handle git rev-list failure @@ -646,7 +646,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.2', + version = '2.3.3', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |