Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

nginx mainline 1.15.3 リリース!!

 

こんにちは、LinuCエバンジェリストこと、鯨井貴博@opensourcetechです。

 

nginx mainline の最新バージョン 1.15.3がリリースされました。

f:id:opensourcetech:20180829021824p:plain

nginx news

 

 

更新内容は、以下の通り。

mainline を使用の方は、アップデートをしましょう!

 

 

更新内容(English)

Changes with nginx 1.15.3 28 Aug 2018

*) Feature: now TLSv1.3 can be used with BoringSSL.

*) Feature: the "ssl_early_data" directive, currently available with BoringSSL.

*) Feature: the "keepalive_timeout" and "keepalive_requests" directives in the "upstream" block.

*) Bugfix: the ngx_http_dav_module did not truncate destination file when copying a file over an existing one with the COPY method.

*) Bugfix: the ngx_http_dav_module used zero access rights on the destination file and did not preserve file modification time when moving a file between different file systems with the MOVE method.

*) Bugfix: the ngx_http_dav_module used default access rights when copying a file with the COPY method.

*) Workaround: some clients might not work when using HTTP/2; the bug had appeared in 1.13.5.

*) Bugfix: nginx could not be built with LibreSSL 2.8.0.

 

From https://nginx.org/en/CHANGES

 

 

更新内容(日本語訳)

nginx 1.15.3による変更点 2018年8月28日

*)機能追加:TLSv1.3をBoringSSLと併用可能になった。

*)機能追加:BoringSSLで現在利用可能な変数 "ssl_early_data"

*)機能追加: "upstream" ブロックの "keepalive_timeout" ディレクティブと "keepalive_requests" ディレクティブが追加された。

*)バグ修正:ngx_http_dav_moduleは、COPYメソッドを使用して既存のファイルをコピーするときに、コピー先のファイルを切り取ることが出来なかった。

*)バグ修正:ngx_http_dav_moduleは、コピー先ファイルに対してゼロアクセス権を使用し、MOVEメソッドを使用して異なるファイルシステム間でファイルを移動するときに、ファイルの変更時間を保持しませんでした。

*)バグ修正:ngx_http_dav_moduleは、COPYメソッドを使ってファイルをコピーするときに、デフォルトのアクセス権を使用していた。

*)回避策:HTTP/2を使用すると一部のクライアントが動作しないことがあった。

     ※1.13.5に発生していたバグ。

*)バグ修正:nginxは、LibreSSL 2.8.0をビルド出来なかった。

 

 

 

 

www.slideshare.net

github.com

www.facebook.com

twitter.com

www.instagram.com

 

 

にほんブログ村 IT技術ブログ Linuxへ
Linux

にほんブログ村 IT技術ブログ オープンソースへ
オープンソース

 

Opensourcetech by Takahiro Kujirai