From 0f594b0948dc1216bfe29fec58b0a8e54f21890b Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Sat, 10 Nov 2018 09:20:01 -0800 Subject: [PATCH] Release 4.3 --- configure.ac | 2 +- docs/CHANGELOG | 31 +++++++++++++------------------ 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index ed94e7653..293ac2471 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl $Id$ AC_PREREQ([2.69]) dnl Set version info here! -AC_INIT([tcpreplay],[4.3.0-beta3], +AC_INIT([tcpreplay],[4.3.0], [https://github.com/appneta/tcpreplay/issues], [tcpreplay], [http://tcpreplay.sourceforge.net/]) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 106a09fea..fd22eaccf 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,6 +1,4 @@ -??/??/20?? Version 4.3.0 beta3 - -10/31/2018 Version 4.3.0 beta2 +11/10/2018 Version 4.3.0 - Fix maxOS TOS checksum failure (#524) - TCP sequence edits seeding (#514) - Fix issues identifed by Codacy (#493) @@ -10,38 +8,35 @@ - CVE-2018-17580 heap-buffer-overflow fast_edit_packet (#485) - CVE-2018-17582 heap-buffer-overflow in get_next_packet (#484) - Out-of-tree build (#482) + - CVE-2018-13112 heap-buffer-overflow in get_l2len (#477 dup #408) - Closing stdin on pipe (#479) - Second pcap file hangs on multiplier option (#472) - Jumbo frame support for fragroute option (#466) - TCP sequence edit ACK corruption (#451) - TCP sequence number edit initial SYN packet should have zero ACK (#450) + - Travis CI build fails due to new build images (#432) - Upgrade libopts to 5.18.12 to address version build issues (#430) - Add ability to change tcp SEQ/ACK numbers (#425) - Hang using loop and netmap options (#424) - - Fails to open tap0 on Zephyr (#411) - - CVE-2018-13112 heap-buffer-overflow in get_l2len (#477 dup #408) - - -T flag breaks traffic replay timing (#419) - - Respect 2nd packet timing (#418) - - manpage typos (#413) - - Fix replay when using --with-testnic (#178) - -01/18/2018 Version 4.3.0 beta1 - - Travis CI build fails due to new build images (#432) - - Unable to build with libpcap 1.8.1 (#430) - tcpprep -S not working for large cache files (#423) - Unable to tcprewrite range of ports with --portmap (#422) - --maxsleep broken for values less than 1000 (#421) + - -T flag breaks traffic replay timing (#419) + - Respect 2nd packet timing (#418) - Avoid non-blocking behaviour when using STDIN (#416) - pcap containing >1020 packets produces invalid cache file (#415) - - heap-buffer-overflow in get_l2protocol (#410) - - heap-buffer-overflow in packet2tree (#409) - - heap-buffer-overflow in get_l2len (#408) - - heap-buffer-overflow in flow_decode (#407) + - manpage typos (#413) + - Fails to open tap0 on Zephyr (#411) + - Heap-buffer-overflow in get_l2protocol (#410) + - Heap-buffer-overflow in packet2tree (#409) + - Heap-buffer-overflow in get_l2len (#408) + - Heap-buffer-overflow in flow_decode (#407) - Rewrite zero IP total length field to match the actual packet length (#406) - - stack-buffer-overflow in tcpcapinfo (#405) + - Stack-buffer-overflow in tcpcapinfo (#405) - tcpprep --include option does not exclude (#404) - Negative-size-param memset in dlt_radiotap_get_80211 (#402) - tcpeplay --verbose option not working (#398) + - Fix replay when using --with-testnic (#178) 05/10/2017 Version 4.2.6 - Test fails on sparc64 (#393)