mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 04:56:07 +03:00
Update versions to 0.6.0
This commit is contained in:
parent
9e265625a1
commit
d103199ae6
@ -3,7 +3,7 @@ iodine - http://code.kryo.se/iodine
|
|||||||
|
|
||||||
***********************************
|
***********************************
|
||||||
|
|
||||||
CHANGES:
|
CHANGES FOR 0.6 BRANCH:
|
||||||
|
|
||||||
2014-06-17: 0.6.0
|
2014-06-17: 0.6.0
|
||||||
- Fix authentication bypass vulnerability; found by Oscar Reparaz.
|
- Fix authentication bypass vulnerability; found by Oscar Reparaz.
|
||||||
|
@ -102,7 +102,7 @@ help() {
|
|||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
fprintf(stderr, "iodine IP over DNS tunneling client\n");
|
fprintf(stderr, "iodine IP over DNS tunneling client\n");
|
||||||
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n");
|
fprintf(stderr, "version: 0.6.0 from 2014-06-17\n");
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
@ -2187,7 +2187,7 @@ help() {
|
|||||||
static void
|
static void
|
||||||
version() {
|
version() {
|
||||||
fprintf(stderr, "iodine IP over DNS tunneling server\n");
|
fprintf(stderr, "iodine IP over DNS tunneling server\n");
|
||||||
fprintf(stderr, "version: 0.6.0-rc1 from 2010-02-13\n");
|
fprintf(stderr, "version: 0.6.0 from 2014-06-17\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user