commit:     545fbfcb51976a33ea4b7af5d244ac161556ba9d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 04:36:17 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 04:43:43 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=545fbfcb

Updates for portage-2.3.81 release

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

 NEWS          | 11 +++++++++++
 RELEASE-NOTES |  8 ++++++++
 setup.py      |  2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)

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 = '[email protected]',

Reply via email to