mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 16:19:20 +02:00
Fix up changelog
This commit is contained in:
parent
9f2e06c525
commit
5079d8bf5e
14
CHANGELOG
14
CHANGELOG
|
@ -13,6 +13,13 @@ master:
|
||||||
- Add socket activation for systemd, by Michael Scherer.
|
- Add socket activation for systemd, by Michael Scherer.
|
||||||
- Add automated lookup of external ip (via -n auto).
|
- Add automated lookup of external ip (via -n auto).
|
||||||
- Bugfix for OS X (Can't assign requested address)
|
- 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"
|
2010-02-06: 0.6.0-rc1 "Hotspotify"
|
||||||
- Fixed tunnel not working on Windows.
|
- Fixed tunnel not working on Windows.
|
||||||
|
@ -40,13 +47,6 @@ master:
|
||||||
- Resolve client nameserver argument if given as hostname, fixes #82.
|
- Resolve client nameserver argument if given as hostname, fixes #82.
|
||||||
- Open log before chroot, fixes #86: logging on FreeBSD.
|
- Open log before chroot, fixes #86: logging on FreeBSD.
|
||||||
- Merged big bugfix patch from Anne Bezemer, #88.
|
- 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"
|
2009-06-01: 0.5.2 "WifiFree"
|
||||||
- Fixed client segfault on OS X, #57
|
- Fixed client segfault on OS X, #57
|
||||||
|
|
Loading…
Reference in New Issue