svn path=/main/trunk/; revision=5786
* 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
-------------
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
==================================