summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-10-14 15:42:20 -0700
committerZac Medico <zmedico@gentoo.org>2019-10-14 15:42:20 -0700
commit196ff7d54f1a23646f2ad70801a7a04c80c0a8cd (patch)
tree495f3af1592b077f1575718ded290b081e0da815
parentDefault disable autounmask package.accept_keywords/mask changes (bug 658648) (diff)
downloadportage-2.3.77.tar.gz
portage-2.3.77.tar.bz2
portage-2.3.77.zip
Updates for portage-2.3.77 releaseportage-2.3.77
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS9
-rw-r--r--RELEASE-NOTES10
-rwxr-xr-xsetup.py2
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e09468a87..751f91456 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
News (mainly features/major bug fixes)
+portage-2.3.77
+--------------
+* The emerge --autounmask option is now disabled by default, except for
+ portions of behavior which are controlled by the --autounmask-use and
+ --autounmask-license options. For backward compatibility, previous
+ behavior of --autounmask=y and --autounmask=n is entirely preserved.
+ Users can get the old behavior simply by adding --autounmask to the
+ make.conf EMERGE_DEFAULT_OPTS variable.
+
portage-2.3.72
--------------
* The glsa-check program is now provided by portage, and it has been
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e58087694..31a3adaf1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,16 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.77
+==================================
+* Bug Fixes:
+ - Bug 220533 Fix FEATURES=skiprocheck read-only DISTDIR support
+ - Bug 646898 Support GLEP 75 mirror structure
+ - Bug 658648 Disable emerge --autounmask by default, except for
+ package.use and package.license changes
+ - Bug 695870 Improvements to ebuild(5) man page
+
+
portage-2.3.76
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 0d55d05ed..20cd04958 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.76',
+ version = '2.3.77',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',