commit:     432805b79431a32dfb8b63c3e66960bfb58cb09b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 20:34:57 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 20:34:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=432805b7

Updates for a release

 NEWS          |  5 +++++
 RELEASE-NOTES | 13 +++++++++++++
 setup.py      |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 1d1136f..dd04a44 100644
--- a/NEWS
+++ b/NEWS
@@ -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 fe89e85..69d96e8 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:

diff --git a/setup.py b/setup.py
index a754c89..0f08f54 100755
--- a/setup.py
+++ b/setup.py
@@ -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 = '[email protected]',

Reply via email to