From: Marius Mauch Date: Thu, 25 Jan 2007 17:41:20 +0000 (-0000) Subject: Document namespace sanitizing X-Git-Tag: v2.2_pre1~1805 X-Git-Url: http://git.tremily.us/?p=portage.git;a=commitdiff_plain;h=7c446187cf6cd3960580dad78bc7c0d7bf284304 Document namespace sanitizing svn path=/main/trunk/; revision=5786 --- 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 ==================================