Skip to content

Commit 0ba7d17

Browse files
committed
release 4.5.1
1 parent 214c131 commit 0ba7d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl $Id$
44
AC_PREREQ([2.69])
55

66
dnl Set version info here!
7-
AC_INIT([tcpreplay],[4.5.0-beta4],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
7+
AC_INIT([tcpreplay],[4.5.1],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
88
AC_CONFIG_SRCDIR([src/tcpreplay.c])
99
AC_CONFIG_HEADERS([src/config.h])
1010
AC_CONFIG_AUX_DIR(config)

docs/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
07/12/2024 Version 4.5.0-beta4
1+
07/12/2024 Version 4.5.1
22
- NULL Pointer Dereference in parse_endpoints (#888)
33
- tcpreplay --include / --exclude to control which packets are replayed (#884)
44
- add -W (--suppress-warnings) option to suppress warning messages (#878)

0 commit comments

Comments
 (0)