summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
==================================