* [gentoo-commits] proj/portage:master commit in: /
@ 2016-12-05 10:15 Brian Dolbec
2016-12-05 10:18 ` [gentoo-commits] proj/portage:portage-2.3.3 " Brian Dolbec
0 siblings, 1 reply; 2+ messages in thread
From: Brian Dolbec @ 2016-12-05 10:15 UTC (permalink / raw
To: gentoo-commits
commit: ece835ccecec103c9c5b2d2a4522ade345f31c41
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 05:40:32 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 10:13:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ece835cc
Updates for a release
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
NEWS | 10 ++++++++++
RELEASE-NOTES | 28 +++++++++++++++++++++++++++-
setup.py | 2 +-
3 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index de4fb38..98f444d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
News (mainly features/major bug fixes)
+portage-2.3.3
+-----------------
+* Reverted commits:
+ - Bug 552814 Revert "GitSync.update: respect sync-depth
+ (Shallow fetch is not a practical default at this time,
+ given performance issues introduced by `git update-index`
+ and `git prune` (see bug 599008).
+ )
+
+
portage-2.3.1
-----------------
* Support News-Item-Format 2.0
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cdb069a..47f4fba 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,33 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
-portage-2.3.2
+portage-2.3.3
+==================================
+* Bug Fixes:
+ - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps
+ - Bug 599060 parse_metadata_use: apply English language preference
+ - Bug 599240 preserve-libs: handle manually removed libraries better
+ - Bug 600346 dep_zapdeps: make package selections internally consistent
+ - Bug 600128 repos.conf: support strict-misc-digests attribute
+ - Bug 600660 unpack: fix txz unpack support
+ - Bug 600804 _post_src_install_uid_fix: allow files with portage group
+ permissions
+ - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction
+ - Bug 554070 depgraph: select highest version involved in slot conflict
+ - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't
+ a file in package.*/
+* Reverted commits:
+ - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures
+ (too soon, needs some additional gkeys work and release,
+ this code was not yet in a portage release)
+ - Bug 552814 Revert "GitSync.update: respect sync-depth
+ (Shallow fetch is not a practical default at this time,
+ given performance issues introduced by `git update-index`
+ and `git prune` (see bug 599008).
+ )
+
+
+ portage-2.3.2
==================================
* Bug Fixes:
- Bug 594822 GitSync.update: handle git rev-list failure
diff --git a/setup.py b/setup.py
index a8d51b3..2e86855 100755
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.2',
+ version = '2.3.3',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/portage:portage-2.3.3 commit in: /
2016-12-05 10:15 [gentoo-commits] proj/portage:master commit in: / Brian Dolbec
@ 2016-12-05 10:18 ` Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2016-12-05 10:18 UTC (permalink / raw
To: gentoo-commits
commit: ece835ccecec103c9c5b2d2a4522ade345f31c41
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 05:40:32 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 10:13:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ece835cc
Updates for a release
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
NEWS | 10 ++++++++++
RELEASE-NOTES | 28 +++++++++++++++++++++++++++-
setup.py | 2 +-
3 files changed, 38 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index de4fb38..98f444d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
News (mainly features/major bug fixes)
+portage-2.3.3
+-----------------
+* Reverted commits:
+ - Bug 552814 Revert "GitSync.update: respect sync-depth
+ (Shallow fetch is not a practical default at this time,
+ given performance issues introduced by `git update-index`
+ and `git prune` (see bug 599008).
+ )
+
+
portage-2.3.1
-----------------
* Support News-Item-Format 2.0
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cdb069a..47f4fba 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,7 +1,33 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
-portage-2.3.2
+portage-2.3.3
+==================================
+* Bug Fixes:
+ - Bug 597752 _expand_new_virtuals: constrain output for dep_zapdeps
+ - Bug 599060 parse_metadata_use: apply English language preference
+ - Bug 599240 preserve-libs: handle manually removed libraries better
+ - Bug 600346 dep_zapdeps: make package selections internally consistent
+ - Bug 600128 repos.conf: support strict-misc-digests attribute
+ - Bug 600660 unpack: fix txz unpack support
+ - Bug 600804 _post_src_install_uid_fix: allow files with portage group
+ permissions
+ - Bug 601466 bin/ebuild: fix EBUILD_FORCE_TEST / RESTRICT interaction
+ - Bug 554070 depgraph: select highest version involved in slot conflict
+ - Bug 598116 _emerge/depgraph.py: Autounmask-write fails when there isn't
+ a file in package.*/
+* Reverted commits:
+ - Bug 597918 Revert "emerge-webrsync: use gkeys to verify OpenPGP signatures
+ (too soon, needs some additional gkeys work and release,
+ this code was not yet in a portage release)
+ - Bug 552814 Revert "GitSync.update: respect sync-depth
+ (Shallow fetch is not a practical default at this time,
+ given performance issues introduced by `git update-index`
+ and `git prune` (see bug 599008).
+ )
+
+
+ portage-2.3.2
==================================
* Bug Fixes:
- Bug 594822 GitSync.update: handle git rev-list failure
diff --git a/setup.py b/setup.py
index a8d51b3..2e86855 100755
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,7 @@ class build_ext(_build_ext):
setup(
name = 'portage',
- version = '2.3.2',
+ version = '2.3.3',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-portage@gentoo.org',
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-05 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 10:15 [gentoo-commits] proj/portage:master commit in: / Brian Dolbec
2016-12-05 10:18 ` [gentoo-commits] proj/portage:portage-2.3.3 " Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox