commit: ed11d76466ae650a0f193caeeb406f254fc4cf5f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 02:49:59 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 02:56:49 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed11d764
Updates for portage-2.3.65 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 8 ++++++++
setup.py | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fcc5a8626..86a92403b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.65
+==================================
+* Bug Fixes:
+ - Bug 478544 fix duplicate repo warning triggered by PORTDIR
+ - Bug 553224 emerge --info per-package FEATURES
+ - Bug 684232 don't set permissions on /dev/null emerge.log symlink
+
+
portage-2.3.64
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index f7800b6e2..e83ff7468 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.64',
+ version = '2.3.65',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',