commit: f0c0698616374ed6d76cefbb2a1357a0d7af114e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 18:43:11 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 18:43:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f0c06986
Updates for portage-2.3.30 release
RELEASE-NOTES | 7 +++++++
setup.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9cb516fb8..3a9fa7f41 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.30
+==================================
+* Bug Fixes:
+ - Bug 653372 emerge --search AttributeError: '_pkg_str' object has
+ no attribute '_db'
+
+
portage-2.3.29
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 16864168d..238ca7dc7 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.29',
+ version = '2.3.30',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',