diff --git a/ChangeLog b/ChangeLog index 48ca93a..e051fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +0.3: +* More realistic ICMP packets +* Allow running as non-root +* C++ 11 compliance +* Fixed several bugs + 0.2: * Added auto-daemonize. * Fixed lame getopt bug. diff --git a/README.md b/README.md index 12d2258..a36ffc8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Install Instructions - tar -xf fakeroute-0.2.tar.gz - cd fakeroute-0.2 + tar -xf fakeroute-0.3.tar.gz + cd fakeroute-0.3 ./configure make make install diff --git a/configure.ac b/configure.ac index be26a50..13102a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ss this file with autoconf to produce a configure script. AC_INIT(src/Fakeroute.cpp) dnl Setup for automake -AM_INIT_AUTOMAKE(fakeroute, 0.2) +AM_INIT_AUTOMAKE(fakeroute, 0.3) dnl Check for tools AC_PROG_CC