<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/auto/lib/perl/make, branch release-1.1.8</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>fix building ngx_http_perl_module by Solaris make</title>
<updated>2007-04-28T07:59:53+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-04-28T07:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a088b8bb2b510913639594f0c52e87bd94d0f854'/>
<id>a088b8bb2b510913639594f0c52e87bd94d0f854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for nginx.pm default installation</title>
<updated>2006-12-24T18:23:11+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-12-24T18:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=948265bf18ccacb9a0a3b78f475a1a843163d931'/>
<id>948265bf18ccacb9a0a3b78f475a1a843163d931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backout the r945: the nginx.pm could not be loaded at all,</title>
<updated>2006-12-24T18:12:18+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-12-24T18:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b4887b289e5ef3fd18b135f970ff0f6d24f3d8a4'/>
<id>b4887b289e5ef3fd18b135f970ff0f6d24f3d8a4</id>
<content type='text'>
next try to fix --with-perl_modules_path= for unpriviliged user installation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
next try to fix --with-perl_modules_path= for unpriviliged user installation
</pre>
</div>
</content>
</entry>
<entry>
<title>fix --with-perl_modules_path= for unpriviliged user installation</title>
<updated>2006-12-23T19:16:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-12-23T19:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e4f6f000773483714a57e471e4558daccfd681f9'/>
<id>e4f6f000773483714a57e471e4558daccfd681f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>force perl modules reinstallation after rebuilding</title>
<updated>2006-10-05T14:18:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-10-05T14:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=54ed5aaf20b851cd94ec2f1740d92a28182b7c00'/>
<id>54ed5aaf20b851cd94ec2f1740d92a28182b7c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx-0.4.0-RELEASE import</title>
<updated>2006-08-30T10:39:17+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-08-30T10:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=da173abde0afa26b02c778d6475462ed487594c5'/>
<id>da173abde0afa26b02c778d6475462ed487594c5</id>
<content type='text'>
    *) 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-&gt;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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    *) 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-&gt;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.
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx-0.3.22-RELEASE import</title>
<updated>2006-01-17T20:04:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-01-17T20:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ae33d014ad64c380446d8113bc7b2de115ffa23f'/>
<id>ae33d014ad64c380446d8113bc7b2de115ffa23f</id>
<content type='text'>
    *) Feature: the ngx_http_perl_module supports the $r-&gt;args and
       $r-&gt;unescape methods.

    *) Feature: the method $r-&gt;query_string of ngx_http_perl_module was
       canceled.

    *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
       values was specified in the "valid_referers" directive; the bug had
       appeared in 0.3.18.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    *) Feature: the ngx_http_perl_module supports the $r-&gt;args and
       $r-&gt;unescape methods.

    *) Feature: the method $r-&gt;query_string of ngx_http_perl_module was
       canceled.

    *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
       values was specified in the "valid_referers" directive; the bug had
       appeared in 0.3.18.
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx-0.3.21-RELEASE import</title>
<updated>2006-01-16T14:56:53+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-01-16T14:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9bf11aa19366f45bcd10a0917034acb45f89b259'/>
<id>9bf11aa19366f45bcd10a0917034acb45f89b259</id>
<content type='text'>
    *) Feature: the ngx_http_perl_module.

    *) Change: the "valid_referers" directive allows the referreres without
       URI part.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    *) Feature: the ngx_http_perl_module.

    *) Change: the "valid_referers" directive allows the referreres without
       URI part.
</pre>
</div>
</content>
</entry>
</feed>
