Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: third_party/twisted_8_1/twisted/names/topfiles/NEWS

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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.
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/names/test/test_srvconnect.py ('k') | third_party/twisted_8_1/twisted/names/topfiles/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698