forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 0.10.0 (15-Jan-2015) ** Compatibility Fixes This release is compatible with Twisted-15.3.0 through 15.5.0. A change in 15.3.0 triggered a bug in Foolscap which produced a somewhat-infinite series of log messages when run under `twistd`. This release fixes that bug, and slightly changes the semantics of calling `log.msg()` with additional parameters. (#244) Foolscap no longer claims compatibility with python-2.6.x . Twisted-15.5.0 was the last release to offer 2.6 support, and subsequent releases actively throw errors when run against 2.6, so we've turned off Foolscap's automated testing for 2.6. It may remain compatible by accident for a while. (#245)
- Loading branch information
wiz
committed
Jan 18, 2016
1 parent
8bf0db6
commit c468f85
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.9 2015/11/04 00:35:30 agc Exp $ | ||
$NetBSD: distinfo,v 1.10 2016/01/18 23:03:03 wiz Exp $ | ||
|
||
SHA1 (foolscap-0.9.1.tar.gz) = 480ca30dffff0d86da1a4a1d88f1a510ea999be2 | ||
RMD160 (foolscap-0.9.1.tar.gz) = 05c6b63bbc1b6ea7c2f9c3128192f025c3cbbf77 | ||
SHA512 (foolscap-0.9.1.tar.gz) = 4d4465a9e927edb28cbb4be86c6cc809ff1d10486000fa409beac0ae16b4c24f94db29e1ed31e5fb5cc01dd793a40b11fa85a6a3e5aef4ecd722fce4336781d9 | ||
Size (foolscap-0.9.1.tar.gz) = 488628 bytes | ||
SHA1 (foolscap-0.10.0.tar.gz) = ea3fe920c997ecb7e8d5f5a400a4eee4145a0f25 | ||
RMD160 (foolscap-0.10.0.tar.gz) = aa1fda71940ae52aa5eb4ef56b04a7bdc55493ee | ||
SHA512 (foolscap-0.10.0.tar.gz) = 6a0db7864a51c199c8ccbd58704f24df80d980f6f79ae39113b77a978289b3b133d330511ac96cc66dc6f213ef9072cc2ea3ba69ac439d697d6b45add261b6c2 | ||
Size (foolscap-0.10.0.tar.gz) = 491271 bytes |