Release v0.3

master v0.3
Michele Guerini Rocco 2023-06-17 23:24:33 +02:00
parent 601a8f08d3
commit a2ebb61cec
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
3 changed files with 9 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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