commit: 299fda412e4f8ef1dae705811f906bf777601bf6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 07:42:32 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 07:42:43 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=299fda41
Updates for portage-2.3.96 release
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
RELEASE-NOTES | 5 +++++
setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 83b202729..a247104c8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,11 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.96
+==================================
+* Bug Fixes:
+ - Bug 714480 DirectoryNotFound: /var/tmp/portage/category-directory
+
portage-2.3.95
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index ce5c92606..f9c3418a3 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.95',
+ version = '2.3.96',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',