comparison CHANGES.ru @ 694:88a1b4797f2e NGINX_1_3_10

nginx 1.3.10 *) Change: domain names specified in configuration file are now resolved to IPv6 addresses as well as IPv4 ones. *) Change: now if the "include" directive with mask is used on Unix systems, included files are sorted in alphabetical order. *) Change: the "add_header" directive adds headers to 201 responses. *) Feature: the "geo" directive now supports IPv6 addresses in CIDR notation. *) Feature: the "flush" and "gzip" parameters of the "access_log" directive. *) Feature: variables support in the "auth_basic" directive. *) Bugfix: nginx could not be built with the ngx_http_perl_module in some cases. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_xslt_module was used. *) Bugfix: nginx could not be built on MacOSX in some cases. Thanks to Piotr Sikora. *) Bugfix: the "limit_rate" directive with high rates might result in truncated responses on 32-bit platforms. Thanks to Alexey Antropov. *) Bugfix: a segmentation fault might occur in a worker process if the "if" directive was used. Thanks to Piotr Sikora. *) Bugfix: a "100 Continue" response was issued with "413 Request Entity Too Large" responses. *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and "image_filter_sharpen" directives might be inherited incorrectly. Thanks to Ian Babrou. *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic" directive was used on Linux. *) Bugfix: in backup servers handling. Thanks to Thomas Chen. *) Bugfix: proxied HEAD requests might return incorrect response if the "gzip" directive was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 25 Dec 2012 00:00:00 +0400
parents 6db6e93f55ee
children
comparison
equal deleted inserted replaced
693:cfd4279acc6e 694:88a1b4797f2e
1
2 Изменения в nginx 1.3.10 25.12.2012
3
4 *) Изменение: для указанных в конфигурационном файле доменных имён
5 теперь используются не только IPv4, но и IPv6 адреса.
6
7 *) Изменение: теперь при использовании директивы include с маской на
8 Unix-системах включаемые файлы сортируются в алфавитном порядке.
9
10 *) Изменение: директива add_header добавляет строки в ответы с кодом
11 201.
12
13 *) Добавление: директива geo теперь поддерживает IPv6 адреса в формате
14 CIDR.
15
16 *) Добавление: параметры flush и gzip в директиве access_log.
17
18 *) Добавление: директива auth_basic поддерживает переменные.
19
20 *) Исправление: nginx в некоторых случаях не собирался с модулем
21 ngx_http_perl_module.
22
23 *) Исправление: в рабочем процессе мог произойти segmentation fault,
24 если использовался модуль ngx_http_xslt_module.
25
26 *) Исправление: nginx мог не собираться на MacOSX.
27 Спасибо Piotr Sikora.
28
29 *) Исправление: при использовании директивы limit_rate с большими
30 значениями скорости на 32-битных системах ответ мог возвращаться не
31 целиком.
32 Спасибо Алексею Антропову.
33
34 *) Исправление: в рабочем процессе мог произойти segmentation fault,
35 если использовалась директива if.
36 Спасибо Piotr Sikora.
37
38 *) Исправление: ответ "100 Continue" выдавался вместе с ответом "413
39 Request Entity Too Large".
40
41 *) Исправление: директивы image_filter, image_filter_jpeg_quality и
42 image_filter_sharpen могли наследоваться некорректно.
43 Спасибо Ивану Боброву.
44
45 *) Исправление: при использовании директивы auth_basic под Linux могли
46 возникать ошибки "crypt_r() failed".
47
48 *) Исправление: в обработке backup-серверов.
49 Спасибо Thomas Chen.
50
51 *) Исправление: при проксировании HEAD-запросов мог возвращаться
52 некорректный ответ, если использовалась директива gzip.
53
1 54
2 Изменения в nginx 1.3.9 27.11.2012 55 Изменения в nginx 1.3.9 27.11.2012
3 56
4 *) Добавление: поддержка chunked transfer encoding при получении тела 57 *) Добавление: поддержка chunked transfer encoding при получении тела
5 запроса. 58 запроса.