commit:     5d4fc0a6fd2245bcb62110e9183de9dbdc6bde1e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 23:06:12 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:06:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=5d4fc0a6

Updates for a release

 RELEASE-NOTES | 20 ++++++++++++++++++++
 setup.py      |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6e3e591..efd446a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,26 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.28
+==================================
+* Bug Fixes:
+    - Bug 572494 BinpkgFetcher: suppress PORTAGE_SSH_OPTS KeyError message
+    - Bug 572476 binarytree: fix PORTAGE_BINHOST KeyError
+    - Bug 572826 Fix KeyError for ACCEPT_KEYWORDS and ARCH
+    - Bug 540882 repoman: Re-add an if that bypasses the changes scan
+    - Bug 573070 Clarify no binary packages error
+    - Bug 573056 isolated-functions.sh: Output error message for nofatal die
+    - Bug 573386 UserQuery: handle unicode
+    - Bug 543706 Make config update tools stand out
+    - Bug 527004 Be extra clear on INSTALL_MASK & dirs
+    - Bug 574082 repoman: Deprecate games.eclass
+    - Bug 576488 portdbapi.aux_get: don't cache in memory unless frozen
+    - Bug 573920 eapply_user: allow empty directories
+    - Bug 576958 repoman: Make the output quiet when options.quiet=True
+* Add sync-git-clone-extra-opts and sync-git-pull-extra-opts
+* GLEP 67 portageq updates
+* repoman: Fix _here_doc_re for "Unquoted Variable" false positives
+
 portage-2.2.27
 ==================================
 * Bug Fixes:

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

Reply via email to