v1.7.6
authorAndy Green <andy@warmcat.com>
Sat, 23 Apr 2016 02:09:33 +0000 (10:09 +0800)
committerAndy Green <andy@warmcat.com>
Sat, 23 Apr 2016 02:09:33 +0000 (10:09 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
changelog
libwebsockets.spec

index a6d2740e9058866c4771ea2ef5273ad9299c4ecc..8e7ef7aaac955e4968e41124d735327a3afc907b 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 "5")
+set(CPACK_PACKAGE_VERSION_PATCH "6")
 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 49bc14faf7a98964a1f2f7dc590c8b85664c2f7d..f384cbbe3f071267b3e77ac132bbb8c3618604b2 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,23 @@
 Changelog
 ---------
 
+v1.7.6
+======
+
+NB: No API change since v1.7.0
+
+Fixes
+-----
+
+1) MINOR: libuv-specific fixes
+
+2) MINOR: urldecode forbids malformed %xx in the library 
+
+3) MINOR: small fixes for Android and Windows
+
+4) MINOR: handle 0 read() as closed connection
+
+
 v1.7.5
 ======
 
index 37f86c3b466a3a7064d86b560bfb743d977c3a44..13d604c74d09dd9560b3935a8476440acb6ad1c1 100644 (file)
@@ -1,5 +1,5 @@
 Name: libwebsockets
-Version: 1.7.5
+Version: 1.7.6
 Release: 1%{?dist}
 Summary: Websocket Server and Client Library
 
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
+* Sat Apr 22 2016 Andy Green <andy@warmcat.com> 1.7.6-1
+- MINOR fixes Upstream 1.7.6 release (see changelog)
+
 * Fri Apr 1 2016 Andy Green <andy@warmcat.com> 1.7.5-1
 - MAJOR fixes Upstream 1.7.5 release (see changelog)