diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-12 19:11:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-12 19:11:19 +0000 |
commit | 0157ccb1da562e2f5e9c78c4f2bd4134c068b42b (patch) | |
tree | 4238e6a88650e44acfef86093c5cee6ceee8720f /dev-lang/python/ChangeLog | |
parent | Fixed bug #314599 (build failure against ghc-6.10+) (diff) | |
download | gentoo-2-0157ccb1da562e2f5e9c78c4f2bd4134c068b42b.tar.gz gentoo-2-0157ccb1da562e2f5e9c78c4f2bd4134c068b42b.tar.bz2 gentoo-2-0157ccb1da562e2f5e9c78c4f2bd4134c068b42b.zip |
Fix building with Linux <2.6.9 headers (bug #317937).
Fix httplib.HTTPResponse.read() (bug #321545).
Fix vulnerabilities in audioop module (bug #325593).
Backport some fixes from 2.6 branch.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python/ChangeLog')
-rw-r--r-- | dev-lang/python/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 8c509c806531..165d6ab795b5 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-lang/python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.476 2010/07/04 21:16:21 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.477 2010/07/12 19:11:19 arfrever Exp $ + +*python-2.6.5-r3 (12 Jul 2010) + + 12 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +python-2.6.5-r3.ebuild: + Fix building with Linux <2.6.9 headers (bug #317937). Fix httplib.HTTPResponse.read() + (bug #321545). Fix vulnerabilities in audioop module (bug #325593). Backport some + fixes from 2.6 branch. *python-2.7 (04 Jul 2010) |