comparison text/en/CHANGES-1.2 @ 880:9c9db73443e6

nginx-1.2.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2013 16:45:45 +0400
parents 73f1827f0f68
children 22bd9315e047
comparison
equal deleted inserted replaced
879:1a7c2e6ed2d0 880:9c9db73443e6
1
2 Changes with nginx 1.2.8 02 Apr 2013
3
4 *) Bugfix: new sessions were not always stored if the "ssl_session_cache
5 shared" directive was used and there was no free space in shared
6 memory.
7 Thanks to Piotr Sikora.
8
9 *) Bugfix: responses might hang if subrequests were used and a DNS error
10 happened during subrequest processing.
11 Thanks to Lanshun Zhou.
12
13 *) Bugfix: in the ngx_http_mp4_module.
14 Thanks to Gernot Vormayr.
15
16 *) Bugfix: in backend usage accounting.
17
1 18
2 Changes with nginx 1.2.7 12 Feb 2013 19 Changes with nginx 1.2.7 12 Feb 2013
3 20
4 *) Change: now if the "include" directive with mask is used on Unix 21 *) Change: now if the "include" directive with mask is used on Unix
5 systems, included files are sorted in alphabetical order. 22 systems, included files are sorted in alphabetical order.