From c9d7386a32aeb4bc7fe9654d194651eee1ede56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Wed, 25 Feb 2015 18:03:53 -0200 Subject: [PATCH] Add 0.24.5 release notes --- docs/news.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index d246e98bc..0f5e78e8c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,32 @@ Release notes ============= +0.24.5 (2015-02-25) +------------------- + +- Support new _getEndpoint Agent signatures on Twisted 15.0.0 (:commit:`540b9bc`) +- DOC a couple more references are fixed (:commit:`b4c454b`) +- DOC fix a reference (:commit:`e3c1260`) +- t.i.b.ThreadedResolver is now a new-style class (:commit:`9e13f42`) +- S3DownloadHandler: fix auth for requests with quoted paths/query params (:commit:`cdb9 +- fixed the variable types in mailsender documentation (:commit:`bb3a848`) +- Reset items_scraped instead of item_count (:commit:`edb07a4`) +- Tentative attention message about what document to read for contributions (:commit:`7e +- mitmproxy 0.10.1 needs netlib 0.10.1 too (:commit:`874fcdd`) +- pin mitmproxy 0.10.1 as >0.11 does not work with tests (:commit:`c6b21f0`) +- Test the parse command locally instead of against an external url (:commit:`c3a6628`) +- Patches Twisted issue while closing the connection pool on HTTPDownloadHandler (:commi +- Updates documentation on dynamic item classes. (:commit:`eeb589a`) +- Merge pull request #943 from Lazar-T/patch-3 (:commit:`5fdab02`) +- typo (:commit:`b0ae199`) +- pywin32 is required by Twisted. closes #937 (:commit:`5cb0cfb`) +- Update install.rst (:commit:`781286b`) +- Merge pull request #928 from Lazar-T/patch-1 (:commit:`b415d04`) +- comma instead of fullstop (:commit:`627b9ba`) +- Merge pull request #885 from jsma/patch-1 (:commit:`de909ad`) +- Update request-response.rst (:commit:`3f3263d`) +- SgmlLinkExtractor - fix for parsing tag with Unicode present (:commit:`49b40f0` + 0.24.4 (2014-08-09) -------------------