Skip to content

Commit 6b07ab8

Browse files
committed
Release 4.1.1
1 parent a61d1a1 commit 6b07ab8

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

configure.ac

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

docs/CHANGELOG

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
1-
--/--/---- Version 4.1.1-beta4
1+
01/11/2016 Version 4.1.1
22
- Improve --pps accuracy and performance (#236)
3-
- netmap reports impossibly high capacity (#176)
4-
- netmap optimizations (#93)
5-
6-
12/19/2015 Version 4.1.1-beta3
73
- Option --unique-ip accepts --duration (#227)
84
- RFC1624 incremental checksums (#225)
95
- Option --duration performance optimizations (#223)
106
- Correct company name in license (#217)
117
- Compile and mult-arch cross-compile on ARM (#211)
128
- Switch to wire speed after 30 minutes at 6 Gbps (#210)
13-
- Master doesn't compile on OS X 10.11 (#203)
14-
- Support for tcprewrite multiple IP CIDR (#199)
15-
- Option --loop=0 full wire wire speed after 1st pass (#172 #191)
16-
- Fix incorrect checksums after editing fragmented packets (#190)
17-
- Extra packets sent with -L option (#173)
18-
- Buffer overflow bug in tcpprep (#167)
19-
20-
11/22/2015 Version 4.1.1-beta2
219
- Tap device support for Linux and FreeBSD from Murat Demirten (#207)
2210
- Handle loopback for linux cooked capture files from corentin-p1(Linux SLL) (#204)
11+
- Master doesn't compile on OS X 10.11 (#203)
2312
- Recognise tbd stubs from Dominyk Tiller (#202)
13+
- Support for tcprewrite multiple IP CIDR (#199)
14+
- Fix incorrect checksums after editing fragmented packets (#190)
15+
- Option --loop=0 full wire wire speed after 1st pass (#172 #191)
2416
- Big-endian tcpliveplay work-around from Brian Micek (#194)
2517
- Build OS X using existing XCode SDK (#185)
2618
- Update to autogen version 5.18.6 and libopts 46.0.16 (#182)
19+
- netmap reports impossibly high capacity (#176)
2720
- Duration feature from dexteradeus (#175)
2821
- Stop sending and exit when limit is reached (#174)
22+
- Extra packets sent with -L option (#173)
23+
- Buffer overflow bug in tcpprep (#167)
24+
- netmap optimizations (#93)
2925

3026
12/17/2014 Version 4.1.0
3127
- Do not build Quick TX modules on OS X (#164)

0 commit comments

Comments
 (0)