# HG changeset patch # User Maxim Dounin # Date 1323961174 0 # Node ID a627ecdece141625b33be337d80ecc05c1139d9a # Parent 9e2be02df2ce9c114706c364d8e5561fcb043657 nginx-1.0.11 diff -r 9e2be02df2ce -r a627ecdece14 text/en/CHANGES-1.0 --- a/text/en/CHANGES-1.0 Thu Dec 15 13:28:54 2011 +0000 +++ b/text/en/CHANGES-1.0 Thu Dec 15 14:59:34 2011 +0000 @@ -1,4 +1,41 @@ +Changes with nginx 1.0.11 15 Dec 2011 + + *) Change: now double quotes are encoded in an "echo" SSI-command + output. + Thanks to Zaur Abasmirzoev. + + *) Feature: the "image_filter_sharpen" directive. + + *) Bugfix: a segmentation fault might occur in a worker process if SNI + was used; the bug had appeared in 1.0.9. + + *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the + bug had appeared in 1.0.9. + + *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request + header lines might be passed to backend while caching; or not passed + without caching if caching was enabled in another part of the + configuration. + + *) Bugfix: in the "scgi_param" directive, if complex parameters were + used. + + *) Bugfix: "add_header" and "expires" directives did not work if a + request was proxied and response status code was 206. + + *) Bugfix: in the "expires @time" directive. + + *) Bugfix: in the ngx_http_flv_module. + Thanks to Piotr Sikora. + + *) Bugfix: in the ngx_http_mp4_module. + + *) Bugfix: nginx could not be built on FreeBSD 10. + + *) Bugfix: nginx could not be built on AIX. + + Changes with nginx 1.0.10 15 Nov 2011 *) Bugfix: a segmentation fault might occur in a worker process if diff -r 9e2be02df2ce -r a627ecdece14 text/ru/CHANGES.ru-1.0 --- a/text/ru/CHANGES.ru-1.0 Thu Dec 15 13:28:54 2011 +0000 +++ b/text/ru/CHANGES.ru-1.0 Thu Dec 15 14:59:34 2011 +0000 @@ -1,4 +1,41 @@ +Изменения в nginx 1.0.11 15.12.2011 + + *) Изменение: теперь двойные кавычки экранируется при выводе + SSI-командой echo. + Спасибо Зауру Абасмирзоеву. + + *) Добавление: директива image_filter_sharpen. + + *) Исправление: в рабочем процессе мог произойти segmentation fault, + если использовалось SNI; ошибка появилась в 1.0.9. + + *) Исправление: сигнал SIGWINCH переставал работать после первого + обновления исполняемого файла; ошибка появилась в 1.0.9. + + *) Исправление: строки "If-Modified-Since", "If-Range" и им подобные в + заголовке запроса клиента могли передаваться бэкенду при кэшировании; + или не передаваться при выключенном кэшировании, если кэширование + было включено в другой части конфигурации. + + *) Исправление: в директиве scgi_param при использовании составных + параметров. + + *) Исправление: директивы add_header и expires не работали для ответов с + кодом 206, если запрос проксировался. + + *) Исправление: в директиве "expires @time". + + *) Исправление: в модуле ngx_http_flv_module. + Спасибо Piotr Sikora. + + *) Исправление: в модуле ngx_http_mp4_module. + + *) Исправление: nginx не собирался на FreeBSD 10. + + *) Исправление: nginx не собирался на AIX. + + Изменения в nginx 1.0.10 15.11.2011 *) Исправление: в рабочем процессе мог произойти segmentation fault, diff -r 9e2be02df2ce -r a627ecdece14 xml/en/download.xml --- a/xml/en/download.xml Thu Dec 15 13:28:54 2011 +0000 +++ b/xml/en/download.xml Thu Dec 15 14:59:34 2011 +0000 @@ -31,6 +31,7 @@ + diff -r 9e2be02df2ce -r a627ecdece14 xml/index.xml --- a/xml/index.xml Thu Dec 15 13:28:54 2011 +0000 +++ b/xml/index.xml Thu Dec 15 14:59:34 2011 +0000 @@ -2,6 +2,13 @@ + + +nginx-1.0.11 +stable version has been released.
+
+
+ nginx-1.1.11 diff -r 9e2be02df2ce -r a627ecdece14 xml/ru/download.xml --- a/xml/ru/download.xml Thu Dec 15 13:28:54 2011 +0000 +++ b/xml/ru/download.xml Thu Dec 15 14:59:34 2011 +0000 @@ -30,6 +30,7 @@ + diff -r 9e2be02df2ce -r a627ecdece14 xml/versions.xml --- a/xml/versions.xml Thu Dec 15 13:28:54 2011 +0000 +++ b/xml/versions.xml Thu Dec 15 14:59:34 2011 +0000 @@ -2,6 +2,6 @@ 1.1.11 - 1.0.10 + 1.0.11 0.8.55