summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',