diff --git a/docs/CHANGELOG b/docs/CHANGELOG index ceea729e..b5700959 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,12 +1,18 @@ -06/01/2024 Version 4.5.0-beta1 +06/02/2024 Version 4.5.0-beta1 - fix nansecond timestamp regression bug (#863) + - autotools - AC_HELP_STRING is obsolete in 2.70 (#856) + - configure.ac: do not run conftest in case of cross compilation (#849) + - Haiku support (#847) - --fixhdrlen option added to control action on packet length changes (#846) - incorrect checksum for certain IPv4 packets - fixed by #846 (#844) - add check for IPv6 extension header length (#827 #842) - - add check for empty CIDR (#824 #843) - GitHub template for pull requests (#839) - handle IPv6 fragment extension header (#832 #837) + - Infinite loop in tcprewrite at get.c (#827 #842) + - add check for empty CIDR (#824 #843) + - AF_XDF socket extension (#822 #823) - configure.ac: unify search dirs for pcap and add lib32 (#819) + - dlt_jnpr_ether_cleanup: check config before cleanup (#812 #851) - nanosecond timestamps (#796) - low PPS values run at full speed after several days (#779) - create DLT_LINUX_SLL2 plugin (#727) diff --git a/docs/CREDIT b/docs/CREDIT index f148e592..f35d208f 100644 --- a/docs/CREDIT +++ b/docs/CREDIT @@ -118,7 +118,7 @@ Bastian Triller - Linux SLL2 GithHub @plangarbalint - - eBPF + - eBPF (AF_XDF) - nanosecond timers Chuck Cottrill @@ -128,3 +128,13 @@ Chuck Cottrill Martin 'JaMa' Jansa - configure.ac: unify search dirs for pcap and add lib32 + +Marsman + - dlt_jnpr_ether_cleanup: check config before cleanup + +Chen Qi + - configure.ac: do not run conftest in case of cross compilation + +Denis Ovsienko + - Haiku support +