diff options
Diffstat (limited to 'jni/iodine/CHANGELOG')
-rw-r--r-- | jni/iodine/CHANGELOG | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/jni/iodine/CHANGELOG b/jni/iodine/CHANGELOG index 888beac..93430d9 100644 --- a/jni/iodine/CHANGELOG +++ b/jni/iodine/CHANGELOG @@ -5,7 +5,30 @@ iodine - http://code.kryo.se/iodine CHANGES: -2010-02-13: 0.6.0-rc1 "Hotspotify" +2014-06-16: 0.7.0 "Kryoptonite" + - Partial IPv6 support (#107) + Client can connect to iodined through an relaying IPv6 + nameserver. Server only supports IPv4 for now. + Traffic inside tunnel is IPv4. + - Add socket activation for systemd, by Michael Scherer. + - Add automated lookup of external ip (via -n auto). + - Bugfix for OS X (Can't assign requested address) + - Fix DNS tunneling bug caused by uninitialized variable, #94 + - Handle spaces when entering password interactively, fixes #93. + Patch by Hagar. + - Add -R option to set OpenBSD routing domain for the DNS socket. + Patch by laurent at gouloum fr, fixes #95. + - Add android patches and makefile, from Marcel Bokhorst, fixes #105. + - Added missing break in iodine.c, by Pavel Pergamenshchik, #108. + - A number of minor patches from Frank Denis, Gregor Herrmann and + Barak A. Pearlmutter. + - Testcase compilation fixes for OS X and FreeBSD + - Do not let sockets be inherited by sub-processes, fixes #99. + - Add unspecified RR type (called PRIVATE; id 65399, in private use + range). For servers with RFC3597 support. Fixes #97. + - Fix authentication bypass vulnerability; found by Oscar Reparaz. + +2010-02-06: 0.6.0-rc1 "Hotspotify" - Fixed tunnel not working on Windows. - Any device name is now supported on Windows, fixes #47. - Multiple installed TAP32 interfaces are now supported, fixes #46. @@ -30,6 +53,7 @@ CHANGES: - Merged low-latency patch from Anne Bezemer, fixes #76. - Resolve client nameserver argument if given as hostname, fixes #82. - Open log before chroot, fixes #86: logging on FreeBSD. + - Merged big bugfix patch from Anne Bezemer, #88. 2009-06-01: 0.5.2 "WifiFree" - Fixed client segfault on OS X, #57 |