aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-08-01 20:31:02 -0700
committerZac Medico <zmedico@gentoo.org>2019-08-01 20:31:15 -0700
commit0cd7c6ceece68c8345ed2b00b75354e3eafd616c (patch)
tree3a8d6c2fa19828e7a89b1ec5760ea1063b71194c
parenttox.ini: py34: lxml<4.4.0 (diff)
downloadportage-0cd7c6ceece68c8345ed2b00b75354e3eafd616c.tar.gz
portage-0cd7c6ceece68c8345ed2b00b75354e3eafd616c.tar.bz2
portage-0cd7c6ceece68c8345ed2b00b75354e3eafd616c.zip
Updates for portage-2.3.70 releaseportage-2.3.70
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS6
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e8d54f5f..c6e9b7228 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
News (mainly features/major bug fixes)
+portage-2.3.70
+--------------
+* The @live-rebuild package set now searches for PROPERTIES=live, see
+ bug 233589. The @deprecated-live-rebuild package set provides the
+ old behavior which was based on inherited eclasses.
+
portage-2.3.64
--------------
* New (council approved) default locations for the Gentoo repository,
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 82768bebc..5384d82e3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,15 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.70
+==================================
+* Bug Fixes:
+ - Bug 233589 Support PROPERTIES=live
+ - Bug 690304 dispatch-conf unicode safety
+ - Bug 690446 emaint -c binhost support for binpkg-multi-instance
+ - Bug 690758 network-sandbox support for AI_ADDRCONFIG
+
+
portage-2.3.69
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 69e90a68d..d4ef01f8b 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.69',
+ version = '2.3.70',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',