# HG changeset patch # User Maxim Dounin # Date 1404826511 -14400 # Node ID 6958c35e16aafd042cf461124a037cd97c868954 # Parent 1ffd6069ecd964d5f640469a495757875c58d9a7 nginx-1.7.3 diff -r 1ffd6069ecd9 -r 6958c35e16aa text/en/CHANGES --- a/text/en/CHANGES Mon Jul 07 11:18:42 2014 +0000 +++ b/text/en/CHANGES Tue Jul 08 17:35:11 2014 +0400 @@ -1,4 +1,27 @@ +Changes with nginx 1.7.3 08 Jul 2014 + + *) Feature: weak entity tags are now preserved on response + modifications, and strong ones are changed to weak. + + *) Feature: cache revalidation now uses If-None-Match header if + possible. + + *) Feature: the "ssl_password_file" directive. + + *) Bugfix: the If-None-Match request header line was ignored if there + was no Last-Modified header in a response returned from cache. + + *) Bugfix: "peer closed connection in SSL handshake" messages were + logged at "info" level instead of "error" while connecting to + backends. + + *) Bugfix: in the ngx_http_dav_module module in nginx/Windows. + + *) Bugfix: SPDY connections might be closed prematurely if caching was + used. + + Changes with nginx 1.7.2 17 Jun 2014 *) Feature: the "hash" directive inside the "upstream" block. diff -r 1ffd6069ecd9 -r 6958c35e16aa text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Mon Jul 07 11:18:42 2014 +0000 +++ b/text/ru/CHANGES.ru Tue Jul 08 17:35:11 2014 +0400 @@ -1,4 +1,27 @@ +Изменения в nginx 1.7.3 08.07.2014 + + *) Добавление: weak entity tags теперь не удаляются при изменениях + ответа, а strong entity tags преобразуются в weak. + + *) Добавление: ревалидация элементов кэша теперь, если это возможно, + использует заголовок If-None-Match. + + *) Добавление: директива ssl_password_file. + + *) Исправление: при возврате ответа из кэша заголовок запроса + If-None-Match игнорировался, если в ответе не было заголовка + Last-Modified. + + *) Исправление: сообщения "peer closed connection in SSL handshake" при + соединении с бэкендами логгировались на уровне info вместо error. + + *) Исправление: в модуле ngx_http_dav_module в nginx/Windows. + + *) Исправление: SPDY-соединения могли неожиданно закрываться, если + использовалось кэширование. + + Изменения в nginx 1.7.2 17.06.2014 *) Добавление: директива hash в блоке upstream. diff -r 1ffd6069ecd9 -r 6958c35e16aa xml/index.xml --- a/xml/index.xml Mon Jul 07 11:18:42 2014 +0000 +++ b/xml/index.xml Tue Jul 08 17:35:11 2014 +0400 @@ -7,6 +7,13 @@ + + +nginx-1.7.3 +mainline version has been released. + + + nginx-1.7.2 diff -r 1ffd6069ecd9 -r 6958c35e16aa xml/versions.xml --- a/xml/versions.xml Mon Jul 07 11:18:42 2014 +0000 +++ b/xml/versions.xml Tue Jul 08 17:35:11 2014 +0400 @@ -9,6 +9,7 @@ +