summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-12-15 16:46:21 -0800
committerZac Medico <zmedico@gentoo.org>2017-12-15 16:47:02 -0800
commitf7b630142249bcde45ff769947196733d96ed881 (patch)
tree9707b70863f70f6ca84a4de1a84268e7bfd7344e
parentfile_copy: handle EOPNOTSUPP from copy_file_range (bug 641088) (diff)
downloadportage-2.3.19.tar.gz
portage-2.3.19.tar.bz2
portage-2.3.19.zip
Updates for portage-2.3.19 releaseportage-2.3.19
-rw-r--r--RELEASE-NOTES7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',