diff --git a/CHANGELOG b/CHANGELOG index cc59afb..6d5c4d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,13 @@ master: - 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. 2010-02-06: 0.6.0-rc1 "Hotspotify" - Fixed tunnel not working on Windows. @@ -40,13 +47,6 @@ master: - 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. - - 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. 2009-06-01: 0.5.2 "WifiFree" - Fixed client segfault on OS X, #57