Release 0.4.0

This commit is contained in:
Erik Ekman 2007-03-25 12:41:20 +00:00
parent 83c138231f
commit 4d4da3eb87
3 changed files with 3 additions and 7 deletions

View File

@ -7,7 +7,7 @@ iodine - IP over DNS is now easy
CHANGES:
xxxx-xx-xx: 0.4.0 "Run Home"
2007-03-25: 0.4.0 "Run Home"
- Added multiuser support (up to 8 users simultaneously)
- Added authentication (password entered as argument or on stdin)
- Added manpage

View File

@ -467,12 +467,9 @@ 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.4.0 from 2007-03-25\n");
exit(0);
}

View File

@ -409,9 +409,8 @@ help() {
static void
version() {
char *svnver = "$Rev$ from $Date$";
printf("iodine IP over DNS tunneling server\n");
printf("SVN version: %s\n", svnver);
printf("version: 0.4.0 from 2007-03-25\n");
exit(0);
}