commit:     c78451421e30504c821ac9ccc7b7d9a092208e25
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 05:12:11 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 05:12:23 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7845142

Updates for portage-2.3.79 release

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 RELEASE-NOTES | 11 +++++++++++
 setup.py      |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index da49c9935..83a227836 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 eee09e8bd..43bd88808 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 = '[email protected]',

Reply via email to