From cfdabfe1f8439df747d49b27d481a2b6d97c4f3c Mon Sep 17 00:00:00 2001 From: sunsetbrew Date: Sun, 13 Oct 2013 14:04:07 -0400 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 937eeff4..984823de 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,11 @@ -Release Notes v1.5 (UNDER DEVELOPMENT) +Release Notes v1.5 === -### Objectives: *TBD* -In planning. +### Objectives: *Bug fixes and updates, repository restoration* Changes ------- +- Corrected bad mask flag/opcode passing to websocket callback (William Greathouse) - Moved CEVITWEB_VERSION define into civetweb.h - Added new simple zip deployment build for Windows. - Removed windows install package build. @@ -23,7 +23,6 @@ Changes - Added WebSocket example using asynchronous server messages (William Greathouse) - Fixed the getcwd() warning (William Greathouse) - Implemented the connection_close() callback (William Greathouse) -- Replaced Windows AdvancedInstaller with Inno Setup to solve install problems. - Fixed support URL's in civetweb.c (Daniel Oaks) - Allow port number to be zero to use a random free port (F-Secure Corporation) - Wait for threads to finish when stopping for a clean shutdown (F-Secure Corporation)