aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-02-08 16:32:49 -0800
committerZac Medico <zmedico@gentoo.org>2020-02-08 16:58:10 -0800
commit60d040a016249ad297f63d0043a16ce8f4449d74 (patch)
tree41fe61143e20fa44249b252aa814047c3ff5473b
parentSupport FEATURES=qa-unresolved-soname-deps (bug 708448) (diff)
downloadportage-60d040a0.tar.gz
portage-60d040a0.tar.bz2
portage-60d040a0.zip
Updates for portage-2.3.88 releaseportage-2.3.88
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--MANIFEST.in5
-rw-r--r--RELEASE-NOTES13
-rwxr-xr-xsetup.py2
3 files changed, 19 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4f6cac162..c862b044f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,11 @@ include TEST-NOTES
include doc/custom.xsl
recursive-include doc *.docbook
+# sphinx sources
+include doc/api/index.rst
+include doc/api/conf.py
+include doc/api/Makefile
+
# extra conf files used in ebuild
include cnf/make.conf.example.*
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bd035366e..72b2a40db 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,19 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.88
+==================================
+* Bug Fixes:
+ - Bug 649622 prevent unecessary installation of virtual/w3m followed
+ by removal by depclean
+ - Bug 705736 preserve-libs: prevent unecessary preservation of system
+ libraries which a package bundles
+ - Bug 707820 generate API documentation with sphinx-apidoc
+ - Bug 708448 support FEATURES=qa-unresolved-soname-deps so that the
+ QA warning from bug 704320 can be disabled
+ - Bug 708660 phase-helpers.sh: avoid passing an empty root value to
+ portageq when ebuild IPC is disabled
+
portage-2.3.87
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index d337ba49d..30bacf66d 100755
--- a/setup.py
+++ b/setup.py
@@ -657,7 +657,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.87',
+ version = '2.3.88',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',