summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES5
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',