diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-06-01 13:16:04 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-06-01 13:16:04 +0000 |
commit | e2e269695e23fce99697a4f08c79677ee9ec7026 (patch) | |
tree | dc1e4255974d8a730f0d946ec8e08166e8f7ae93 /dev-python/pyro/ChangeLog | |
parent | Version bump dev-libs/jemalloc-3.0.0 bug #416243 (diff) | |
download | gentoo-2-e2e269695e23fce99697a4f08c79677ee9ec7026.tar.gz gentoo-2-e2e269695e23fce99697a4f08c79677ee9ec7026.tar.bz2 gentoo-2-e2e269695e23fce99697a4f08c79677ee9ec7026.zip |
Version bump wrt bug #416809.
This version comes with several bug fixes and one workaround for threadpool
scaling problem. I have restricted the test for this version because it fails
anyway because of the latest problem which is not fully solved:
FAIL: testPoolGrowth (PyroTests.test_threadpool.ThreadpoolTests)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyro/ChangeLog')
-rw-r--r-- | dev-python/pyro/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-python/pyro/ChangeLog b/dev-python/pyro/ChangeLog index 3c06d805ef4a..6e5370e542ab 100644 --- a/dev-python/pyro/ChangeLog +++ b/dev-python/pyro/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-python/pyro # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.67 2012/06/01 12:07:14 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.68 2012/06/01 13:16:04 aidecoe Exp $ + +*pyro-4.14 (01 Jun 2012) + + 01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.14.ebuild, + pyro-4.11.ebuild: + Version bump wrt bug #416809. This version comes with several bug fixes and + one workaround for threadpool scaling problem. I have restricted the test for + this version because it fails anyway because of the latest problem which is + not fully solved: FAIL: testPoolGrowth + (PyroTests.test_threadpool.ThreadpoolTests) *pyro-4.11 (01 Jun 2012) |