File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 3
3
Release notes
4
4
=============
5
5
6
+ 0.18.1 (released 2013-08-27)
7
+ ----------------------------
8
+
9
+ - remove extra import added by cherry picked changes (:commit: `d20304e `)
10
+ - fix crawling tests under twisted pre 11.0.0 (:commit: `1994f38 `)
11
+ - py26 can not format zero length fields {} (:commit: `abf756f `)
12
+ - test PotentiaDataLoss errors on unbound responses (:commit: `b15470d `)
13
+ - Treat responses without content-length or Transfer-Encoding as good responses (:commit: `c4bf324 `)
14
+ - do no include ResponseFailed if http11 handler is not enabled (:commit: `6cbe684 `)
15
+ - New HTTP client wraps connection losts in ResponseFailed exception. fix #373 (:commit: `1a20bba `)
16
+ - limit travis-ci build matrix (:commit: `3b01bb8 `)
17
+ - Merge pull request #375 from peterarenot/patch-1 (:commit: `fa766d7 `)
18
+ - Fixed so it refers to the correct folder (:commit: `3283809 `)
19
+ - added quantal & raring to support ubuntu releases (:commit: `1411923 `)
20
+ - fix retry middleware which didn't retry certain connection errors after the upgrade to http1 client, closes GH-373 (:commit: `bb35ed0 `)
21
+ - fix XmlItemExporter in Python 2.7.4 and 2.7.5 (:commit: `de3e451 `)
22
+ - minor updates to 0.18 release notes (:commit: `c45e5f1 `)
23
+ - fix contributters list format (:commit: `0b60031 `)
24
+
6
25
0.18.0 (released 2013-08-09)
7
26
----------------------------
8
27
You can’t perform that action at this time.
0 commit comments