summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-12-05 20:36:17 -0800
committerZac Medico <zmedico@gentoo.org>2019-12-05 20:43:43 -0800
commit545fbfcb51976a33ea4b7af5d244ac161556ba9d (patch)
treead6360d2c22283c120bc6ef69929fdba9834592e
parentemerge: add --implicit-system-deps <y|n> option (bug 681312) (diff)
downloadportage-2.3.81.tar.gz
portage-2.3.81.tar.bz2
portage-2.3.81.zip
Updates for portage-2.3.81 releaseportage-2.3.81
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--NEWS11
-rw-r--r--RELEASE-NOTES8
-rwxr-xr-xsetup.py2
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 751f91456..65cfa3e4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
News (mainly features/major bug fixes)
+portage-2.3.80
+--------------
+* The emerge --quickpkg-direct option enables use of installed packages
+ directly as binary packages. It can be used to create minimal runtime
+ container images (which need not include a package manager), or to
+ enable a live image to act as a binary installer that uses packages
+ installed in the live image as a source of binary packages. This
+ option is especially useful in combination with --usepkgonly and
+ --ignore-soname-deps=n options, allowing implicit system dependencies
+ such as libc to be automatically accounted for.
+
portage-2.3.77
--------------
* The emerge --autounmask option is now disabled by default, except for
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a3b077da0..e4df13dc8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.81
+==================================
+* Bug Fixes:
+ - Bug 681312 add emerge --implicit-system-deps <y|n> option
+ - Bug 701996 fix virtual/wine handling to avoid pulling in multiple
+ wine implementations in some cases
+
+
portage-2.3.80
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 964bfb036..6ab0db225 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.80',
+ version = '2.3.81',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',