Release v0.3
This commit is contained in:
parent
601a8f08d3
commit
a2ebb61cec
@ -1,3 +1,9 @@
|
|||||||
|
0.3:
|
||||||
|
* More realistic ICMP packets
|
||||||
|
* Allow running as non-root
|
||||||
|
* C++ 11 compliance
|
||||||
|
* Fixed several bugs
|
||||||
|
|
||||||
0.2:
|
0.2:
|
||||||
* Added auto-daemonize.
|
* Added auto-daemonize.
|
||||||
* Fixed lame getopt bug.
|
* Fixed lame getopt bug.
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
## Install Instructions
|
## Install Instructions
|
||||||
|
|
||||||
tar -xf fakeroute-0.2.tar.gz
|
tar -xf fakeroute-0.3.tar.gz
|
||||||
cd fakeroute-0.2
|
cd fakeroute-0.3
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -2,7 +2,7 @@ ss this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(src/Fakeroute.cpp)
|
AC_INIT(src/Fakeroute.cpp)
|
||||||
|
|
||||||
dnl Setup for automake
|
dnl Setup for automake
|
||||||
AM_INIT_AUTOMAKE(fakeroute, 0.2)
|
AM_INIT_AUTOMAKE(fakeroute, 0.3)
|
||||||
|
|
||||||
dnl Check for tools
|
dnl Check for tools
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
Loading…
Reference in New Issue
Block a user