From 0649a31db7ec0ba6f1f42634ed5b013553bb3284 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 22 Aug 2014 14:48:52 +0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d14467..2f04c10 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####22-Aug-2014 - version 1.7.2 released (SocketIO 1.0+ protocol) +Fixed - wrong outgoing message encoding using websocket transport +Fixed - NPE in websocket transport +Fixed - multiple packet decoding in polling transport +Fixed - buffer leak + ####07-Jul-2014 - version 1.7.1 released (SocketIO 1.0+ protocol) Feature - ability to set custom `Access-Control-Allow-Origin` via Configuration.origin Fixed - connection via CLI socket.io-client