diff options
author | 2018-10-08 15:11:01 -0700 | |
---|---|---|
committer | 2018-10-08 15:11:20 -0700 | |
commit | a9287e95e230555fa351786aeea228aa6944769e (patch) | |
tree | ad7411a8841c9bce41bb0cf79d9084a4b4790082 | |
parent | portage.repository.config: Sort some tuples and put each element on separate ... (diff) | |
download | portage-2.3.51.tar.gz portage-2.3.51.tar.bz2 portage-2.3.51.zip |
Updates for portage-2.3.51 releaseportage-2.3.51
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | RELEASE-NOTES | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |