Skip to content

Commit

Permalink
release 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 11, 2023
1 parent ac4145e commit 2bf3b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl $Id$
AC_PREREQ([2.69])

dnl Set version info here!
AC_INIT([tcpreplay],[4.4.4-beta1],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
AC_INIT([tcpreplay],[4.4.4],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
AC_CONFIG_SRCDIR([src/tcpreplay.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
06/04/2023 Version 4.4.4-beta1
06/04/2023 Version 4.4.4
- overflow check fix for parse_mpls (#795)
- tcpreplay-edit: prevent L2 flooding of ipv6 unicast packets (#793)
- CVE-2023-27786 bugs caused by strtok_r (#782 #784 #785 #786 #787 #788)
Expand Down

0 comments on commit 2bf3b37

Please sign in to comment.