comparison text/en/CHANGES @ 855:197e15f72b6d

nginx-1.3.14
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Mar 2013 18:47:16 +0400
parents 8b6099769de5
children 95c318e2dd4f
comparison
equal deleted inserted replaced
854:5fbcac733874 855:197e15f72b6d
1
2 Changes with nginx 1.3.14 05 Mar 2013
3
4 *) Feature: $connections_active, $connections_reading, and
5 $connections_writing variables in the ngx_http_stub_status_module.
6
7 *) Feature: support of WebSocket connections in the
8 ngx_http_uwsgi_module and ngx_http_scgi_module.
9
10 *) Bugfix: in virtual servers handling with SNI.
11
12 *) Bugfix: new sessions were not always stored if the "ssl_session_cache
13 shared" directive was used and there was no free space in shared
14 memory.
15 Thanks to Piotr Sikora.
16
17 *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
18 Thanks to Neal Poole for sponsoring this work.
19
20 *) Bugfix: in the ngx_http_mp4_module.
21 Thanks to Gernot Vormayr.
22
1 23
2 Changes with nginx 1.3.13 19 Feb 2013 24 Changes with nginx 1.3.13 19 Feb 2013
3 25
4 *) Change: a compiler with name "cc" is now used by default. 26 *) Change: a compiler with name "cc" is now used by default.
5 27