Skip to content

Commit

Permalink
Release 4.0.5 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Aug 9, 2014
1 parent ff9e0a2 commit e45a878
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2

MAJOR_VERSION=4
MINOR_VERSION=0
MICRO_VERSION=5-beta2
MICRO_VERSION=5-beta3
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=5-beta2
MICRO_VERSION=5-beta3
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.appneta.com/

Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
06/28/2014 Version 4.0.5beta2
08/09/2014 Version 4.0.5beta3
- Corrected build for latest version of PF_RING (#81)

07/28/2014 Version 4.0.5beta2
- Proper error message when vale is unconfigured (#113)
- Avoid a netmap module debug message (#110)
- Add missing header to distribution (#108)

06/21/2014 Version 4.0.5beta1
07/21/2014 Version 4.0.5beta1
- Make --netmap version agnostic (#106)
- Fix netmap hang in FreeBSD 11 (#103)
- Fix netmap hang if network cables unplugged (#96)
Expand Down
2 changes: 1 addition & 1 deletion src/common/netmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ sendpacket_open_netmap(const char *device, char *errbuf) {

if (!nmr.nr_memsize) {
snprintf(errbuf, SENDPACKET_ERRBUF_SIZE, "Netmap interface '%s' not configured.\n",
device, NETMAP_API, strerror(errno));
device);
goto NETMAP_IF_FAILED;
}

Expand Down

0 comments on commit e45a878

Please sign in to comment.