NEWS in yahns-1.10.0 vs NEWS in yahns-1.11.0
- old
+ new
@@ -1,4 +1,20 @@
+=== yahns 1.11.0 - more minor updates / 2015-12-13 02:20 UTC
+
+ There's some minor test case fixes and documentation updates.
+
+ For OpenSSL users running the Ruby 2.3.0 preview releases,
+ we now use `exception: false' for for accept_nonblock to reduce
+ exceptions. Non-SSL I/O still uses kgio for now.
+
+ 6 changes since 1.10.0:
+ wbuf: fix typo in bug check for sendfile gem
+ test_wbuf: deal with proper zero-copy for Unix sockets
+ README: clarify and update copyright year
+ doc: document and reference sd_listen_fds(3) behavior
+ test_server: fix race condition in hooks test
+ openssl_client: use `exception: false' for accept_nonblock
+
=== yahns 1.10.0 - minor updates / 2015-11-01 09:08 UTC
* test_client_expire: favor Process.spawn over fork+exec
* extras/try_gzip_static: require readability on HEAD requests
* proxy_pass: quiet down ECONNRESET and EPIPE, too