From 1b5e77ad295e288aa1db594ee6259ab152e20523 Mon Sep 17 00:00:00 2001 From: Jianzhang Peng Date: Wed, 5 Jun 2024 10:39:12 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfea8eb..f0b34ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## v1.7.0 - 2024-06-06 ### Added -- trim ipv4/ipv6 options - - send http post requests - dpdk pdump + thanks @zhangpengfei-xyz + - fast_close: use RST to close connections - support DPDK-23.11 and DPDK-24 @@ -27,14 +27,22 @@ - static linking + thanks @zhangpengfei-xyz + ### Fixed - dpdk cleanup + thanks @zhangpengfei-xyz + - CFLAGS override + thanks @zhangpengfei-xyz + - missspell + thanks @zhangpengfei-xyz + - don't clear sequences in time-wait state ## v1.6.0 - 2023-10-10 From c9a2859a08512d26e4ad31980de359c575a80d21 Mon Sep 17 00:00:00 2001 From: Jianzhang Peng Date: Wed, 5 Jun 2024 10:41:36 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b34ea..084e3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - dpdk pdump - thanks @zhangpengfei-xyz + thanks ZhangPengfei - fast_close: use RST to close connections @@ -27,21 +27,21 @@ - static linking - thanks @zhangpengfei-xyz + thanks ZhangPengfei ### Fixed - dpdk cleanup - thanks @zhangpengfei-xyz + thanks ZhangPengfei - CFLAGS override - thanks @zhangpengfei-xyz + thanks ZhangPengfei - missspell - thanks @zhangpengfei-xyz + thanks ZhangPengfei - don't clear sequences in time-wait state