Skip to content
代码片段 群组 项目
提交 a5aae049 编辑于 作者: Andy Green's avatar Andy Green
浏览文件

v4.3.0

上级 d18aa1ee
No related branches found
标签 v4.3.0
无相关合并请求
......@@ -402,8 +402,8 @@ set(PACKAGE "libwebsockets")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_PACKAGE_NAME "${PACKAGE}")
set(CPACK_PACKAGE_VERSION_MAJOR "4")
set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_PATCH_NUMBER "99")
set(CPACK_PACKAGE_VERSION_MINOR "3")
set(CPACK_PACKAGE_VERSION_PATCH_NUMBER "0")
set(CPACK_PACKAGE_VERSION_PATCH "${CPACK_PACKAGE_VERSION_PATCH_NUMBER}-${LWS_BUILD_HASH}")
set(CPACK_PACKAGE_RELEASE 1)
......@@ -412,7 +412,7 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
set(CPACK_PACKAGE_CONTACT "andy@warmcat.com")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${CPACK_PACKAGE_VERSION}")
set(SOVERSION "18")
set(SOVERSION "19")
if(NOT CPACK_GENERATOR)
if(UNIX)
set(CPACK_GENERATOR "TGZ")
......
......@@ -26,6 +26,11 @@ sdevent, glib and uloop, as well as custom event libs.
News
----
## v4.3 is released
See the [changelog](https://libwebsockets.org/git/libwebsockets/tree/changelog)
## Lws work retrospective
The initial commit for lws will have been 11 years ago come Oct 28 2021, it's been a lot of work.
......@@ -41,10 +46,6 @@ Today at least tens of millions of devices and product features rely on lws to
handle their communications including several from FAANG; Google now include lws
as part of Android sources.
## v4.2 is released
See the [changelog](https://libwebsockets.org/git/libwebsockets/tree/changelog)
## Support
This is the libwebsockets C library for lightweight websocket clients and
......
Changelog
---------
v4.3.0
======
- Add full CBOR stream parsing and writing support, with huge
amount of test vectors and resumable printf type write apis
See ./READMEs/README.cbor-lecp.md
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册