commit:     12371ccdbdc6bb5327653b9263ab4e03fa56fdf4
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 03:34:48 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 03:34:57 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=12371ccd

Updates for portage-2.3.80 release

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

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

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 83a227836..a3b077da0 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.80
+==================================
+* Bug Fixes:
+    - Bug 667432 Rename DCO_SIGNED_OFF_BY config variable to SIGNED_OFF_BY.
+    - Bug 674562 eapply: Drop -s option for patch.
+    - Bug 689226 emerge --buildpkgonly: respect buildtime hard blockers
+    - Bug 699986 emerge: add --quickpkg-direct option
+
+
 portage-2.3.79
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 43bd88808..964bfb036 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
        name = 'portage',
-       version = '2.3.79',
+       version = '2.3.80',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to