summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-07 20:05:20 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-11 18:39:23 -0700
commitbeccae177a53650d2398088144c8e06d517c94b6 (patch)
tree6fdefd8db3ca87ffa19373750e61065b55b13bb8 /NEWS
parentb5b757cd2b2091740f9e1b2468deb60b4529e072 (diff)
downloadportage-beccae177a53650d2398088144c8e06d517c94b6.tar.gz
portage-beccae177a53650d2398088144c8e06d517c94b6.tar.bz2
portage-beccae177a53650d2398088144c8e06d517c94b6.zip
Add news about USE=ipc.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81255cb66..9234a1dc7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,15 @@ portage-2.2
in order to protect against uninstallation of required libraries.
* Add support for generic package sets (also see RELEASE-NOTES)
+portage-2.1.9
+-------------
+
+* There is a new ipc (inter-process communication) USE flag which is enabled
+ by default. This allows portage to communicate with running ebuild processes,
+ for things like best_version, has_version, and die calls in nested processes.
+ This flag should remain enabled unless it is found to be incompatible with a
+ specific profile or environment.
+
portage-2.1.8
-------------
* The top-level __init__.py for the portage python package has been split into