-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
63 lines (54 loc) · 1.99 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
NEW FOR DNSRUBY 1.53 SINCE 1.52 :
o Validation routine fixes
o Ruby 1.9 fixes
o Recursor fixes
o IPv4 Regex fixes
o Fixes for A/PTR lookups with IP-like domain name
o TXT and SSHFP processing fixes
o Default retry parameters in Resolver more sensible
NEW FOR DNSRUBY 1.48 :
o Fixed deadlock/performance issue seen on some platforms
o DNSSEC validation now disabled by default
o Signed root DS record can be added to validator
o ITAR support removed
o multi-line DS/RRSIG reading bug fixed (thanks Marco Davids!)
o DS algorithms of more than one digit can now be read from string
o LOC records now parsed correctly
o HINFO records now parsed correctly
NEW FOR DNSRUBY 1.42 :
o Complicated TXT and NAPTR records now handled correctly
o ZoneReader now handles odd escape characters correctly
o Warns when immediate timeout occurs because no nameservers are configured
o Easy hmac-sha1/256 options to Resolver#tsig=
o ZoneReader fixed for "IN CNAME @" notations
o ZoneReader supports wildcards
o Dnsruby.version method added - currently returns 1.42
NEW FOR DNSRUBY 1.41 :
o RFC3597 unknown classes (e.g. CLASS32) now handled correctly
in RRSIGs
o Resolver#do_caching flag added for Resolver-level caching
o DNSKEY#key_tag now cached - only recalculated when key data
changes
o Bugfix where Resolver would not time queries out if no
nameservers were configured
o Recursor now performs A and AAAA queries in parallel
o Fix for zero length salt
o Fixing priming for signed root
o Fixes for DLV verification
o Other minor fixes
NEW FOR DNSRUBY 1.40 :
o Zone file reading support added (Dnsruby::ZoneReader)
o Name and Label speed-ups
o CodeMapper speed-ups
o DHCID RR added
o LOC presentation format parsing fixed
o KX RR added
o Quotations now allowed in text representation for ISDN, X25 and HINFO
o AFSDB from_string fixes
o Fixing CERT types and from_string
o CERT now allows algorithm 0
o Fix for DS record comparison
o HIP RR added
o Minor bug fixes
o IPSECKEY RR added
o Clients can now manipulate Name::Labels