| OLD | NEW |
| (Empty) |
| 1 8.1.0 (2008-05-18) | |
| 2 ================== | |
| 3 | |
| 4 Fixes | |
| 5 ----- | |
| 6 - The deprecated mktap API is no longer used (#3127) | |
| 7 | |
| 8 | |
| 9 8.0.0 (2008-03-17) | |
| 10 ================== | |
| 11 | |
| 12 Fixes | |
| 13 ----- | |
| 14 | |
| 15 - Refactor DNSDatagramProtocol and DNSProtocol to use same base class (#2414) | |
| 16 - Change Resolver to query specified nameservers in specified order, instead | |
| 17 of reverse order. (#2290) | |
| 18 - Make SRVConnector work with bad results and NXDOMAIN responses. | |
| 19 (#1908, #2777) | |
| 20 - Handle write errors happening in dns queries, to have correct deferred | |
| 21 failures. (#2492) | |
| 22 - Fix the value of OP_NOTIFY and add a definition for OP_UPDATE. (#2945) | |
| 23 | |
| 24 Misc | |
| 25 ---- | |
| 26 - #2685, #2936, #2581, #2847 | |
| 27 | |
| 28 | |
| 29 0.4.0 (2007-01-06) | |
| 30 ================== | |
| 31 | |
| 32 Features | |
| 33 -------- | |
| 34 | |
| 35 - In the twisted.names client, DNS responses which represent errors | |
| 36 are now translated to informative exception objects, rather than | |
| 37 empty lists. This means that client requests which fail will now | |
| 38 errback their Deferreds (#2248) | |
| 39 | |
| 40 Fixes | |
| 41 ----- | |
| 42 - A major DoS vulnerability in the UDP DNS server was fixed (#1708) | |
| 43 | |
| 44 Misc | |
| 45 ---- | |
| 46 - #1799, #1636, #2149, #2181 | |
| 47 | |
| 48 | |
| 49 0.3.0 (2006-05-21) | |
| 50 ================== | |
| 51 | |
| 52 Features | |
| 53 -------- | |
| 54 - Some docstring improvements | |
| 55 | |
| 56 Fixes | |
| 57 ----- | |
| 58 - Fix a problem where the response for the first query with a | |
| 59 newly-created Resolver object would be dropped.(#1447) | |
| 60 - Misc: #1581, #1583 | |
| 61 | |
| 62 | |
| 63 0.2.0 | |
| 64 ===== | |
| 65 - Fix occassional TCP connection leak in gethostbyname() | |
| 66 - Fix TCP connection leak in recursive lookups | |
| 67 - Remove deprecated use of Deferred.setTimeout | |
| 68 - Improved test coverage for zone transfers | |
| 69 | |
| 70 0.1.0 | |
| 71 ===== | |
| 72 - Fix TCP connection leak in zone transfers | |
| 73 - Handle empty or missing resolv.conf as if 127.0.0.1 was specified | |
| 74 - Don't use blocking kernel entropy sources | |
| 75 - Retry logic now properly tries all specified servers. | |
| OLD | NEW |