Skip to content

Commit

Permalink
Updated version number to 4.0.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Dec 17, 2013
1 parent 3f95564 commit a3e6747
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2918,9 +2918,9 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2



MAJOR_VERSION=3
MINOR_VERSION=5
MICRO_VERSION=0beta3
MAJOR_VERSION=4
MINOR_VERSION=0
MICRO_VERSION=0beta1
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.synfin.net/

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2
AC_CONFIG_MACRO_DIR([m4])

dnl Set version info here!
MAJOR_VERSION=3
MINOR_VERSION=5
MICRO_VERSION=0beta3
MAJOR_VERSION=4
MINOR_VERSION=0
MICRO_VERSION=0beta1
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.synfin.net/

Expand Down
6 changes: 4 additions & 2 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
$Id$

??/??/2013 Version 3.5.0
12/23/2013 Version 4.0.0beta1
- Compile and cross compile on ARM (appneta #26)
- Add flow statistics (appneta #23)
- Merge code cleanups from old 4.0alpha1 project (appneta #18)
- 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 --fast-flows option to tcpreplay (appneta #4)
- Add --unique-ip option to tcpreplay (appneta #4)
- Removed sleep-accel option (appneta #2)
- Enhance accuracy and performance of --mbps option (appneta #2)
- Add netmap injector (appneta #1)
Expand Down

0 comments on commit a3e6747

Please sign in to comment.