こんにちは、鯨井貴博@opensourcetechです。
先ほど、Nginx mainlineの最新バージョン 1.9.9がリリースされました。
※1.9.8も前日にリリースされてました。

変更履歴は、1日前にリリースされた1.9.8と併せて、
以下となります。
Changes with nginx 1.9.9 09 Dec 2015
*) Bugfix: proxying to unix domain sockets did not work when using
variables; the bug had appeared in 1.9.8.
Changes with nginx 1.9.8 08 Dec 2015
*) Feature: pwritev() support.
*) Feature: the "include" directive inside the "upstream" block.
*) Feature: the ngx_http_slice_module.
*) Bugfix: a segmentation fault might occur in a worker process when
using LibreSSL; the bug had appeared in 1.9.6.
*) Bugfix: nginx could not be built on OS X in some cases.
from
二日連続のリリースとなりますが、
1.9.8で見つかったバグを速攻で修正かけたみたいですね。