From ab74482315d5405460e0c8ffd872e7ac98bb0b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 27 Aug 2013 18:45:21 -0300 Subject: [PATCH] Add 0,18.1 release notes --- docs/news.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 04cfa6e8b..b3b808a48 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,25 @@ Release notes ============= +0.18.1 (released 2013-08-27) +---------------------------- + +- remove extra import added by cherry picked changes (:commit:`d20304e`) +- fix crawling tests under twisted pre 11.0.0 (:commit:`1994f38`) +- py26 can not format zero length fields {} (:commit:`abf756f`) +- test PotentiaDataLoss errors on unbound responses (:commit:`b15470d`) +- Treat responses without content-length or Transfer-Encoding as good responses (:commit:`c4bf324`) +- do no include ResponseFailed if http11 handler is not enabled (:commit:`6cbe684`) +- New HTTP client wraps connection losts in ResponseFailed exception. fix #373 (:commit:`1a20bba`) +- limit travis-ci build matrix (:commit:`3b01bb8`) +- Merge pull request #375 from peterarenot/patch-1 (:commit:`fa766d7`) +- Fixed so it refers to the correct folder (:commit:`3283809`) +- added quantal & raring to support ubuntu releases (:commit:`1411923`) +- fix retry middleware which didn't retry certain connection errors after the upgrade to http1 client, closes GH-373 (:commit:`bb35ed0`) +- fix XmlItemExporter in Python 2.7.4 and 2.7.5 (:commit:`de3e451`) +- minor updates to 0.18 release notes (:commit:`c45e5f1`) +- fix contributters list format (:commit:`0b60031`) + 0.18.0 (released 2013-08-09) ----------------------------