<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.2.3</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.2.3-RELEASE</title>
<updated>2012-08-07T12:35:56+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-07T12:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fe3b78f0d4a03ca5b8f9de73c8558a3e4fbd0137'/>
<id>fe3b78f0d4a03ca5b8f9de73c8558a3e4fbd0137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4739: s/ngx_shmtx_destory/ngx_shmtx_destroy/.</title>
<updated>2012-08-06T18:09:23+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T18:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=67dbb8b8d0820a299f62efeca8ec4be679295732'/>
<id>67dbb8b8d0820a299f62efeca8ec4be679295732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4775: updated PCRE used for win32 builds.</title>
<updated>2012-08-06T17:38:12+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=567dc0b265186d146aa71aa9c7d8f74502a0a45a'/>
<id>567dc0b265186d146aa71aa9c7d8f74502a0a45a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4771: ngx_http_find_virtual_server() fix.</title>
<updated>2012-08-06T17:36:30+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6087743fe2372ad9ede026cbf32f135d3137defc'/>
<id>6087743fe2372ad9ede026cbf32f135d3137defc</id>
<content type='text'>
The ngx_http_find_virtual_server() function should return NGX_DECLINED
if virtual server not found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ngx_http_find_virtual_server() function should return NGX_DECLINED
if virtual server not found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4770: hide_headers/pass_headers inheritance fix.</title>
<updated>2012-08-06T17:34:08+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cfef618a6fc7dc003eb42f359931101fa9c1a79f'/>
<id>cfef618a6fc7dc003eb42f359931101fa9c1a79f</id>
<content type='text'>
Hide headers and pass headers arrays might not be inherited correctly
into a nested location, e.g. in configuration like

    server {
        proxy_hide_header X-Foo;
        location / {
            location /nested/ {
                proxy_pass_header X-Pad;
            }
        }
    }

the X-Foo header wasn't hidden in the location /nested/.

Reported by Konstantin Svist,
http://mailman.nginx.org/pipermail/nginx-ru/2012-July/047555.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide headers and pass headers arrays might not be inherited correctly
into a nested location, e.g. in configuration like

    server {
        proxy_hide_header X-Foo;
        location / {
            location /nested/ {
                proxy_pass_header X-Pad;
            }
        }
    }

the X-Foo header wasn't hidden in the location /nested/.

Reported by Konstantin Svist,
http://mailman.nginx.org/pipermail/nginx-ru/2012-July/047555.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4769: better diagnostics for directives in wrong context.</title>
<updated>2012-08-06T17:31:32+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6145efaef48172485df62934b3e0f08822ce2e18'/>
<id>6145efaef48172485df62934b3e0f08822ce2e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4766, r4767: ngx_http_upstream_add() changes.</title>
<updated>2012-08-06T17:20:01+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5ac59c235d71c506619e10a77827efb7ca87e157'/>
<id>5ac59c235d71c506619e10a77827efb7ca87e157</id>
<content type='text'>
*) Fixed to return NULL if an error occurs.

*) Microoptimization: replaced an expression known to be constant with
   the constant value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) Fixed to return NULL if an error occurs.

*) Microoptimization: replaced an expression known to be constant with
   the constant value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4765: reduced the number of preprocessor directives.</title>
<updated>2012-08-06T17:15:23+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=23778a20c98d93353da69aba08ee76772f257c34'/>
<id>23778a20c98d93353da69aba08ee76772f257c34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4764: debug_connection with a domain name change.</title>
<updated>2012-08-06T17:13:20+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f3959db1e773a7d5fef3009f04b1afb2c2d4c744'/>
<id>f3959db1e773a7d5fef3009f04b1afb2c2d4c744</id>
<content type='text'>
When "debug_connection" is configured with a domain name, only the first
resolved address was used.  Now all addresses will be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When "debug_connection" is configured with a domain name, only the first
resolved address was used.  Now all addresses will be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r4763: added the Clang compiler support.</title>
<updated>2012-08-06T17:10:35+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-08-06T17:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8dd36f4aaf58f9d48506c0abad7c088faa12ce87'/>
<id>8dd36f4aaf58f9d48506c0abad7c088faa12ce87</id>
<content type='text'>
The -Werror is commented out to not break builds on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The -Werror is commented out to not break builds on Linux.
</pre>
</div>
</content>
</entry>
</feed>
