diff options
author | 2011-11-11 10:41:38 +0000 | |
---|---|---|
committer | 2011-11-11 10:41:38 +0000 | |
commit | 31a3ab89d621218438167b7281882553c5c1807e (patch) | |
tree | f9f45608d46bc9d455b445b0d79d861a4be77a91 /dev-python/snakeoil/ChangeLog | |
parent | x86 stable wrt bug #390013 (diff) | |
download | historical-31a3ab89d621218438167b7281882553c5c1807e.tar.gz historical-31a3ab89d621218438167b7281882553c5c1807e.tar.bz2 historical-31a3ab89d621218438167b7281882553c5c1807e.zip |
pull in WeakRefFinalizer fix for strongly referenced instances at sys.exit; this primarily helps pkgcore ensuring binpkg caches are flushed on the way out
Package-Manager: portage-2.1.10.19/cvs/Linux x86_64
Diffstat (limited to 'dev-python/snakeoil/ChangeLog')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index 0590ea1bc569..799c2808ef6a 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.47 2011/10/27 07:40:26 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.48 2011/11/11 10:41:38 ferringb Exp $ + +*snakeoil-0.4.4-r1 (11 Nov 2011) + + 11 Nov 2011; Brian Harring <ferringb@gentoo.org> +snakeoil-0.4.4-r1.ebuild, + +files/snakeoil-0.4.4-atexit-weakref.patch: + Pull in sys.exit fix for weakref finalizers; for pkgcore users, this + fixes a corner case where strong ref caches weren't being commited (thus + were regenerated every run). *snakeoil-0.4.4 (27 Oct 2011) |