comparison CHANGES.ru @ 472:09f0ef15d544 NGINX_0_7_48

nginx 0.7.48 *) Feature: the "proxy_cache_key" directive. *) Bugfix: now nginx takes into account the "X-Accel-Expires", "Expires", and "Cache-Control" header lines in a backend response. *) Bugfix: now nginx caches responses for the GET requests only. *) Bugfix: the "fastcgi_cache_key" directive was not inherited. *) Bugfix: the $arg_... variables did not work with SSI subrequests. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built with uclibc library. Thanks to Timothy Redaelli. *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in 0.7.46.
author Igor Sysoev <http://sysoev.ru>
date Mon, 06 Apr 2009 00:00:00 +0400
parents 6866b490272e
children 3a4102b00f97
comparison
equal deleted inserted replaced
471:0cc33540f2e0 472:09f0ef15d544
1
2 Изменения в nginx 0.7.48 06.04.2009
3
4 *) Добавление: директива proxy_cache_key.
5
6 *) Исправление: теперь nginx учитывает при кэшировании строки
7 "X-Accel-Expires", "Expires" и "Cache-Control" в заголовке ответа
8 бэкенда.
9
10 *) Исправление: теперь nginx кэширует только ответы на запросы GET.
11
12 *) Исправление: директива fastcgi_cache_key не наследовалась.
13
14 *) Исправление: переменные $arg_... не работали с SSI-подзапросами.
15 Спасибо Максиму Дунину.
16
17 *) Исправление: nginx не собирался с библиотекой uclibc.
18 Спасибо Timothy Redaelli.
19
20 *) Исправление: nginx не собирался на OpenBSD; ошибка появилась
21 в 0.7.46.
22
1 23
2 Изменения в nginx 0.7.47 01.04.2009 24 Изменения в nginx 0.7.47 01.04.2009
3 25
4 *) Исправление: nginx не собирался на FreeBSD 6 и более ранних версиях; 26 *) Исправление: nginx не собирался на FreeBSD 6 и более ранних версиях;
5 ошибка появилась в 0.7.46. 27 ошибка появилась в 0.7.46.