<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.3.4</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.3.4-RELEASE</title>
<updated>2012-07-31T12:38:37+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-31T12:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4cc5f14b0c9847b5587a55221ce92de4239a7d4c'/>
<id>4cc5f14b0c9847b5587a55221ce92de4239a7d4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: ipv6only is now on by default.</title>
<updated>2012-07-30T12:27:06+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-30T12:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=deaf22d22083473ec3cdcd2dcfb2ea7c0fd62a3f'/>
<id>deaf22d22083473ec3cdcd2dcfb2ea7c0fd62a3f</id>
<content type='text'>
There is a general consensus that this change results in better
consistency between different operating systems and differently
tuned operating systems.

Note: this changes the width and meaning of the ipv6only field
of the ngx_listening_t structure.  3rd party modules that create
their own listening sockets might need fixing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a general consensus that this change results in better
consistency between different operating systems and differently
tuned operating systems.

Note: this changes the width and meaning of the ipv6only field
of the ngx_listening_t structure.  3rd party modules that create
their own listening sockets might need fixing.
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not</title>
<updated>2012-07-30T11:42:03+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2012-07-30T11:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9c8f3d86b4c4c1bb04057e57f798e4244cefcbcf'/>
<id>9c8f3d86b4c4c1bb04057e57f798e4244cefcbcf</id>
<content type='text'>
found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: hide_headers/pass_headers inheritance fix.</title>
<updated>2012-07-30T10:35:26+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2012-07-30T10:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=21be49ae59329c0f7a2196a9a9619a3ba0498c0c'/>
<id>21be49ae59329c0f7a2196a9a9619a3ba0498c0c</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>Improved diagnostics when a directive is specified in the wrong context.</title>
<updated>2012-07-29T19:59:06+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-29T19:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1c31039d1e0cc8d06fe5cd2b6ad727d3c1c25853'/>
<id>1c31039d1e0cc8d06fe5cd2b6ad727d3c1c25853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extraneous GCC warning flags.</title>
<updated>2012-07-29T19:45:30+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-29T19:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4'/>
<id>7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slight optimization in ngx_http_upstream_add(): replaced an expression</title>
<updated>2012-07-29T19:44:09+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-29T19:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=45d2ae646bf105229ae60d569d28138082dc7baf'/>
<id>45d2ae646bf105229ae60d569d28138082dc7baf</id>
<content type='text'>
known to be constant with the constant value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
known to be constant with the constant value.
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_http_upstream_add() should return NULL if an error occurs.</title>
<updated>2012-07-29T19:38:25+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-29T19:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b1630108729e1f458a06622a474b51e533b34f1c'/>
<id>b1630108729e1f458a06622a474b51e533b34f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced the number of preprocessor directives.</title>
<updated>2012-07-26T14:47:42+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-26T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=01f07bde7ea9cdc683864fe49d83d36cffa2caac'/>
<id>01f07bde7ea9cdc683864fe49d83d36cffa2caac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When "debug_connection" is configured with a domain name, only the first</title>
<updated>2012-07-24T17:40:06+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2012-07-24T17:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cfe194ef594f2c48f35128e20696c0b5db573f84'/>
<id>cfe194ef594f2c48f35128e20696c0b5db573f84</id>
<content type='text'>
resolved address was used.  Now all addresses will be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
resolved address was used.  Now all addresses will be used.
</pre>
</div>
</content>
</entry>
</feed>
