summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-03 06:27:20 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-03 06:27:20 +0000
commitd2c6f2e986ad71c25b13cd7b80a04fe6a69cd2f0 (patch)
treefac96cdf344bbc5940af83830f0d6095ca8c2c35
parentMake _global_updates() silently return if ROOT != "/" and make fixpackages (diff)
downloadportage-multirepo-d2c6f2e986ad71c25b13cd7b80a04fe6a69cd2f0.tar.gz
portage-multirepo-d2c6f2e986ad71c25b13cd7b80a04fe6a69cd2f0.tar.bz2
portage-multirepo-d2c6f2e986ad71c25b13cd7b80a04fe6a69cd2f0.zip
Add news about splitting the top-level __init__.py. (trunk r15730)v2.1.8
svn path=/main/branches/2.1.7/; revision=15731
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0f889ab..a3e5d8c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
News (mainly features/major bug fixes)
+portage-2.1.8
+-------------
+* The top-level __init__.py for the portage python package has been split into
+ many smaller python modules, making the code easier to navigate and allowing
+ small parts of the portage api to be imported with less overhead.
+
portage-2.1.7
-------------