Skip to content

Commit

Permalink
update version and CHANGELOG for v4.0.2 - appneta#55
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 18, 2014
1 parent 2f46e5e commit 1bb38f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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=1
MICRO_VERSION=2
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.appneta.com/

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=1
MICRO_VERSION=2
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.appneta.com/

Expand Down
5 changes: 4 additions & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
$Id$

01/16/2014 Version
01/17/2014 Version 4.0.1
- Fix hangs with --mbps command (#54)

01/16/2014 Version 4.0.1
- Support for netmap version 10 API (#53)
- Remove deprecated "absolute time" for OS X (#52)
- Make dosleep() rentrant to support API concurrency (#51)
Expand Down

0 comments on commit 1bb38f5

Please sign in to comment.