summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-10-08 15:11:01 -0700
committerZac Medico <zmedico@gentoo.org>2018-10-08 15:11:20 -0700
commita9287e95e230555fa351786aeea228aa6944769e (patch)
treead7411a8841c9bce41bb0cf79d9084a4b4790082
parentportage.repository.config: Sort some tuples and put each element on separate ... (diff)
downloadportage-a9287e95e230555fa351786aeea228aa6944769e.tar.gz
portage-a9287e95e230555fa351786aeea228aa6944769e.tar.bz2
portage-a9287e95e230555fa351786aeea228aa6944769e.zip
Updates for portage-2.3.51 releaseportage-2.3.51
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1791741c9..c8fdc0255 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.51
+==================================
+* Bug Fixes:
+ - Bug 666554 HardlinkQuarantineRepoStorage: exclude distfiles and packages
+ - Bug 667008 delete *.ecompress for empty PORTAGE_COMPRESS
+ - Bug 667072 ecompress: Detect and report colliding (un)compressed files
+ - Bug 667604 move install-qa-check.d/08gentoo-paths to gentoo repo
+
+
portage-2.3.50
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index b8ade6f03..f9cc6a6eb 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.50',
+ version = '2.3.51',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',