mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 21:29:20 +02: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
|
||||
- Fix authentication bypass vulnerability; found by Oscar Reparaz.
|
||||
|
|
|
@ -102,7 +102,7 @@ help() {
|
|||
static void
|
||||
version() {
|
||||
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);
|
||||
}
|
||||
|
|
|
@ -2187,7 +2187,7 @@ help() {
|
|||
static void
|
||||
version() {
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue