summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-12-04 21:40:32 -0800
committerBrian Dolbec <dolsen@gentoo.org>2016-12-05 02:13:53 -0800
commitece835ccecec103c9c5b2d2a4522ade345f31c41 (patch)
treee505cebd9eb737a2b2b24399b90d2040f12174e6
parentportage/versions.py: Pyflakes and Whitespace cleanup (diff)
downloadportage-ece835ccecec103c9c5b2d2a4522ade345f31c41.tar.gz
portage-ece835ccecec103c9c5b2d2a4522ade345f31c41.tar.bz2
portage-ece835ccecec103c9c5b2d2a4522ade345f31c41.zip
Updates for a releaseportage-2.3.3
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r--NEWS10
-rw-r--r--RELEASE-NOTES28
-rwxr-xr-xsetup.py2
3 files changed, 38 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index de4fb387f..98f444d10 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/setup.py b/setup.py
index a8d51b3a6..2e86855c1 100755
--- a/setup.py
+++ b/setup.py
@@ -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',