diff options
-rw-r--r-- | RELEASE-NOTES | 7 | ||||
-rwxr-xr-x | setup.py | 2 |
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: @@ -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', |