All,

I have released Waitress 0.8.11b0 for testing, please verify that it does not 
break any of your existing applications, I would like to release a non beta 
version within the next week or two.

See https://pypi.python.org/pypi/waitress/0.8.11b0

The following things have been fixed/modified/added:

        • Python 3.2 is no longer supported by Waitress.
        • FileBasedBuffer and more important ReadOnlyFileBasedBuffer no longer 
report False when tested with bool(), instead always returning True, and 
becoming more iterator like. See: https://github.com/Pylons/waitress/pull/82 
andhttps://github.com/Pylons/waitress/issues/76
        • Waitress will no longer accept headers with newline/carriage returns 
in them, thereby disallowing HTTP Response Splitting. See 
https://github.com/Pylons/waitress/issues/117 for more information, as well as 
https://www.owasp.org/index.php/HTTP_Response_Splitting.
        • Call prune() on the output buffer at the end of a request so that it 
doesn’t continue to grow without bounds. See 
https://github.com/Pylons/waitress/issues/111 for more information.

Any issues, please file a report at https://github.com/pylons/waitress/issues

Thank you,
Bert JW Regeer

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to