-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
73 lines (41 loc) · 2.2 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
64
65
66
67
68
69
70
71
72
Noteworthy changes in version 1.4-g10-8 (unreleased) [C5/A4/R_]
----------------------------------------------------
Noteworthy changes in version 1.4-g10-7 (2015-11-20) [C5/A4/R0]
----------------------------------------------------
* Implement a mode to use a public nameserver via Tor. This
introduces two new config options and a new init flag.
* Fix use of TCP under Windows.
Noteworthy changes in version 1.4-g10-6 (2015-04-13) [C4/A4/R3]
----------------------------------------------------
* Fix building for Windows with newer versions of Mingw.
Noteworthy changes in version 1.4-g10-5 (2014-12-12)
----------------------------------------------------
* [W32] Build fix for newer dlltool versions.
Noteworthy changes in version 1.4-g10-4 (2014-04-05)
----------------------------------------------------
* Improved privacy mode for adnslogres.
* Added IPv6 support to adnslogres.
* Added FTP log support to adnslogres.
Noteworthy changes in version 1.4-g10-3 (2013-04-24)
----------------------------------------------------
* Basic support for AAAA records.
* Added a privacy mode to adnslogres (options -P and -S).
Noteworthy changes in version 1.4-g10-2 (2008-05-08)
----------------------------------------------------
* [W32] Do not use tsearch.
Noteworthy changes in version 1.4-g10-1 (2008-04-30)
----------------------------------------------------
The old Windows port of adns did not worked very well (tcp
connections have probably never been used) and it was not possible
to build it from a POSIX box. To make the porting and maintaining
easier the build system has been updated to make use of automake and
libtool. Adding a bit of windows support was then easy.
The package is available at: ftp://ftp.g10code.com/g10code/adns/.
* New function adns_free which is nothing but a wrapper around free.
Only needed under Windows in certain settings. It does not harm to
use it always.
* Symbol versioning is now implemented.
* When updating the regression test suite new tests need to be added
to one of the new automake include files.
* New files ChangeLog, AUTHORS and NEWS as demanded by GNU standards.
The old changelog has been renamed to changelog.Debian.