comparison CHANGES @ 686:2e8a942c8872 NGINX_1_3_6

nginx 1.3.6 *) Feature: the ngx_http_gunzip_filter_module. *) Feature: the "memcached_gzip_flag" directive. *) Feature: the "always" parameter of the "gzip_static" directive. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Sep 2012 00:00:00 +0400
parents 660139fd80ca
children f31b19fe7f48
comparison
equal deleted inserted replaced
685:0a9f545d4f4b 686:2e8a942c8872
1
2 Changes with nginx 1.3.6 12 Sep 2012
3
4 *) Feature: the ngx_http_gunzip_filter_module.
5
6 *) Feature: the "memcached_gzip_flag" directive.
7
8 *) Feature: the "always" parameter of the "gzip_static" directive.
9
10 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
11 Thanks to Charles Chen.
12
13 *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
14 the --with-ipv6 option was used.
15
1 16
2 Changes with nginx 1.3.5 21 Aug 2012 17 Changes with nginx 1.3.5 21 Aug 2012
3 18
4 *) Change: the ngx_http_mp4_module module no longer skips tracks in 19 *) Change: the ngx_http_mp4_module module no longer skips tracks in
5 formats other than H.264 and AAC. 20 formats other than H.264 and AAC.