From: Andy Green Date: Thu, 25 Feb 2016 02:11:01 +0000 (+0800) Subject: v1.7.2 X-Git-Tag: upstream/1.7.3~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34266b786162656f48e63aa81c39f55dc6c72015;p=platform%2Fupstream%2Flibwebsockets.git v1.7.2 Signed-off-by: Andy Green --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7c7f4..d8d519c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "1") +set(CPACK_PACKAGE_VERSION_PATCH "2") 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}") diff --git a/changelog b/changelog index 8f47c6c..48421ba 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,11 @@ Changelog --------- +v1.7.2 +====== + +NB: No API change since v1.7.0 + Fixes ----- @@ -13,6 +18,7 @@ known to affect anything added until after it was fixed requests callback on writeable for the socket it will busywait until the socket closes +4) MINOR update URLs in test html for libwebsockets.org https STS changes Changes ------- diff --git a/libwebsockets.spec b/libwebsockets.spec index ba66b75..8b66a5a 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,5 +1,5 @@ Name: libwebsockets -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Websocket Server and Client Library @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT /%{_libdir}/pkgconfig/libwebsockets.pc %changelog +* Thu Feb 25 2016 Andy Green 1.7.2-1 +- MINOR Upstream 1.7.2 release (see changelog) + * Sat Feb 20 2016 Andy Green 1.7.1-1 - MINOR Upstream 1.7.1 release (see changelog)