Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Mon, 21 Sep 2015 23:40:12
Message-Id: 1442873470.0f7269a8abd84f5bdfee717c6e9f8c065357e20f.dolsen@gentoo
1 commit: 0f7269a8abd84f5bdfee717c6e9f8c065357e20f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 22:11:10 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 22:11:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0f7269a8
7
8 Update version and RELEASE-NOTES for a release
9
10 RELEASE-NOTES | 39 +++++++++++++++++++++++++++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 40 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 285f6d5..e54892b 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,45 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.2.21
23 +==================================
24 +* Bug Fixes:
25 + - Bug 550006 quickpkg: support FEATURES=xattr
26 + - Bug 550324 Fix missed rename of cleanconfig to cleanconfmem
27 + - Bug 550898 rename ia to ia64
28 + - Bug 550886 enable absolute_import for Python 2
29 + - Bug 550906 handle submodule import in _LazyImportFrom._get_target
30 + - Bug 552340 Redirect /dev/fd bash test to /dev/null
31 + - Bug 554084 unpack: avoid useless chmods to improve speed
32 + - Bug 554108 use mkdtemp to avoid cgroup interference
33 + - Bug 554578 convert str to Atom for DbapiProvidesIndex
34 + - Bug 554928 depgraph._want_update_pkg: handle _UNREACHABLE_DEPTH
35 + - Bug 556172 slot_conflict_handler: suggest --verbose-conflicts
36 + - Bug 556464 depgraph._select_files: use _iter_match_pkgs for tbz2 arguments
37 + - Bug 555698 circular_dependency_handler: limit USE combination search
38 + - Bug 556764 similar_name_search: used indexed repos where appropriate
39 + - Bug 557426 sync repositories in parallel
40 + - Bug 557962 Manifest.write: stable/predictable Manifest mtime for rsync
41 + - Bug 558322 SyncRepos._sync: call postsync.d hooks earlier
42 + - Bug 557192 egencache: stable use.local.desc mtime for rsync
43 + - Bug 559044 emerge --search: fix duplication of results
44 + - Bug 296085 RsyncSync: add sync-rsync-vcs-ignore option
45 + - Bug 559122 sync: include metadata/layout.conf with profile submodule
46 + - Bug 560466 match_from_list: restrict =* to match only on version part boundaries
47 +* git sync: Respect PORTAGE_QUIET
48 +* several man page updates
49 +
50 +
51 +portage-2.2.20.1
52 +==================================
53 +# Note this was a branch release based of the 2.2.20 release
54 +# expressly for the new git based ebuild tree
55 +* Bug Fixes:
56 + - Bug 550324 Fix missed rename of cleanconfig to cleanconfmem
57 + - included a few man page updates
58 + - a couplerepoman changes for the new git based tree
59 +
60 +
61 portage-2.2.20
62 ==================================
63 * Bug Fixes:
64
65 diff --git a/setup.py b/setup.py
66 index b1e83b0..3a1a321 100755
67 --- a/setup.py
68 +++ b/setup.py
69 @@ -612,7 +612,7 @@ def get_manpages():
70
71 setup(
72 name = 'portage',
73 - version = '2.2.20',
74 + version = '2.2.21',
75 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
76 author = 'Gentoo Portage Development Team',
77 author_email = 'dev-portage@g.o',