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: Fri, 25 Sep 2015 00:23:43
Message-Id: 1443137769.2a080903071be7b9dda2a25d1e08148afde7c4d3.dolsen@gentoo
1 commit: 2a080903071be7b9dda2a25d1e08148afde7c4d3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 23:36:09 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 23:36:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2a080903
7
8 Updates for a release
9
10 NEWS | 6 ++++++
11 RELEASE-NOTES | 11 +++++++++++
12 setup.py | 2 +-
13 3 files changed, 18 insertions(+), 1 deletion(-)
14
15 diff --git a/NEWS b/NEWS
16 index 10df908..1d1136f 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,5 +1,11 @@
20 News (mainly features/major bug fixes)
21
22 +portage-2.2.22
23 +-------------
24 +* Stage 1 of the repoman re-write code merged in to master branch
25 + This is the first release of the new code base.
26 +
27 +
28 portage-2.2.19
29 -------------
30 * The squashdelta sync module was removed for separate installation
31
32 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
33 index e54892b..b26ba20 100644
34 --- a/RELEASE-NOTES
35 +++ b/RELEASE-NOTES
36 @@ -1,6 +1,16 @@
37 Release Notes; upgrade information mainly.
38 Features/major bugfixes are listed in NEWS
39
40 +portage-2.2.22
41 +==================================
42 +* Bug Fixes:
43 + - Bug 559636 repoman: ignore unadded files when possible
44 + - Bug 510840 repoman: Remove profiles TODO comment
45 + - Bug 561234 SyncManager.async: initialize attributes before fork
46 + - Bug 561240 repository/config.py: Fix propogation of module_specific_options
47 +* First release of the repoman re-write code (stage 1)
48 +
49 +
50 portage-2.2.21
51 ==================================
52 * Bug Fixes:
53 @@ -28,6 +38,7 @@ portage-2.2.21
54 - Bug 560466 match_from_list: restrict =* to match only on version part boundaries
55 * git sync: Respect PORTAGE_QUIET
56 * several man page updates
57 +* rsync: per repo repos.conf rsync options via the 'sync-rsync-extra-opts' option
58
59
60 portage-2.2.20.1
61
62 diff --git a/setup.py b/setup.py
63 index 3a1a321..ec43cfd 100755
64 --- a/setup.py
65 +++ b/setup.py
66 @@ -612,7 +612,7 @@ def get_manpages():
67
68 setup(
69 name = 'portage',
70 - version = '2.2.21',
71 + version = '2.2.22',
72 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
73 author = 'Gentoo Portage Development Team',
74 author_email = 'dev-portage@g.o',