Commit Graph

15 Commits

Author SHA1 Message Date
Maxim Dounin 2ffeef9563 Docs: switched from java XSLScript to xslscript.pl.
Latter is available from http://hg.nginx.org/xslscript.
2014-02-28 20:17:00 +04:00
Ruslan Ermilov 7df043a834 Configure: unified nginx version computation constructs. 2013-03-28 08:47:25 +00:00
Ruslan Ermilov 2b52ec5af4 Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru. 2012-08-30 16:08:13 +00:00
Ruslan Ermilov e6f5594097 Simplified makefile that builds CHANGES. 2012-07-31 21:49:23 +00:00
Ruslan Ermilov f6d26b14d0 The reference documentation is moving elsewhere. 2011-10-09 06:49:54 +00:00
Ruslan Ermilov a9e3ec2aed Added ngx_http_mp4_module documentation. 2011-09-15 08:59:13 +00:00
Ruslan Ermilov 9c1d3e7188 Initial English translation of Core and HTTP Core modules. 2011-09-05 09:39:24 +00:00
Ruslan Ermilov 6af6d60ce8 - Added missing dependencies for the CHANGES{,ru} targets.
- Pass string params to xsltproc.
- Removed extraneous rule bodies.
2011-08-19 08:33:47 +00:00
Ruslan Ermilov 3d182f0ee5 Don't ignore xmllint errors. 2011-08-09 15:18:07 +00:00
Igor Sysoev 08c06ac475 using sed instead of perl 2011-08-05 13:42:37 +00:00
Igor Sysoev 38dd8df531 skeleton for documentation processing 2011-08-05 09:25:34 +00:00
Igor Sysoev b4696fb265 update documentation build procedure 2011-08-05 09:00:19 +00:00
Igor Sysoev 1bd3458bfd fix switch 2008-06-26 07:59:30 +00:00
Igor Sysoev 2224029000 check nginx.pm version 2006-10-12 19:55:15 +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