commit:     5944d6fb3e8253508cfd7e9b94f9e50626caa421
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  3 20:32:17 2015 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Feb  3 20:32:17 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5944d6fb

Initial updates for the 2.2.16 release

---
 NEWS          | 11 +++++++++++
 RELEASE-NOTES | 41 +++++++++++++++++++++++++++++++++++++++++
 setup.py      |  2 +-
 3 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 84a5928..7b4dc94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 News (mainly features/major bug fixes)
 
+portage-2.2.16
+-------------
+* New portage plug-in sync system.
+    Read the news anouncement for more details of the changes in config
+    settings and operation.
+* New native portage postsync.d capability
+* New native portage repo.postsync.d capability
+* New native indexed search capability for decent search speed
+* Tentative EAPI 6 patches for additional testing
+
+
 portage-2.2.14
 -------------
 * Remaining bugs in build/install system should be fixed.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 800beee..4347cf7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,47 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.16
+==================================
+* New portage plug-in sync system.
+* New auto-sync setting for repos.conf repos
+* New sync-depth setting for git sync module
+* New --sub-submodule option for emaint sync module
+* New native portage postsync.d capability
+* New native portage repo.postsync.d capability
+* New socks5 module to allow builds to escape the network-sandbox
+* Tentative EAPI 6 changes for testing
+* New search index creation and fast search code for emerge -s, -S
+* Bug Fixes:
+    - Bug 583512 Deprecate make.conf SYNC variable
+    - Bug 538314 handle EINTR
+    - Bug 537298 Fix typo in new_protect_filename()
+    - Bug 534722 update LOGNAME variable when appropriate
+    - Bug 536926 emerge: default --backtrack=3
+    - Bug 536392 More >= atoms for autounmask USE changes
+    - Bug 492932 TestFakedbapi: override EPREFIX
+    - Bug 142579 BinpkgExtractorAsync: xz and gzip decompression
+    - Bug 282927 emerge: add --changed-deps/--binpkg-changed-deps
+    - Bug 535850 dispatch-conf: avoid symlink "File exists" error
+    - Bug 533036 man/emerge.1: clarify --buildpkg-exclude wrt *-backup FEATURES
+    - Bug 463266 man pages: note that make.conf can be a directory
+    - Bug 533884 emerge --autounmask-write: fix CONFIG_PROTECT for
+                 PORTAGE_CONFIGROOT
+    - Bug 531656 Solve more slot-operator conflicts
+    - Bug 531724 AbstractPollTask._read_buf: read regardless of event flags
+    - Bug 534070 Add --sync-submodule <glsa|news|profiles>
+    - Bug 532670 Support override of default profile EAPI
+    - Bug 532784 bintree.py: fix str() calls for Python 2
+    - Bug 532594 faulty variable assignment inside _compute_abi_rebuild_info
+    - Bug 525718 search._xmatch: handle aux_get KeyError
+    - Bug 532224 Support @profile package set
+    - Bug 504116 man/emerge.1: --quiet-build=n overridden by --jobs
+    - Bug 412471 Display emerge search results incrementally
+    - Bug 531690 bin/ebuild: fix --color=n
+    - Bug 531854 dblink._protect: disable config protect for identical files
+    - Bug 522032 add a one time only post-sync hook call
+
+
 portage-2.2.15
 ==================================
 * New option --rage-clean that does --unmerge without delay.

diff --git a/setup.py b/setup.py
index 440cbba..54015c3 100755
--- a/setup.py
+++ b/setup.py
@@ -611,7 +611,7 @@ def get_manpages():
 
 setup(
        name = 'portage',
-       version = '2.2.15',
+       version = '2.2.16',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to