summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-11-08 21:12:11 -0800
committerZac Medico <zmedico@gentoo.org>2019-11-08 21:12:23 -0800
commitc78451421e30504c821ac9ccc7b7d9a092208e25 (patch)
treecef0cf71c9a84c90bfb38b9418f629b4f8c6ebaf
parentrepoman: ebuild.absdosym check: fix AttributeError for re.ASCII under python2.7 (diff)
downloadgentoo-portage-c78451421e30504c821ac9ccc7b7d9a092208e25.tar.xz
gentoo-portage-c78451421e30504c821ac9ccc7b7d9a092208e25.zip
Updates for portage-2.3.79 releaseportage-2.3.79
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES11
-rwxr-xr-xsetup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index da49c993529..83a2278368c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.79
+==================================
+* Bug Fixes:
+ - Bug 673400 emerge: fix error message for unknown options
+ - Bug 698046 fetch: remove symlink created by FETCHCOMMAND_RSYNC
+ - Bug 698474 fetch: respect try_mirrors parameter for local mirrors
+ - Bug 699392 emirrordist: _recycle_copier_exit UnboundLocalError
+ - Bug 699400 emirrordist: clean up FileCopier exception logging
+ - Bug 699548 install.py: ignore -Z / --context
+
+
portage-2.3.78
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index eee09e8bdb9..43bd8880898 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.78',
+ version = '2.3.79',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',