summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-04-01 09:45:57 +0800
committerAndy Green <andy@warmcat.com>2016-04-01 09:45:57 +0800
commite3e89a7241230df6d4948281f0307d9df421fe26 (patch)
tree6b1911ba143bfeb1426d19074c9a8802b941cf44
parent8cd06ca31567ea3e44c6c05436d4b11b6bd216c9 (diff)
downloadlibwebsockets-e3e89a7241230df6d4948281f0307d9df421fe26.tar.gz
libwebsockets-e3e89a7241230df6d4948281f0307d9df421fe26.tar.bz2
libwebsockets-e3e89a7241230df6d4948281f0307d9df421fe26.zip
v1.7.5
Signed-off-by: Andy Green <andy@warmcat.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--changelog20
-rw-r--r--libwebsockets.spec8
3 files changed, 27 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 304a2213..49e256fc 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 "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}")
diff --git a/changelog b/changelog
index 46f2907b..49bc14fa 100644
--- 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
======
diff --git a/libwebsockets.spec b/libwebsockets.spec
index 4148aa62..37f86c3b 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -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