From: Andy Green Date: Tue, 22 Mar 2016 01:19:32 +0000 (+0800) Subject: v1.7.4 X-Git-Tag: submit/tizen/20160930.050355~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18c328a6313f96fc428bdc37b7799731cd859700;p=platform%2Fupstream%2Flibwebsockets.git v1.7.4 Signed-off-by: Andy Green --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a9874e9..db85b5a 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 "3") +set(CPACK_PACKAGE_VERSION_PATCH "4") 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 88367db..46f2907 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,29 @@ Changelog --------- +v1.7.4 +====== + +NB: No API change since v1.7.0 + Fixes ----- -1) MINOR: d9n't send ext hdr if no exts to discuss +1) MINOR: don't send ext hdr if no exts to discuss + +2) MINOR: libuv + libev small fixes + +3) MINOR: some windows build environments have no snprintf + +4) MINOR: cmake adapts better to ecdh.h cmake situation + +5) MINOR: client missed WSI_CREATE callback + +6) MINOR: base64 decode api worked fine for all ws key handling, however +it was broken for some general decode if user code wanted to use it. + +7) MINOR: add optimized parsing path for bulk incoming ws data + v1.7.3 ====== diff --git a/libwebsockets.spec b/libwebsockets.spec index 8cf6d9f..ba73f3b 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,5 +1,5 @@ Name: libwebsockets -Version: 1.7.3 +Version: 1.7.4 Release: 1%{?dist} Summary: Websocket Server and Client Library @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT /%{_libdir}/pkgconfig/libwebsockets.pc %changelog +* Mon Mar 22 2016 Andy Green 1.7.4-1 +- MINOR fixes Upstream 1.7.4 release (see changelog) + * Mon Feb 29 2016 Andy Green 1.7.3-1 - MAJOR fixes Upstream 1.7.3 release (see changelog)