mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 16:49:19 +02:00
prepare version 0.5.0-rc1
This commit is contained in:
parent
fa9b145af1
commit
46293b51b1
|
@ -5,7 +5,7 @@ iodine - http://code.kryo.se/iodine
|
|||
|
||||
CHANGES:
|
||||
|
||||
2009-xx-xx: 0.x.x
|
||||
2009-01-10: 0.5.0-rc1 "iPassed"
|
||||
- Fixed segfault in server when sending version reject.
|
||||
- Applied patch to make iodine build on BeOS R5-BONE and Haiku,
|
||||
from Francois Revol. Still work to do to get tun device working.
|
||||
|
|
|
@ -848,12 +848,8 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver;
|
||||
|
||||
svnver = "$Rev$ from $Date$";
|
||||
|
||||
printf("iodine IP over DNS tunneling client\n");
|
||||
printf("SVN version: %s\n", svnver);
|
||||
printf("version: 0.5.0-rc1 from 2009-01-10\n");
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
@ -882,10 +882,8 @@ help() {
|
|||
|
||||
static void
|
||||
version() {
|
||||
char *svnver;
|
||||
svnver = "$Rev$ from $Date$";
|
||||
printf("iodine IP over DNS tunneling server\n");
|
||||
printf("SVN version: %s\n", svnver);
|
||||
printf("version: 0.5.0-rc1 from 2009-01-10\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue