summaryrefslogtreecommitdiff
path: root/NEWS
blob: 4fb87fba2a4ef57c968af795011f857f42413cd2 (plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Changelog for s6-dns.

In 2.3.7.2
----------

 - Bugfixes.


In 2.3.7.1
----------

 - Bugfixes.


In 2.3.7.0
----------

 - New s6dns_init_options() function, to choose whether
to support /etc/hosts or not.
 - Properly ignore link-local addresses in hosts files
instead of erroring out on them.
 - New s6dns_hosts_name46() macro.


In 2.3.6.0
----------

 - Bugfixes.
 - New s6dns_hosts functions.
 - New command: s6-dns-hosts-compile
 - s6-dnsip* and s6-dnsname now support a -h option, to make
use of /etc/hosts data.


In 2.3.5.5
----------

 - Bugfixes.
 - Adaptation to skalibs-2.13.0.0.
 - Workarounds for broken DNS caches.


In 2.3.5.4
----------

 - Adaptation to skalibs-2.12.0.0.


In 2.3.5.3
----------

 - Bugfixes.


In 2.3.5.2
----------

 - Adaptation to skalibs-2.11.0.0.
 - Bugfixes.


In 2.3.5.1
----------

 - Bugfixes.


In 2.3.5.0
----------

 - s6dns_message_get_domain_internal() is now public under the
name s6dns_message_get_domain_nodecode().


In 2.3.4.0
----------

 - New function: s6dns_message_parse_question().


In 2.3.3.0
----------

 - Bugfixes.
 - New binary: s6-dnsip, returning both v4 and v6 addresses.


In 2.3.2.0
----------

 - Bugfixes.
 - New caching library to build a DNS cache over.


In 2.3.1.1
----------

 - Bugfixes.


In 2.3.1.0
----------

 - Adaptation to skalibs-2.9.0.0.


In 2.3.0.2
----------

 - Adaptation to skalibs-2.8.0.0.
 - Everything now builds as PIC by default.


In 2.3.0.1
----------

 - Adaptation to skalibs-2.7.0.0.


In 2.3.0.0
----------

 - skadns now uses the textclient API/ABI instead of the skaclient one.
The change is invisible, but it's leaner and faster.


In 2.2.0.1
----------

 - Optimization release for skalibs-2.6.0.0.


In 2.2.0.0
----------

 - Added this NEWS file. :)
 - Major types overhaul to make them more POSIXly correct:
compatibility with skalibs-2.5.0.0.
 - Fixed a long-standing bug that sometimes prevented DNS reply headers
from being correctly decoded on big-endian machines.