Updated NEWS for 0.3.2 release

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-03 21:44:00 +09:00
parent d0bb03fea7
commit 60f2b23f9b
1 changed files with 26 additions and 0 deletions

26
NEWS
View File

@ -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
=============