From 29458b105dbf7781c9ec545deea161a5f40b490b Mon Sep 17 00:00:00 2001
From: Andy Green <andy@warmcat.com>
Date: Tue, 3 May 2016 14:29:07 +0800
Subject: [PATCH] v1.7.7

Signed-off-by: Andy Green <andy@warmcat.com>
---
 CMakeLists.txt     |  2 +-
 changelog          | 14 ++++++++++++++
 libwebsockets.spec |  5 ++++-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e7ef7aa..5ecad242 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 "6")
+set(CPACK_PACKAGE_VERSION_PATCH "7")
 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 f384cbbe..caa4c18c 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,20 @@
 Changelog
 ---------
 
+v1.7.7
+======
+
+NB: No API change since v1.7.0
+
+Fixes:
+
+1) MINOR: Android add needed include file
+
+2) MINOR: Allow build on GCC < 3.4
+
+3) MINOR: Fix client problems recovering cleanly from SSL negotiation failure
+
+
 v1.7.6
 ======
 
diff --git a/libwebsockets.spec b/libwebsockets.spec
index 13d604c7..0857bcae 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -1,5 +1,5 @@
 Name: libwebsockets
-Version: 1.7.6
+Version: 1.7.7
 Release: 1%{?dist}
 Summary: Websocket Server and Client Library
 
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 
+* Sat May 03 2016 Andy Green <andy@warmcat.com> 1.7.7-1
+- MINOR fixes Upstream 1.7.7 release (see changelog)
+
 * Sat Apr 22 2016 Andy Green <andy@warmcat.com> 1.7.6-1
 - MINOR fixes Upstream 1.7.6 release (see changelog)
 
-- 
GitLab