Document namespace sanitizing
authorMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 17:41:20 +0000 (17:41 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 25 Jan 2007 17:41:20 +0000 (17:41 -0000)
svn path=/main/trunk/; revision=5786

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index b8667c70e3858f4688f5ab67ec67483c0c966994..0f8ef639db7fb3ba5a8b2ca7485fca52b303ade6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ portage-2.1.3
 
 * Allow per-module setting of PORTAGE_ELOG_CLASSES
 * Add ** as new token for package.keywords to bypass the keyword visibility layer
+* Namespace sanitizing: move all portage related code into portage.* namespace,
+  rename portage_foo modules to portage.foo (but keep symlinks for compability)
 
 portage-2.1.2
 -------------
index 26d95a9cdf226b67930bca171a3ad172470ec686..88335040339cec2e9cc8c6e0aba9e1327450c6a2 100644 (file)
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.1.3
+==================================
+
+* The python namespace for portage has been sanitized, all portage related code
+  is now contained within the portage namespace. External script should be updated
+  accordingly, though links exist for backward compability.
+
 portage-2.1.2
 ==================================