| OLD | NEW |
| (Empty) |
| 1 8.1.0 (2008-05-18) | |
| 2 ================== | |
| 3 | |
| 4 Fixes | |
| 5 ----- | |
| 6 | |
| 7 - Fixed an XMLRPC bug whereby sometimes a callRemote Deferred would | |
| 8 accidentally be fired twice when a connection was lost during the handling of | |
| 9 a response (#3152) | |
| 10 - Fixed a bug in the "Using Twisted Web" document which prevented an example | |
| 11 resource from being renderable (#3147) | |
| 12 - The deprecated mktap API is no longer used (#3127) | |
| 13 | |
| 14 | |
| 15 8.0.0 (2008-03-17) | |
| 16 ================== | |
| 17 | |
| 18 Features | |
| 19 -------- | |
| 20 - Add support to twisted.web.client.getPage for the HTTP HEAD method. (#2750) | |
| 21 | |
| 22 Fixes | |
| 23 ----- | |
| 24 - Set content-type in xmlrpc responses to "text/xml" (#2430) | |
| 25 - Add more error checking in the xmlrpc.XMLRPC render method, and enforce | |
| 26 POST requests. (#2505) | |
| 27 - Reject unicode input to twisted.web.client._parse to reject invalid | |
| 28 unicode URLs early. (#2628) | |
| 29 - Correctly re-quote URL path segments when generating an URL string to | |
| 30 return from Request.prePathURL. (#2934) | |
| 31 - Make twisted.web.proxy.ProxyClientFactory close the connection when | |
| 32 reporting a 501 error. (#1089) | |
| 33 - Fix twisted.web.proxy.ReverseProxyResource to specify the port in the | |
| 34 host header if different from 80. (#1117) | |
| 35 - Change twisted.web.proxy.ReverseProxyResource so that it correctly encodes | |
| 36 the request URI it sends on to the server for which it is a proxy. (#3013) | |
| 37 - Make "twistd web --personal" use PBServerFactory (#2681) | |
| 38 | |
| 39 Misc | |
| 40 ---- | |
| 41 - #1996, #2382, #2211, #2633, #2634, #2640, #2752, #238, #2905 | |
| 42 | |
| 43 | |
| 44 0.7.0 (2007-01-02) | |
| 45 ================== | |
| 46 | |
| 47 Features | |
| 48 -------- | |
| 49 - Python 2.5 is now supported (#1867) | |
| 50 - twisted.web.xmlrpc now supports the <nil/> xml-rpc extension type | |
| 51 in both the server and the client (#469) | |
| 52 | |
| 53 Fixes | |
| 54 ----- | |
| 55 - Microdom and SUX now manages certain malformed XML more resiliently | |
| 56 (#1984, #2225, #2298) | |
| 57 - twisted.web.client.getPage can now deal with an URL of the form | |
| 58 "http://example.com" (no trailing slash) (#1080) | |
| 59 - The HTTP server now allows (invalid) URLs with multiple question | |
| 60 marks (#1550) | |
| 61 - '=' can now be in the value of a cookie (#1051) | |
| 62 - Microdom now correctly handles xmlns="" (#2184) | |
| 63 | |
| 64 Deprecations and Removals | |
| 65 ------------------------- | |
| 66 - websetroot was removed, because it wasn't working anyway (#945) | |
| 67 - woven.guard no longer supports the old twisted.cred API (#1440) | |
| 68 | |
| 69 Other | |
| 70 ----- | |
| 71 The following changes are minor or closely related to other changes. | |
| 72 | |
| 73 - #1636, #1637, #1638, #1936, #1883, #447 | |
| 74 | |
| 75 | |
| 76 0.6.0 (2006-05-21) | |
| 77 ================== | |
| 78 | |
| 79 Features | |
| 80 -------- | |
| 81 - Basic auth support for the XMLRPC client (#1474). | |
| 82 | |
| 83 Fixes | |
| 84 ----- | |
| 85 - More correct datetime parsing. | |
| 86 - Efficiency improvements (#974) | |
| 87 - Handle popular non-RFC compliant formats for If-Modified-Since | |
| 88 headers (#976). | |
| 89 - Improve support for certain buggy CGI scripts. | |
| 90 - CONTENT_LENGTH is now available to CGI scripts. | |
| 91 - Support for even worse HTML in microdom (#1358). | |
| 92 - Trying to view a user's home page when the user doesn't have a | |
| 93 ~/public_html no longer displays a traceback (#551). | |
| 94 - Misc: #543, #1011, #1005, #1287, #1337, #1383, #1079, #1492, #1189, | |
| 95 #737, #872. | |
| 96 | |
| 97 | |
| 98 0.5.0 | |
| 99 ===== | |
| 100 - Client properly reports timeouts as error | |
| 101 - "Socially deprecate" woven | |
| 102 - Fix memory leak in _c_urlarg library | |
| 103 - Stop using _c_urlarg library | |
| 104 - Fix 'gzip' and 'bzip2' content-encodings | |
| 105 - Escape log entries so remote user cannot corrupt the log | |
| 106 - Commented out range support because it's broken | |
| 107 - Fix HEAD responses without content-length | |
| OLD | NEW |