summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-09-04 20:41:32 +0000
committerZac Medico <zmedico@gentoo.org>2007-09-04 20:41:32 +0000
commit5f440bdf16d2963d499c41e3c521bb875067fa2d (patch)
treeeadeddbb47c2f7b73fa635430054b15aaba5713b /RELEASE-NOTES
parentd0f9ecedb2f9192e512110e32476d0d97891275b (diff)
downloadportage-5f440bdf16d2963d499c41e3c521bb875067fa2d.tar.gz
portage-5f440bdf16d2963d499c41e3c521bb875067fa2d.tar.bz2
portage-5f440bdf16d2963d499c41e3c521bb875067fa2d.zip
Move the note about not needing pycrypto with python-2.5 to the 2.1.3 section.
svn path=/main/trunk/; revision=7726
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ff3370ef2..12cca880d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,8 +4,6 @@ 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.
@@ -23,6 +21,8 @@ portage-2.2
portage-2.1.3
==================================
+* 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 "save_summary" and "echo" elog modules are now enabled by default. Setting
PORTAGE_ELOG_SYSTEM in make.conf will override this, so if you don't want elog
set PORTAGE_ELOG_SYSTEM="" in make.conf