commit:     0cd798cd9de1c549a3ce46426bd3e98a9d850b1a
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 02:23:31 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon Oct 20 03:58:48 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0cd798cd

Update RELEASE-NOTES, NEWS

---
 NEWS          |  9 +++++++++
 RELEASE-NOTES | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/NEWS b/NEWS
index 0a02907..84a5928 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 News (mainly features/major bug fixes)
 
+portage-2.2.14
+-------------
+* Remaining bugs in build/install system should be fixed.
+
+
+portge-2.2.14_rc1
+-------------
+* Many new build/installation system errors fixed.
+
 
 portage-2.2.13
 -------------

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7a46612..899b48a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,42 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.14
+==================================
+* Bug Fixes:
+    - Bug # 508364 Tweak the previous patch commit for the comma warning.
+    - Bug # 524964 $PORTAGE_BIN_PATH/portageq no longer exists, which breaks
+        bin/ebuild-helpers/portageq.
+    - Bug # 524328 Use nonblocking write instead of a fork for writing to
+            the fifo.
+    - Bug # 523684 If a CONFIG_PROTECTed file was installed but no longer
+        exists in the file system, then it may have been deleted or renamed
+        by the admin.
+    - Bug # 506192 This fixes the sync_local function so that it doesn't
+        prematurely remove the whole TMPDIR when tarsync is not installed.
+    - Bug # <no number> setup.py: Fix typo in logrotatedir path.
+
+
+portage-2.2.14_rc1
+==================================
+* Bug Fixes:
+    - Bug # 508364 Update gcc warning checks.
+    - Bug # 523182 Rewrite default ebuild phase setting code
+    - Bug # 517310 Offer to read news while calcing deps
+    - Bug # 481578 emerge: --autounmask-write if --ask
+    - Bug # 523494 Use PATH instead of PORTAGE_BIN_PATH to locate emerge.
+    - Bug # 523532 This fixes depth increment to handle _UNREACHABLE_DEPTH.
+    - Bug # 523152 This fixes the unmerge-backup and downgrade-backup features
+        to be compatible with the new setup.py quickpkg install location...
+    - Bug # 522084 Fix _solve_non_slot_operator_slot_conflicts to add all
+        parents to the conflict_graph...
+    - Bug # 523048 This fixes _backtrack_depgraph to immediately report
+        necessary REQUIRED_USE changes instead of discarding the graph.
+    - Bug # 521990 Since self._dynamic_config._slot_operator_deps only contains
+        deps for packages added to the graph, it doesn't contain potentially
+        relevant deps of installed packages that have not been added to the 
graph.
+
+
 portage-2.2.13
 ==================================
 * Bug Fixes:

Reply via email to