Version 0.4.4

This commit is contained in:
Friedrich Schöller 2014-02-07 04:36:31 +01:00
parent e6d7f4c043
commit da404dac65
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Release 0.4.4 (February 2014)
-----------------------------
* Fixed writing beyond array bounds
Release 0.4.3 (Mai 2013)

View File

@ -55,7 +55,7 @@ static void sig_int_handler(int)
static void usage()
{
printf(
"Hans - IP over ICMP version 0.4.3\n\n"
"Hans - IP over ICMP version 0.4.4\n\n"
"RUN AS SERVER\n"
" hans -s network [-fvr] [-p password] [-u unprivileged_user] [-d tun_device] [-m reference_mtu] [-a ip]\n\n"
"RUN AS CLIENT\n"