commit: f7b630142249bcde45ff769947196733d96ed881
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 00:46:21 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 00:47:02 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f7b63014
Updates for portage-2.3.19 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cc09ee145..59a1be012 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.19
+==================================
+* Bug Fixes:
+ - Bug 640934 doins: fix PYTHONPATH setting
+ - Bug 641088 file_copy: handle EOPNOTSUPP for NFS
+
+
portage-2.3.18
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index a9e639801..39b9a0640 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.18',
+ version = '2.3.19',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',