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, 05 Dec 2016 10:15:06
Message-Id: 1480932833.ece835ccecec103c9c5b2d2a4522ade345f31c41.dolsen@gentoo
1 commit: ece835ccecec103c9c5b2d2a4522ade345f31c41
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 05:40:32 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 10:13:53 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ece835cc
7
8 Updates for a release
9
10 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
11
12 NEWS | 10 ++++++++++
13 RELEASE-NOTES | 28 +++++++++++++++++++++++++++-
14 setup.py | 2 +-
15 3 files changed, 38 insertions(+), 2 deletions(-)
16
17 diff --git a/NEWS b/NEWS
18 index de4fb38..98f444d 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,15 @@
22 News (mainly features/major bug fixes)
23
24 +portage-2.3.3
25 +-----------------
26 +* Reverted commits:
27 + - Bug 552814 Revert "GitSync.update: respect sync-depth
28 + (Shallow fetch is not a practical default at this time,
29 + given performance issues introduced by `git update-index`
30 + and `git prune` (see bug 599008).
31 + )
32 +
33 +
34 portage-2.3.1
35 -----------------
36 * Support News-Item-Format 2.0
37
38 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
39 index cdb069a..47f4fba 100644
40 --- a/RELEASE-NOTES
41 +++ b/RELEASE-NOTES
42 @@ -1,7 +1,33 @@
43 Release Notes; upgrade information mainly.
44 Features/major bugfixes are listed in NEWS
45
46 -portage-2.3.2
47 +portage-2.3.3
48 +==================================
49 +* Bug Fixes:
50 + - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps
51 + - Bug 599060 parse_metadata_use: apply English language preference
52 + - Bug 599240 preserve-libs: handle manually removed libraries better
53 + - Bug 600346 dep_zapdeps: make package selections internally consistent
54 + - Bug 600128 repos.conf: support strict-misc-digests attribute
55 + - Bug 600660 unpack: fix txz unpack support
56 + - Bug 600804 _post_src_install_uid_fix: allow files with portage group
57 + permissions
58 + - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction
59 + - Bug 554070 depgraph: select highest version involved in slot conflict
60 + - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't
61 + a file in package.*/
62 +* Reverted commits:
63 + - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures
64 + (too soon, needs some additional gkeys work and release,
65 + this code was not yet in a portage release)
66 + - Bug 552814 Revert "GitSync.update: respect sync-depth
67 + (Shallow fetch is not a practical default at this time,
68 + given performance issues introduced by `git update-index`
69 + and `git prune` (see bug 599008).
70 + )
71 +
72 +
73 + portage-2.3.2
74 ==================================
75 * Bug Fixes:
76 - Bug 594822 GitSync.update: handle git rev-list failure
77
78 diff --git a/setup.py b/setup.py
79 index a8d51b3..2e86855 100755
80 --- a/setup.py
81 +++ b/setup.py
82 @@ -646,7 +646,7 @@ class build_ext(_build_ext):
83
84 setup(
85 name = 'portage',
86 - version = '2.3.2',
87 + version = '2.3.3',
88 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
89 author = 'Gentoo Portage Development Team',
90 author_email = 'dev-portage@g.o',