TL;DR — Résumé Rapide

Nginx 1.5.10 changelog avec protocole SPDY 3.1, amélioration du module mp4, correction du segfault SSL session ID et fix des connexions deferred accept

Note : Cet article a été publié à l’origine en 2014. Certaines étapes, commandes ou versions de logiciels ont pu changer. Consultez la documentation actuelle de NginX pour les informations les plus récentes.

Changes with (https://nginx.org/ “Nginx”) 1.5.10

Below are the list of changes from the 1.5.9 release of NginX to version 1.5.10. This is provided as reference only and was obtained from: https://nginx.org/en/CHANGES  

Changes with nginx 1.5.10                                        04 Feb 2014

    *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
       Thanks to Automattic and MaxCDN for sponsoring this work.

    *) Feature: the ngx_http_mp4_module now skips tracks too short for a
       seek requested.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       $ssl_session_id variable was used in logs; the bug had appeared in
       1.5.9.

    *) Bugfix: the $date_local and $date_gmt variables used wrong format
       outside of the ngx_http_ssi_filter_module.

    *) Bugfix: client connections might be immediately closed if deferred
       accept was used; the bug had appeared in 1.3.15.

    *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
       during binary upgrade on Linux; the bug had appeared in 1.5.8.
       Thanks to Piotr Sikora.

Articles Connexes