commit:     a9287e95e230555fa351786aeea228aa6944769e
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  8 22:11:01 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct  8 22:11:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=a9287e95

Updates for portage-2.3.51 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 RELEASE-NOTES | 9 +++++++++
 setup.py      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

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 = '[email protected]',

Reply via email to