commit: afd0eb8b4b926f6bbb92a2a20c799ec7b528f706
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 3 17:50:24 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Sep 3 17:50:24 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=afd0eb8b
Updates for portage-2.3.49 release
RELEASE-NOTES | 6 ++++++
setup.py | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 53b622780..0725ce218 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.49
+==================================
+* Bug Fixes:
+ - Bug 665038 enable has/best_version -b in any phase for prefix
+
+
portage-2.3.48
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 670886c4d..8c4515470 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 1998-2014 Gentoo Foundation
+# Copyright 1998-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.48',
+ version = '2.3.49',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = '[email protected]',