From 09aac56ab48d9e947214cae9c42447b148860963 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 3 Jun 2021 18:41:22 -0700 Subject: [PATCH] (websocket client + server) WebSocketMessage class tweak to fix unsafe patterns --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7ef2feaf..8e48a945 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [11.2.8] - 2021-06-03 + +(websocket client + server) WebSocketMessage class tweak to fix unsafe patterns + ## [11.2.7] - 2021-05-27 (websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade) diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index af1743e3..ca297ed9 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "11.2.7" +#define IX_WEBSOCKET_VERSION "11.2.8"