commit:     d2b36c40342cae68983c14a464f9b1202a25ea1b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 18:38:38 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 18:38:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d2b36c40

Updates for the release

 NEWS          |  6 ++++++
 RELEASE-NOTES | 25 +++++++++++++++++++++++++
 setup.py      |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index dd04a44..48dd7f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 News (mainly features/major bug fixes)
 
+
+portage-2.2.26
+--------------
+* EAPI 6 stable portage release
+
+
 portage-2.2.25
 --------------
 * EAPI 6 final fully implemented.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6a81495..6e3e591 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,30 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.27
+==================================
+* Bug Fixes:
+    - Bug 532224 Fixes commit 28828655da86 @profile pkg set support
+    - Bug 566024 Fix logic when deep is True
+    - Bug 567932 SyncManager.sync: always return 4-tuple
+    - Bug 561686 _dep_check_composite_db._visible: verify that highest_visible
+                 matches
+    - Bug 567920 Manifest._apply_max_mtime: account for removals and renames
+    - Bug 567746 repoman: use metadata.dtd from rsync tree if available
+    - Bug 568354 depgraph._resolve: consider unresolved @system atoms fatal
+    - Bug 567360 doebuild: Support finding lib* for ccache/distcc/icecc
+                 masquerade dir
+    - Bug 568054 repoman: Do not check for PATCHES array in EAPI 6 and later.
+    - Bug 568934 flat_hash: enable md5 validation for /var/cache/edb/dep
+    - Bug 569942 elog/mod_save: fix CATEGORY KeyError
+    - Bug 486362 repoman: add clutter to inherit.deprecated
+    - Bug 562652 emaint/.../merges: Rename --purge-tracker option
+    - Bug 570530 INSTALL_MASK: enable matching of broken symlinks
+    - Bug 570672 emerge: Add --autounmask-only parameter
+    - Bug 570798 support bsddb3 module
+
+
+
 portage-2.2.26
 ==================================
 * Bug Fixes:
@@ -13,6 +37,7 @@ portage-2.2.26
     - Bug 566704 depgraph: autounmask for conditional USE deps
 * other EAPI 6 code changes: eapply_user, several corrections
 
+
 portage-2.2.25
 ==================================
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 3c0ce0c..62c2662 100755
--- a/setup.py
+++ b/setup.py
@@ -615,7 +615,7 @@ def get_manpages():
 
 setup(
        name = 'portage',
-       version = '2.2.26',
+       version = '2.2.27',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to