From 5be5a90cfe1746747e9052386f9d410e6915d606 Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Sun, 5 Jan 2014 09:35:30 -0800 Subject: [PATCH] version and copyright update for version 4.0.0 - #47 --- configure | 2 +- configure.ac | 2 +- docs/CHANGELOG | 7 ++++++- src/tcpbridge_opts.def | 8 ++++---- src/tcpprep_opts.def | 8 ++++---- src/tcpreplay_opts.def | 8 ++++---- src/tcprewrite_opts.def | 8 ++++---- 7 files changed, 24 insertions(+), 19 deletions(-) diff --git a/configure b/configure index 00b2559c0..18b0de9e8 100755 --- a/configure +++ b/configure @@ -2920,7 +2920,7 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2 MAJOR_VERSION=4 MINOR_VERSION=0 -MICRO_VERSION=0beta3 +MICRO_VERSION=0 TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION PACKAGE_URL=http://tcpreplay.synfin.net/ diff --git a/configure.ac b/configure.ac index fe0da7569..7cc2746bf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4]) dnl Set version info here! MAJOR_VERSION=4 MINOR_VERSION=0 -MICRO_VERSION=0beta3 +MICRO_VERSION=0 TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION PACKAGE_URL=http://tcpreplay.synfin.net/ diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 6adc877a7..b6fb393d3 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,5 +1,11 @@ $Id$ +01/05/2014 Version 4.0.0 + - Implemented wiki page for 4.X - http://tcpreplay.appneta.com + - Support for ARM aarch64 (appneta #43) + - Add Juniper Encapsulated Ethernet DLT (appneta #42) + - Fixed seg fault on -K and --dualfile options (appneta #41) + 12/22/2013 Version 4.0.0beta2 - Restored -K option which somehow disappeared (appneta #35) - Improve printing with small pcaps at high rates (appneta #34) @@ -12,7 +18,6 @@ $Id$ - Deprecated file-cache option - use preload-pcap instead (appneta #17) - Removed obsolete sleep-mode and sleep-accel options (appneta #16) - Remove unreliable RDTSC option (appneta #16) - - Implement pseudo-CRC to improve tcpedit performance (appneta #8) - Switch from BSD to GPLv3 license (appneta #5) - Add --unique-ip option to tcpreplay (appneta #4) - Removed sleep-accel option (appneta #2) diff --git a/src/tcpbridge_opts.def b/src/tcpbridge_opts.def index 791d8e1b3..c08543395 100644 --- a/src/tcpbridge_opts.def +++ b/src/tcpbridge_opts.def @@ -23,14 +23,14 @@ autogen definitions options; copyright = { - date = "2000-2012"; + date = "2000-2014"; owner = "Aaron Turner and Fred Klassen"; eaddr = "tcpreplay-users@lists.sourceforge.net"; type = gpl; author = <<- EOText -Copyright 2000-2012 Aaron Turner +Copyright 2013-2014 Fred Klassen - AppNeta Inc. -Copyright 2013 Fred Klassen - AppNeta Inc. +Copyright 2000-2012 Aaron Turner For support please use the tcpreplay-users@lists.sourceforge.net mailing list. @@ -366,8 +366,8 @@ flag = { fprintf(stderr, " (debug)"); #endif fprintf(stderr, "\n"); + fprintf(stderr, "Copyright 2013-2014 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "Copyright 2000-2012 by Aaron Turner \n"); - fprintf(stderr, "Copyright 2013 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "The entire Tcpreplay Suite is licensed under the GPLv3\n"); #ifdef HAVE_LIBDNET fprintf(stderr, "Compiled against libdnet: %s\n", LIBDNET_VERSION); diff --git a/src/tcpprep_opts.def b/src/tcpprep_opts.def index f91ee7f0a..f45172a4d 100644 --- a/src/tcpprep_opts.def +++ b/src/tcpprep_opts.def @@ -21,14 +21,14 @@ autogen definitions options; copyright = { - date = "2000-2012"; + date = "2000-2014"; owner = "Aaron Turner and Fred Klassen"; eaddr = "tcpreplay-users@lists.sourceforge.net"; type = gpl; author = <<- EOText -Copyright 2000-2012 Aaron Turner +Copyright 2013-2014 Fred Klassen - AppNeta Inc. -Copyright 2013 Fred Klassen - AppNeta Inc. +Copyright 2000-2012 Aaron Turner For support please use the tcpreplay-users@lists.sourceforge.net mailing list. @@ -601,8 +601,8 @@ flag = { fprintf(stderr, " (debug)"); #endif fprintf(stderr, "\n"); + fprintf(stderr, "Copyright 2013-2014 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "Copyright 2000-2012 by Aaron Turner \n"); - fprintf(stderr, "Copyright 2013 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "The entire Tcpreplay Suite is licensed under the GPLv3\n"); fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION); #ifdef HAVE_LIBDNET diff --git a/src/tcpreplay_opts.def b/src/tcpreplay_opts.def index ee7661b25..02afe093e 100644 --- a/src/tcpreplay_opts.def +++ b/src/tcpreplay_opts.def @@ -22,14 +22,14 @@ autogen definitions options; copyright = { - date = "2000-2012"; + date = "2000-2014"; owner = "Aaron Turner and Fred Klassen"; eaddr = "tcpreplay-users@lists.sourceforge.net"; type = gpl; author = <<- EOText -Copyright 2000-2012 Aaron Turner +Copyright 2013-2014 Fred Klassen - AppNeta Inc. -Copyright 2013 Fred Klassen - AppNeta Inc. +Copyright 2000-2012 Aaron Turner For support please use the tcpreplay-users@lists.sourceforge.net mailing list. @@ -553,8 +553,8 @@ flag = { fprintf(stderr, " (timestamp-trace)"); #endif fprintf(stderr, "\n"); + fprintf(stderr, "Copyright 2013-2014 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "Copyright 2000-2012 by Aaron Turner \n"); - fprintf(stderr, "Copyright 2013 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "The entire Tcpreplay Suite is licensed under the GPLv3\n"); fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION); #ifdef HAVE_LIBDNET diff --git a/src/tcprewrite_opts.def b/src/tcprewrite_opts.def index 2103efd86..6c0f193d1 100644 --- a/src/tcprewrite_opts.def +++ b/src/tcprewrite_opts.def @@ -21,14 +21,14 @@ autogen definitions options; copyright = { - date = "2000-2012"; + date = "2000-2014"; owner = "Aaron Turner and Fred Klassen"; eaddr = "tcpreplay-users@lists.sourceforge.net"; type = gpl; author = <<- EOText -Copyright 2000-2012 Aaron Turner +Copyright 2013-2014 Fred Klassen - AppNeta Inc. -Copyright 2013 Fred Klassen - AppNeta Inc. +Copyright 2000-2012 Aaron Turner For support please use the tcpreplay-users@lists.sourceforge.net mailing list. @@ -249,8 +249,8 @@ flag = { fprintf(stderr, " (debug)"); #endif fprintf(stderr, "\n"); + fprintf(stderr, "Copyright 2013-2014 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "Copyright 2000-2012 by Aaron Turner \n"); - fprintf(stderr, "Copyright 2013 by Fred Klassen - AppNeta Inc.\n"); fprintf(stderr, "The entire Tcpreplay Suite is licensed under the GPLv3\n"); fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION); #ifdef HAVE_LIBDNET