comparison text/en/CHANGES @ 1245:6958c35e16aa

nginx-1.7.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Jul 2014 17:35:11 +0400
parents 7dd620e507c3
children f6d12250cda5
comparison
equal deleted inserted replaced
1244:1ffd6069ecd9 1245:6958c35e16aa
1
2 Changes with nginx 1.7.3 08 Jul 2014
3
4 *) Feature: weak entity tags are now preserved on response
5 modifications, and strong ones are changed to weak.
6
7 *) Feature: cache revalidation now uses If-None-Match header if
8 possible.
9
10 *) Feature: the "ssl_password_file" directive.
11
12 *) Bugfix: the If-None-Match request header line was ignored if there
13 was no Last-Modified header in a response returned from cache.
14
15 *) Bugfix: "peer closed connection in SSL handshake" messages were
16 logged at "info" level instead of "error" while connecting to
17 backends.
18
19 *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.
20
21 *) Bugfix: SPDY connections might be closed prematurely if caching was
22 used.
23
1 24
2 Changes with nginx 1.7.2 17 Jun 2014 25 Changes with nginx 1.7.2 17 Jun 2014
3 26
4 *) Feature: the "hash" directive inside the "upstream" block. 27 *) Feature: the "hash" directive inside the "upstream" block.
5 28