Changeset 1997
- Timestamp:
- 04/26/08 22:35:10 (7 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configure.ac (modified) (2 diffs)
-
docs/CHANGELOG (modified) (2 diffs)
-
docs/LICENSE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1990 r1997 12 12 MAJOR_VERSION=3 13 13 MINOR_VERSION=3 14 MICRO_VERSION= 014 MICRO_VERSION=rc1 15 15 TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION 16 16 … … 1212 1212 *-apple-darwin*) 1213 1213 AC_MSG_WARN([Apple OS X versions prior to 10.5 (Leopard) has a serious problem! 1214 Please see: http://tcpreplay.synfin.net/trac/ticket/142 for more details])1214 Please see: http://tcpreplay.synfin.net/trac/ticket/142 for more details]) 1215 1215 ;; 1216 1216 1217 1217 *-*-cygwin) 1218 AC_MSG_WARN([Windows/Cygwin support is still somewhat experimental. Please report any bugs!1219 http://tcpreplay.synfin.net/trac/newticket])1218 AC_MSG_WARN([Windows/Cygwin support is still somewhat experimental. 1219 Please report any bugs! http://tcpreplay.synfin.net/trac/newticket]) 1220 1220 ;; 1221 1221 esac -
trunk/docs/CHANGELOG
r1993 r1997 2 2 3 3 ??/??/2008: Version 3.3.0 4 - Add tcprewrite fragroute support (#42) 4 5 - Fix tcprewrite --efcs option (#277) 5 6 - Fix tcpprep parsing of VLAN tagged frames (#290) … … 8 9 - Fix autoconf AM_PROG_CC_C_O warning (#295) 9 10 - Add tcpprep --reverse option (#297) 10 11 11 12 01/23/2008: Version 3.2.5 12 13 - Fix linker error with --enable-tcpreplay-edit and --enable-dynamic-link (#288) -
trunk/docs/LICENSE
r1762 r1997 1 $Id :$2 Copyright (c) 2001-200 7Aaron Turner. aturner at synfin dot net1 $Id$ 2 Copyright (c) 2001-2008 Aaron Turner. aturner at synfin dot net 3 3 All rights reserved. 4 4
