From b05b124cb351a525f3996e38e05305dc4c681fb7 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 11 Nov 2020 09:20:42 -0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c3256df..d1eee7be 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). It was tested on macOS, iOS, Linux, Android, Windows and FreeBSD. Note that the MinGW compiler is not supported at this point. Two important design goals are simplicity and correctness. +A bad security bug affecting users compiling with SSL enabled and OpenSSL as the backend was just fixed in newly released version 11.0.0. Please upgrade ! (more details in the [https://github.com/machinezone/IXWebSocket/pull/250](PR). + ```cpp /* * main.cpp