summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-07-05 06:49:48 +0000
committerMarius Mauch <genone@gentoo.org>2007-07-05 06:49:48 +0000
commit087d08ae5cc7c246d13da1c6504c07d446bf4278 (patch)
tree5d864bfd0965381dec0740d482089297b3d6889c /RELEASE-NOTES
parentAdd note about repo name warnings (diff)
downloadportage-multirepo-087d08ae5cc7c246d13da1c6504c07d446bf4278.tar.gz
portage-multirepo-087d08ae5cc7c246d13da1c6504c07d446bf4278.tar.bz2
portage-multirepo-087d08ae5cc7c246d13da1c6504c07d446bf4278.zip
Remove fallback imports for set(), and note minimum requirement of python-2.4
svn path=/main/trunk/; revision=7157
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7d837e0a..030ebfd1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,6 +4,8 @@ Features/major bugfixes are listed in NEWS
portage-2.2
==================================
+* Portage now requires >=python-2.4, but doesn't need pycrypto anymore if
+ >=python-2.5 is installed and openssl supports the rmd160 hash.
* 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.