Commit Graph

7 Commits

Author SHA1 Message Date
Igor Sysoev 87d7092d20 do not delete resolver sources from release tarball 2007-11-27 16:47:16 +00:00
Igor Sysoev b8b26eaf4b resolver 2007-11-23 17:13:26 +00:00
Igor Sysoev 34ee0f179e add slab to release and snaphost tarballs 2006-11-24 11:44:24 +00:00
Igor Sysoev 2224029000 check nginx.pm version 2006-10-12 19:55:15 +00:00
Igor Sysoev 9e41d23e3f fix bug introduced with snapshot support 2006-09-18 12:42:53 +00:00
Igor Sysoev 8038cdf673 snapshot support 2006-09-18 12:26:31 +00:00
Igor Sysoev a5719ead3e nginx-0.4.0-RELEASE import
*) Change in internal API: the HTTP modules initialization was moved
       from the init module phase to the HTTP postconfiguration phase.

    *) Change: now the request body is not read beforehand for the
       ngx_http_perl_module: it's required to start the reading using the
       $r->has_request_body method.

    *) Feature: the ngx_http_perl_module supports the DECLINED return code.

    *) Feature: the ngx_http_dav_module supports the incoming "Date" header
       line for the PUT method.

    *) Feature: the "ssi" directive is available inside the "if" block.

    *) Bugfix: a segmentation fault occurred if there was an "index"
       directive with variables and the first index name was without
       variables; the bug had appeared in 0.1.29.
2006-08-30 10:39:17 +00:00