!541 【轻量级 PR】:Modify the wrong date in the spec file
From: @zhangxingrong Reviewed-by: @LemmyHuang Signed-off-by: @LemmyHuang
This commit is contained in:
commit
6cf47f6328
11
lwip.spec
11
lwip.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
||||||
Name: lwip
|
Name: lwip
|
||||||
Version: 2.1.3
|
Version: 2.1.3
|
||||||
Release: 83
|
Release: 84
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://savannah.nongnu.org/projects/lwip/
|
URL: http://savannah.nongnu.org/projects/lwip/
|
||||||
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
||||||
@ -125,6 +125,9 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
%{_libdir}/liblwip.a
|
%{_libdir}/liblwip.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 24 2023 zhangxingrong <zhangxingrong@uniontech.com> - 2.1.3-84
|
||||||
|
- modify error date
|
||||||
|
|
||||||
* Fri Nov 17 2023 zhengjiebing <zhengjiebing@cmss.chinamobile.com> - 2.1.3-83
|
* Fri Nov 17 2023 zhengjiebing <zhengjiebing@cmss.chinamobile.com> - 2.1.3-83
|
||||||
- enable ipv6 in lwip
|
- enable ipv6 in lwip
|
||||||
|
|
||||||
@ -175,7 +178,7 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
* Wed Jun 14 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-68
|
* Wed Jun 14 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-68
|
||||||
- fix udp send/recv in mutiple queue
|
- fix udp send/recv in mutiple queue
|
||||||
|
|
||||||
* Thu Jun 07 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-67
|
* Wed Jun 07 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-67
|
||||||
- optimize: avoid too many empty acks in tcp_input
|
- optimize: avoid too many empty acks in tcp_input
|
||||||
|
|
||||||
* Tue Jun 06 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-66
|
* Tue Jun 06 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-66
|
||||||
@ -221,7 +224,7 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
* Tue May 23 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-53
|
* Tue May 23 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-53
|
||||||
- cleancode: improving makefile readability
|
- cleancode: improving makefile readability
|
||||||
|
|
||||||
* Mon May 16 2023 kircher <majun65@huawei.com> - 2.1.3-52
|
* Tue May 16 2023 kircher <majun65@huawei.com> - 2.1.3-52
|
||||||
- fix pbuf leak in udp connection
|
- fix pbuf leak in udp connection
|
||||||
|
|
||||||
* Fri May 12 2023 kircher <majun65@huawei.com> - 2.1.3-51
|
* Fri May 12 2023 kircher <majun65@huawei.com> - 2.1.3-51
|
||||||
@ -249,7 +252,7 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
* Thu Mar 9 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-44
|
* Thu Mar 9 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-44
|
||||||
- cleancode: improve lwipopts.h readability
|
- cleancode: improve lwipopts.h readability
|
||||||
|
|
||||||
* Tue Wed 22 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-43
|
* Wed Feb 22 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-43
|
||||||
- lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
|
- lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
|
||||||
|
|
||||||
* Tue Feb 21 2023 majun<majun65@huawei.com> - 2.1.3-42
|
* Tue Feb 21 2023 majun<majun65@huawei.com> - 2.1.3-42
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user