mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 18:15:13 +00:00
Release 0.4.0
This commit is contained in:
parent
83c138231f
commit
4d4da3eb87
@ -7,7 +7,7 @@ iodine - IP over DNS is now easy
|
|||||||
|
|
||||||
CHANGES:
|
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 multiuser support (up to 8 users simultaneously)
|
||||||
- Added authentication (password entered as argument or on stdin)
|
- Added authentication (password entered as argument or on stdin)
|
||||||
- Added manpage
|
- Added manpage
|
||||||
|
@ -467,12 +467,9 @@ help() {
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
char *svnver;
|
|
||||||
|
|
||||||
svnver = "$Rev$ from $Date$";
|
|
||||||
|
|
||||||
printf("iodine IP over DNS tunneling client\n");
|
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);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
@ -409,9 +409,8 @@ help() {
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
char *svnver = "$Rev$ from $Date$";
|
|
||||||
printf("iodine IP over DNS tunneling server\n");
|
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);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user