From 1fa20b7caf0ea15c00fbde1dd5d152d734ff49f6 Mon Sep 17 00:00:00 2001 From: zhangxingrong Date: Thu, 23 Nov 2023 16:49:50 +0800 Subject: [PATCH] spec: Modify the wrong date in the spec file --- lwip.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lwip.spec b/lwip.spec index 85131e6..03c3a5a 100644 --- a/lwip.spec +++ b/lwip.spec @@ -4,7 +4,7 @@ Summary: lwip is a small independent implementation of the TCP/IP protocol suite Name: lwip Version: 2.1.3 -Release: 83 +Release: 84 License: BSD URL: http://savannah.nongnu.org/projects/lwip/ Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip @@ -125,6 +125,9 @@ cd %{_builddir}/%{name}-%{version}/src %{_libdir}/liblwip.a %changelog +* Thu Nov 23 2023 zhangxingrong - 2.1.3-84 +- modify error date + * Fri Nov 17 2023 zhengjiebing - 2.1.3-83 - enable ipv6 in lwip @@ -175,7 +178,7 @@ cd %{_builddir}/%{name}-%{version}/src * Wed Jun 14 2023 jiangheng - 2.1.3-68 - fix udp send/recv in mutiple queue -* Thu Jun 07 2023 Lemmy Huang - 2.1.3-67 +* Wed Jun 07 2023 Lemmy Huang - 2.1.3-67 - optimize: avoid too many empty acks in tcp_input * Tue Jun 06 2023 jiangheng - 2.1.3-66 @@ -221,7 +224,7 @@ cd %{_builddir}/%{name}-%{version}/src * Tue May 23 2023 Lemmy Huang - 2.1.3-53 - cleancode: improving makefile readability -* Mon May 16 2023 kircher - 2.1.3-52 +* Tue May 16 2023 kircher - 2.1.3-52 - fix pbuf leak in udp connection * Fri May 12 2023 kircher - 2.1.3-51 @@ -249,7 +252,7 @@ cd %{_builddir}/%{name}-%{version}/src * Thu Mar 9 2023 Lemmy Huang - 2.1.3-44 - cleancode: improve lwipopts.h readability -* Tue Wed 22 2023 jiangheng - 2.1.3-43 +* Wed Feb 22 2023 jiangheng - 2.1.3-43 - lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable * Tue Feb 21 2023 majun - 2.1.3-42 -- Gitee