Skip to content

Commit 3fd555a

Browse files
committed
Merge pull request appneta#57 from appneta/Release_4.0.2_#55
update version and CHANGELOG for v4.0.2 - appneta#55
2 parents 4f56e96 + 1bb38f5 commit 3fd555a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2
29202920

29212921
MAJOR_VERSION=4
29222922
MINOR_VERSION=0
2923-
MICRO_VERSION=1
2923+
MICRO_VERSION=2
29242924
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
29252925
PACKAGE_URL=http://tcpreplay.appneta.com/
29262926

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
1717
dnl Set version info here!
1818
MAJOR_VERSION=4
1919
MINOR_VERSION=0
20-
MICRO_VERSION=1
20+
MICRO_VERSION=2
2121
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
2222
PACKAGE_URL=http://tcpreplay.appneta.com/
2323

docs/CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
$Id$
22

3-
01/16/2014 Version
3+
01/17/2014 Version 4.0.1
4+
- Fix hangs with --mbps command (#54)
5+
6+
01/16/2014 Version 4.0.1
47
- Support for netmap version 10 API (#53)
58
- Remove deprecated "absolute time" for OS X (#52)
69
- Make dosleep() rentrant to support API concurrency (#51)

0 commit comments

Comments
 (0)