summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-03-28 00:09:54 -0700
committerZac Medico <zmedico@gentoo.org>2018-03-28 00:10:41 -0700
commit4d4457f874ee7244076c4f1811782f8b880925d0 (patch)
tree9b11dab4942011fa9d6f683f3621449e860d325a
parent{,PKG_}INSTALL_MASK: Support exclusions (bug 651214) (diff)
downloadportage-4d4457f874ee7244076c4f1811782f8b880925d0.tar.gz
portage-4d4457f874ee7244076c4f1811782f8b880925d0.tar.bz2
portage-4d4457f874ee7244076c4f1811782f8b880925d0.zip
Updates for portage-2.3.25 releaseportage-2.3.25
-rw-r--r--NEWS4
-rw-r--r--RELEASE-NOTES32
-rwxr-xr-xsetup.py2
3 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a568ae00c..ab8328229 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
News (mainly features/major bug fixes)
+portage-2.3.25
+----------------
+* Experimental support for EAPI 7_pre1.
+
portage-2.3.20
----------------
* Support RESTRICT=network-sandbox in ebuilds.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 593e67aaf..13544c5ff 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,38 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+portage-2.3.25
+==================================
+* Bug Fixes:
+ - Bug 582140 Portage does not reduce values of USE_EXPAND variables
+ to IUSE_EFFECTIVE in some cases
+ - Bug 608564 add emerge --ignore-world option to disregard @world
+ when solving dependencies
+ - Bug 622462 emerge --autounmask tries to wrongly unmask a hardmasked
+ package instead of telling user to change USE conflicting flags
+ - Bug 631358 add emerge --changed-slot option
+ - Bug 647654 filter-bash-environment.py input is not buffered, it reads
+ 1 byte at a time
+ - Bug 647940 "emerge --search" fails to find a package when provided
+ with an exact match, $CAT/$PKG
+ - Bug 648062 portageq repositories_configuration <eroot> does not
+ override PORTAGE_CONFIGROOT
+ - Bug 648432 File merging is ultra-slow on FreeBSD
+ - Bug 648790 add parallel aux_get method for things like repoman to use
+ - Bug 649418 security.capability extended attribute not preserved
+ between different filesystems
+ - Bug 649464 dev-util/gtk-update-icon-cache-3.22.19 - QA Notice: new
+ icons were found installed but GTK+ icon cache has not been updated
+ - Bug 649524 prepstrip: Preservation of extended attributes using
+ getfattr+setfattr does not preserve extended attributes outside of
+ user namespace
+ - Bug 649528 prepstrip: Preservation of extended attributes using
+ xattr-helper.py broken
+ - Bug 650754 emerge --info is broken without git installed if PORTDIR
+ is a git checkout and sync-type = git
+ - Bug 651214 {PKG_,}INSTALL_MASK support for exclusions
+
+
portage-2.3.24
==================================
* Bug Fixes:
diff --git a/setup.py b/setup.py
index e3ca7f4c3..abcf53b27 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.24',
+ version = '2.3.25',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',