Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / NEWS
blob95a8bc79131dc3e5b4866b559bcbd8b35e0ef02d
2 * Version 0.12:
3  - Datagrams are resent after running out of memory, or if the queue
4    was full.
5  - Missing compilation flags broke 0.11 on some Linux distributions.
6    This has been fixed.
8 * Version 0.11:
9  - A new tool, hostip, can resolve host names before dnscrypt-proxy is
10    started. This should help resolving chicken-and-egg problems on
11    routers, as reported by LanceThePants.
12  - The --local-port and --resolver-port options have been deprecated.
13    Please use --local-address=<ip>:<port> eand
14    --resolver-address=<ip>:<port> instead.
15  - Improved stability on Win32.
17 * Version 0.10.1:
18  - The daemon didn't start on some Linux distributions lacking the
19    RANDOM_UUID sysctl. This has been fixed.
20  - The config.guess files have been patched in order to run out of the
21    box on Bitrig.
23 * Version 0.10:
24  - Almost a complete rewrite, with libuv being replaced by libevent.
25  - The max number of simultaneous queries is now global, not
26    per-protocol.
27  - As an insame amount of routers and ISPs are hijacking port 53, the default
28    server port is now 443.
29  - iOS binaries are now smaller.
30  - More dtrace probes.
32 * Version 0.9.5:
33  - Full IPv6 support.
35 * Version 0.9.4:
36  - The --tcp-port option is gone. The resolver port can now be set
37    with --resolver-port= and forcing use of TCP can be achieved with
38    --tcp-only.
39  - portage files for Gentoo have been added.
40  - Libuv has been updated.
42 * Version 0.9.3:
43  - Support for native Windows builds.
44  - --daemonize has been fixed.
46 * Version 0.9.2:
47  - Support for cross-compilation. In particular, the proxy can now
48    compile and work on iOS.
50 * Version 0.9.1:
51  - DNSCrypt should compile out of the box on DD-WRT and other
52    uclibc-based systems.
54 * Version 0.9:
55  - libuv has been updated.
56  - Enhanced compatibility with non-Intel architectures.
58 * Version 0.8:
59  - Support for Windows (through Cygwin, for now) has been improved.
60  - Documentation has been improved.
61  - The package now compiles on Dragonfly BSD-current.
62  - Signatures are now using ed25519 instead of edwards25519sha512batch.
63  - The proxy now compiles on Openwall Linux.
64  - Libuv has been updated.
65  - A sample .plist file and a Homebrew formula for OSX are now provided.
67 * Version 0.7:
68  - Initial public release.