aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-09-03 10:50:24 -0700
committerZac Medico <zmedico@gentoo.org>2018-09-03 10:50:24 -0700
commitafd0eb8b4b926f6bbb92a2a20c799ec7b528f706 (patch)
treeea603063abc4abcad0eed58bce90e6b880397bf0
parentphase-helpers.sh: has/best_version -b in any phase (bug 665038) (diff)
downloadportage-afd0eb8b.tar.gz
portage-afd0eb8b.tar.bz2
portage-afd0eb8b.zip
Updates for portage-2.3.49 releaseportage-2.3.49
-rw-r--r--RELEASE-NOTES6
-rwxr-xr-xsetup.py4
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 = 'dev-portage@gentoo.org',