summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-07-15 23:29:58 -0700
committerZac Medico <zmedico@gentoo.org>2018-07-15 23:29:58 -0700
commit75afdf6a4f7ce3d4141c79139952474662c34c93 (patch)
tree52a01760166c4eeb78dbab5e15fef71622c3e5e8
parentrepoman: populate implicit IUSE for empty profile (bug 660982) (diff)
downloadportage-75afdf6a4f7ce3d4141c79139952474662c34c93.tar.gz
portage-75afdf6a4f7ce3d4141c79139952474662c34c93.tar.bz2
portage-75afdf6a4f7ce3d4141c79139952474662c34c93.zip
Updates for portage-2.3.43 releaseportage-2.3.43
-rw-r--r--RELEASE-NOTES11
-rwxr-xr-xsetup.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c5ccd0b4b..79d27ef1a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.43
+==================================
+* Bug Fixes:
+ - Bug 640058 failure to unmerge gentoo-sources include-prefixes
+ directory
+ - Bug 649806 eliminate redundant stat calls on profile.bashrc files
+ - Bug 650814 eliminate unnecessary access syscalls on ebuilds
+ - Bug 660982 repoman incorrectly reports IUSE.missing
+ - Bug 661276 fix make.conf PORTDIR override when path does not exist
+
+
portage-2.3.42
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index 3e4ccd5f6..f50971f60 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.42',
+ version = '2.3.43',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',