Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
Andy Green 2016-04-01 09:45:57 +08:00
parent 8cd06ca315
commit e3e89a7241
3 changed files with 27 additions and 3 deletions

View file

@ -10,7 +10,7 @@ set(PACKAGE "libwebsockets")
set(CPACK_PACKAGE_NAME "${PACKAGE}")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "7")
set(CPACK_PACKAGE_VERSION_PATCH "4")
set(CPACK_PACKAGE_VERSION_PATCH "5")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")

View file

@ -1,6 +1,26 @@
Changelog
---------
v1.7.5
======
NB: No API change since v1.7.0
Fixes
-----
1) MINOR: fix build with musl C library
2) MINOR: libuv handle signals only if requested
3) MINOR: Fix compile warning if HTTP2 + RELEASE + ALPN-capable SSL
4) MINOR: produce and package
%{_libdir}/cmake/libwebsockets/LibwebsocketsTargets.cmake
5) MAJOR: make permessage-deflate enforce protocol rx buffer size requirement
v1.7.4
======

View file

@ -1,6 +1,6 @@
Name: libwebsockets
Version: 1.7.4
Release: 2%{?dist}
Version: 1.7.5
Release: 1%{?dist}
Summary: Websocket Server and Client Library
Group: System Environment/Libraries
@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
/%{_libdir}/pkgconfig/libwebsockets.pc
%changelog
* Fri Apr 1 2016 Andy Green <andy@warmcat.com> 1.7.5-1
- MAJOR fixes Upstream 1.7.5 release (see changelog)
* Tue Mar 29 2016 Andy Green <andy@warmcat.com> 1.7.4-2
- MINOR added LibwebsocketsTargets.cmake