commit:     dc6601a42d466ad22d5f7bbbcf2100adecbcacde
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 16:45:49 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 16:48:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=dc6601a4

Updates for release: portage

 NEWS          |  5 +++++
 RELEASE-NOTES | 21 +++++++++++++++++++++
 setup.py      |  2 +-
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index acdfcd8..bf61818 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 News (mainly features/major bug fixes)
 
+portage-2.3.0
+-----------------
+* Final release
+* Includes numerous bugfixes
+
 portage-2.3.0_rc1
 -----------------
 * New split release for the repoman Q/A tool

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2f9f4ad..bc36675 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,27 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.0
+==================================
+* Bug Fixes:
+    - Bug 576888 dblink: add locks for parallel-install with blockers
+    - Bug 579626 __eapi6_src_prepare: handle empty PATCHES array
+    - Bug 579292 egencache --update-changelogs: fix timestamp assumptions
+    - Bug 578204 EbuildBuild: call _record_binpkg_info earlier
+    - Bug 577862 localized_size: handle UnicodeDecodeError
+    - Bug 582388 Manifest._apply_max_mtime: handle EPERM from utime
+    - Bug 576788 dispatch-conf: fix popen UnicodeDecode error
+    - Bug 583560 news.py: Check only for major version when parsing
+    - Bug 577720 Revert "Colorize packages in user sets
+    - Bug 583164 Colorize packages in world_sets
+    - Bug 584530 xtermTitle: support tmux
+    - Bug 572494 binarytree._populate: suppress PORTAGE_SSH_OPTS KeyError
+    - Bug 582802 Account for EPREFIX in ccache and distcc dirs
+    - Bug 583754 LinkageMapELF: Account for EPREFIX in scanelf path
+    - Bug 574626 eapply: use gpatch for bsd userland
+    - Bug 586410 unmerge-backup: check BUILD_TIME of existing binary package
+
+
 portage-2.3.0_rc1
 ==================================
 * Initial test release of the now split portage/repoman pkgs

diff --git a/setup.py b/setup.py
index 75c4bcb..2220d23 100755
--- a/setup.py
+++ b/setup.py
@@ -615,7 +615,7 @@ def get_manpages():
 
 setup(
        name = 'portage',
-       version = '2.3.0_rc1',
+       version = '2.3.0',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',

Reply via email to