v1.7.5
authorAndy Green <andy@warmcat.com>
Fri, 1 Apr 2016 01:45:57 +0000 (09:45 +0800)
committerAndy Green <andy@warmcat.com>
Fri, 1 Apr 2016 01:45:57 +0000 (09:45 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
changelog
libwebsockets.spec

index 304a221..49e256f 100644 (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}")
index 46f2907..49bc14f 100644 (file)
--- a/changelog
+++ b/changelog
@@ -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
 ======
 
index 4148aa6..37f86c3 100644 (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