From 60f2b23f9be3c78704bf19b9830a389d712601ce Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 3 Aug 2012 21:44:00 +0900 Subject: [PATCH] Updated NEWS for 0.3.2 release --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 3fb56165..239e0e0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +spdylay 0.3.2 +============= + +Release Note +------------ + +This release adds many features and options to shrpx, HTTPS/SPDY +reverse proxy. Secure SPDY proxy mode was added to shrpx. Spdycat now +supports SNI, thanks to the patch contributed by Piotr Sikora. + +Changes +------- + +* spdycat: Add support for Server Name Indication (SNI). Patch from + Piotr Sikora. + +* spdycat: Use TLSv1_client_method + +* shrpx: Add many new command-line options. It also now supports + configuration file. Use http-parser instead of htparse. Add SPDY + proxy mode. + +* lib: Take into account shut_flags when accepting DATA frame. + + + spdylay 0.3.1 =============