X-Git-Url: http://git.rot13.org/?p=nginx.git;a=blobdiff_plain;f=nginx%2FCHANGES;h=ac86c536ee28bf3a0134d73a2309e549c104c931;hp=83ce55d3a2b4138aef6e544ac5653815bdbea6be;hb=72cfa48da0d7e9dece140f36e9f6ab08fd8c1eb8;hpb=edef48fd7f4269957bc636301b0ffc73a16f9a4a diff --git a/nginx/CHANGES b/nginx/CHANGES index 83ce55d..ac86c53 100644 --- a/nginx/CHANGES +++ b/nginx/CHANGES @@ -1,4 +1,21 @@ +Changes with nginx 0.7.40 09 Mar 2009 + + *) Feature: the "location" directive supports captures in regular + expressions. + + *) Feature: an "alias" directive with capture references may be used + inside a location given by a regular expression with captures. + + *) Feature: the "server_name" directive supports captures in regular + expressions. + + *) Workaround: the ngx_http_autoindex_module did not show the trailing + slash in directories on XFS filesystem; the issue had appeared in + 0.7.15. + Thanks to Dmitry Kuzmenko. + + Changes with nginx 0.7.39 02 Mar 2009 *) Bugfix: large response with SSI might hang, if gzipping was enabled;