comparison CHANGES @ 158:2d15b82126ed NGINX_0_3_26

nginx 0.3.26 *) Change: the "optimize_host_names" directive was renamed to the "optimize_server_names". *) Bugfix: if in the "proxy_pass" directive was no the URI part, then the main request URI was transferred to a backend while proxying the SSI subrequest.
author Igor Sysoev <http://sysoev.ru>
date Fri, 03 Feb 2006 00:00:00 +0300
parents 65f0c23130e8
children 73e8476f9142
comparison
equal deleted inserted replaced
157:10bd259db2a7 158:2d15b82126ed
1
2 Changes with nginx 0.3.26 03 Feb 2006
3
4 *) Change: the "optimize_host_names" directive was renamed to the
5 "optimize_server_names".
6
7 *) Bugfix: if in the "proxy_pass" directive was no the URI part, then
8 the main request URI was transferred to a backend while proxying the
9 SSI subrequest.
10
1 11
2 Changes with nginx 0.3.25 01 Feb 2006 12 Changes with nginx 0.3.25 01 Feb 2006
3 13
4 *) Bugfix: the segmentation fault was occurred on start or while 14 *) Bugfix: the segmentation fault was occurred on start or while
5 reconfiguration if there was invalid configuration; bug appeared in 15 reconfiguration if there was invalid configuration; bug appeared in
11 *) Workaround: for bug in FreeBSD kqueue. 21 *) Workaround: for bug in FreeBSD kqueue.
12 22
13 *) Bugfix: now a response generated by the "post_action" directive is 23 *) Bugfix: now a response generated by the "post_action" directive is
14 not transferred to a client. 24 not transferred to a client.
15 25
16 *) Bugfix: the memory leaks were occuring if many log files were used. 26 *) Bugfix: the memory leaks were occurring if many log files were used.
17 27
18 *) Bugfix: the first "proxy_redirect" directive was working inside one 28 *) Bugfix: the first "proxy_redirect" directive was working inside one
19 location. 29 location.
20 30
21 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start 31 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start