diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2015-11-17 12:34:57 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2015-11-17 12:34:57 -0800 |
commit | 432805b79431a32dfb8b63c3e66960bfb58cb09b (patch) | |
tree | ea9949d2a06b2fe02a08fcbb3159a6211c3bf8a5 | |
parent | repoman: Update in_iuse & get_libdir inherit check for EAPI 6 (diff) | |
download | portage-2.2.25.tar.gz portage-2.2.25.tar.bz2 portage-2.2.25.zip |
Updates for a releasev2.2.25
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | RELEASE-NOTES | 13 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +portage-2.2.25 +-------------- +* EAPI 6 final fully implemented. + + portage-2.2.22 ------------- * Stage 1 of the repoman re-write code merged in to master branch diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fe89e8531..69d96e87a 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.2.25 +================================== +* Bug Fixes: + - Bug 564988 Rsync and Git Sync: skip metadata-transfer when appropriate + - Bug 565172 repos.conf: support sync-hooks-only-on-change attribute + - Bug 565540 egencache: parallelize --update-changelogs + - Bug 565626 egencache: Delay updating Manifests until all other + tasks complete +* EAPI 6 final updates and changes. +* locale: Warn when locale does not conform to ASCII rules for case conversions. + Force sane LC_COLLATE & LC_CTYPE as required in EAPI 6. + + portage-2.2.24 ================================== * Bug Fixes: @@ -615,7 +615,7 @@ def get_manpages(): setup( name = 'portage', - version = '2.2.24', + version = '2.2.25', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |