Skip to content

Commit

Permalink
version and copyright update for version 4.0.0 - #47
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 5, 2014
1 parent 594fc3b commit 5be5a90
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions src/tcpbridge_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ autogen definitions options;


copyright = {
date = "2000-2012";
date = "2000-2014";
owner = "Aaron Turner and Fred Klassen";
eaddr = "[email protected]";
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 [email protected] mailing list.

Expand Down Expand Up @@ -366,8 +366,8 @@ flag = {
fprintf(stderr, " (debug)");
#endif
fprintf(stderr, "\n");
fprintf(stderr, "Copyright 2013-2014 by Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.\n");
fprintf(stderr, "Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net>\n");
fprintf(stderr, "Copyright 2013 by Fred Klassen <tcpreplay at appneta dot com> - 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);
Expand Down
8 changes: 4 additions & 4 deletions src/tcpprep_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
autogen definitions options;

copyright = {
date = "2000-2012";
date = "2000-2014";
owner = "Aaron Turner and Fred Klassen";
eaddr = "[email protected]";
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 [email protected] mailing list.

Expand Down Expand Up @@ -601,8 +601,8 @@ flag = {
fprintf(stderr, " (debug)");
#endif
fprintf(stderr, "\n");
fprintf(stderr, "Copyright 2013-2014 by Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.\n");
fprintf(stderr, "Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net>\n");
fprintf(stderr, "Copyright 2013 by Fred Klassen <tcpreplay at appneta dot com> - 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
Expand Down
8 changes: 4 additions & 4 deletions src/tcpreplay_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ autogen definitions options;


copyright = {
date = "2000-2012";
date = "2000-2014";
owner = "Aaron Turner and Fred Klassen";
eaddr = "[email protected]";
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 [email protected] mailing list.

Expand Down Expand Up @@ -553,8 +553,8 @@ flag = {
fprintf(stderr, " (timestamp-trace)");
#endif
fprintf(stderr, "\n");
fprintf(stderr, "Copyright 2013-2014 by Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.\n");
fprintf(stderr, "Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net>\n");
fprintf(stderr, "Copyright 2013 by Fred Klassen <tcpreplay at appneta dot com> - 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
Expand Down
8 changes: 4 additions & 4 deletions src/tcprewrite_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
autogen definitions options;

copyright = {
date = "2000-2012";
date = "2000-2014";
owner = "Aaron Turner and Fred Klassen";
eaddr = "[email protected]";
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 [email protected] mailing list.

Expand Down Expand Up @@ -249,8 +249,8 @@ flag = {
fprintf(stderr, " (debug)");
#endif
fprintf(stderr, "\n");
fprintf(stderr, "Copyright 2013-2014 by Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.\n");
fprintf(stderr, "Copyright 2000-2012 by Aaron Turner <aturner at synfin dot net>\n");
fprintf(stderr, "Copyright 2013 by Fred Klassen <tcpreplay at appneta dot com> - 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
Expand Down

0 comments on commit 5be5a90

Please sign in to comment.