mirror of https://github.com/getdnsapi/getdns.git
More consistency in ChangeLog and fix typo's
This commit is contained in:
parent
129d614f5c
commit
d989fbebcd
11
ChangeLog
11
ChangeLog
|
@ -4,21 +4,20 @@
|
|||
* API change: when no maximum UDP payload size is set, outgoing
|
||||
values will adhere to the suggestions in RFC 6891 and may follow
|
||||
a scheme that uses multiple values to maximize receptivity.
|
||||
* Stub mode use 1232 maximum udp payload size when connecting to an
|
||||
* Stub mode use 1232 maximum UDP payload size when connecting to an
|
||||
IPv6 upstreams and 1432 with an IPv4 upstream.
|
||||
* Evaluate namespaces (or not) on a per query basis
|
||||
* GETDNS_NAMESPACE_LOCALNAMES namespace now gives straight answer and
|
||||
does fake DNS packet anymore
|
||||
* GETDNS_NAMESPACE_LOCALNAMES namespace now gives just_address_answers
|
||||
only and does not mimic a DNS packet answer anymore
|
||||
* The add_opt_parameters extension
|
||||
* IPv6 scope_id support with link-local addresses. Both with parsing
|
||||
/etc/resolv.conf and by providing them explicitely via
|
||||
/etc/resolv.conf and by providing them explicitly via
|
||||
getdns_context_set_upstream_recursive_servers
|
||||
* GETDNS_TRANSPORT_TCP_ONLY_KEEP_CONNECTIONS_OPEN dns transport
|
||||
* GETDNS_TRANSPORT_TCP_ONLY_KEEP_CONNECTIONS_OPEN DNS transport
|
||||
* Fix: Answers without RRs in query secion (i.e. REFUSED)
|
||||
* Fix: Return empty response dict on timeout in async mode too
|
||||
* Move spec examples to spec subdirectory
|
||||
* Fix issue#76: Setting UDP Payload size below 512 should not error
|
||||
Thanks gmadkat
|
||||
* Fix: Include OPT RR in response dict always (even without options)
|
||||
|
||||
* 2014-09-03: Version 0.1.4
|
||||
|
|
Loading…
Reference in New Issue