Updated changelog

This commit is contained in:
Erik Ekman 2009-08-15 23:52:47 +00:00
parent 021a6b5fd5
commit 482e50222f

View File

@ -5,7 +5,7 @@ iodine - http://code.kryo.se/iodine
CHANGES:
20xx-xx-xx: x.y.z
20xx-xx-xx: x.y.z "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.
@ -18,6 +18,7 @@ CHANGES:
- The starting cache miss value is randomized at startup, fixes #65.
- Raw UDP mode added. If the iodined server is reachable directly,
packets can be sent to it without DNS encoding. Fixes #36.
- Do not overwrite users CC/CFLAGS/LDFLAGS, only add to them.
- Added -F option to write pidfile, based on patch from
misc at mandriva.org. Fixes #70.