<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-0.7.62</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-0.7.62-RELEASE</title>
<updated>2009-09-14T13:09:54+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-14T13:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=90a09bb0dd29db2da92d4e7b2427b359690d0622'/>
<id>90a09bb0dd29db2da92d4e7b2427b359690d0622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3047, r3048, r3049:</title>
<updated>2009-09-07T11:31:20+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T11:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=14d92237d13a4d28251e75619946279df4a19cc9'/>
<id>14d92237d13a4d28251e75619946279df4a19cc9</id>
<content type='text'>
twice termination delay only after SIGALRM, otherwise many separate SIGCHLD
and SIGIO signals quickly increase delay to the level when SIGKILL is sent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
twice termination delay only after SIGALRM, otherwise many separate SIGCHLD
and SIGIO signals quickly increase delay to the level when SIGKILL is sent
</pre>
</div>
</content>
</entry>
<entry>
<title>r3040:</title>
<updated>2009-09-07T11:27:37+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T11:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bfa9302e8976db62f6628a255016314f450b5e5b'/>
<id>bfa9302e8976db62f6628a255016314f450b5e5b</id>
<content type='text'>
fix Linux "uname -r" version matching
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix Linux "uname -r" version matching
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3038:</title>
<updated>2009-09-07T11:27:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T11:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6ace74566da2ec313d08012a458aa6dc175c1808'/>
<id>6ace74566da2ec313d08012a458aa6dc175c1808</id>
<content type='text'>
process upstream ETag header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
process upstream ETag header
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3037:</title>
<updated>2009-09-07T11:26:40+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T11:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=80d70e434dd091ee0eae8455b577cc98c3b5dc1f'/>
<id>80d70e434dd091ee0eae8455b577cc98c3b5dc1f</id>
<content type='text'>
the flags should be bit-wide only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the flags should be bit-wide only
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3076, r3077, r3080:</title>
<updated>2009-09-07T11:11:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T11:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=caf21c99d8cf5af400eae41fcefdd96a41cd9b96'/>
<id>caf21c99d8cf5af400eae41fcefdd96a41cd9b96</id>
<content type='text'>
fix invalid header logging:

*) fix segfault when a header starts with "\rX"
   and logging is set to info or debug level
*) use %*s instead of %V
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix invalid header logging:

*) fix segfault when a header starts with "\rX"
   and logging is set to info or debug level
*) use %*s instead of %V
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3011, r3012, r3026:</title>
<updated>2009-09-07T10:12:49+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T10:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e5fb02e01f77aca2c9ea784d8dc14d7e4bd3c6ea'/>
<id>e5fb02e01f77aca2c9ea784d8dc14d7e4bd3c6ea</id>
<content type='text'>
FastCGI fixes:

*) continue to parse available fastcgi record after a split header,
   this fixes the erroneous message "upstream prematurely closed connection
   while reading response header from upstream"
*) fix a garbage in a split fastcgi header
*) refactor fastcgi stderr handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FastCGI fixes:

*) continue to parse available fastcgi record after a split header,
   this fixes the erroneous message "upstream prematurely closed connection
   while reading response header from upstream"
*) fix a garbage in a split fastcgi header
*) refactor fastcgi stderr handling
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2984, r2985, r3000:</title>
<updated>2009-09-07T10:05:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T10:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e018897a78e65aa2805fbf4bedc7439897fa3e87'/>
<id>e018897a78e65aa2805fbf4bedc7439897fa3e87</id>
<content type='text'>
XSLT filter fixes:

*) preserve XML wellFormed field before freeing memory
*) fix libxml2 error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XSLT filter fixes:

*) preserve XML wellFormed field before freeing memory
*) fix libxml2 error message
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2983:</title>
<updated>2009-09-07T10:03:15+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fbee1711143dc781c790388ebe177066f2d60484'/>
<id>fbee1711143dc781c790388ebe177066f2d60484</id>
<content type='text'>
name of file specified in --conf-path was not honored during installation
the bug had been appeared in r1353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name of file specified in --conf-path was not honored during installation
the bug had been appeared in r1353
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2980, r2981, r2982:</title>
<updated>2009-09-07T10:01:26+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-07T10:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a544b2ee9858675c05d98330310b4f571ab21c66'/>
<id>a544b2ee9858675c05d98330310b4f571ab21c66</id>
<content type='text'>
win32 fixes:

*) ngx_http_set_exten() is always successful since 0.3.46
*) skip URI trailing dots under Win32
*) use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
win32 fixes:

*) ngx_http_set_exten() is always successful since 0.3.46
*) skip URI trailing dots under Win32
*) use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin
</pre>
</div>
</content>
</entry>
</feed>
