Skip to content

Commit

Permalink
Updates for portage-2.3.88 release
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Medico <zmedico@gentoo.org>
  • Loading branch information
zmedico committed Feb 9, 2020
1 parent 9d28f51 commit 60d040a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down
13 changes: 13 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def run(self):

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',
Expand Down

0 comments on commit 60d040a

Please sign in to comment.