aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-11-26 19:34:48 -0800
committerZac Medico <zmedico@gentoo.org>2019-11-26 19:34:57 -0800
commit12371ccdbdc6bb5327653b9263ab4e03fa56fdf4 (patch)
tree0f38dd638aabb6ed13884df17aba22757990980e
parentemerge: add --quickpkg-direct option (diff)
downloadportage-12371ccd.tar.gz
portage-12371ccd.tar.bz2
portage-12371ccd.zip
Updates for portage-2.3.80 releaseportage-2.3.80
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--RELEASE-NOTES9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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 = 'dev-portage@gentoo.org',