summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 17:41:20 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 17:41:20 +0000
commit7c446187cf6cd3960580dad78bc7c0d7bf284304 (patch)
treef0d2bc16aac82a6e53f874483b29bc46352a8c97
parentb304de43b9e5303561014ade476ff9896b5080a5 (diff)
downloadportage-7c446187cf6cd3960580dad78bc7c0d7bf284304.tar.gz
portage-7c446187cf6cd3960580dad78bc7c0d7bf284304.tar.bz2
portage-7c446187cf6cd3960580dad78bc7c0d7bf284304.zip
Document namespace sanitizing
svn path=/main/trunk/; revision=5786
-rw-r--r--NEWS2
-rw-r--r--RELEASE-NOTES7
2 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8667c70e..0f8ef639d 100644
--- 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
-------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 26d95a9cd..883350403 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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
==================================