<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/auto, branch release-0.7.62</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<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 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 r2950, r2951:</title>
<updated>2009-06-22T09:29:10+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-06-22T09:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d49e7d869c1608e8f001967add48833cedd4038c'/>
<id>d49e7d869c1608e8f001967add48833cedd4038c</id>
<content type='text'>
cache related fixes:

*) fix building --without-http-cache, broken in r2945
*) fix ./configure error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cache related fixes:

*) fix building --without-http-cache, broken in r2945
*) fix ./configure error message
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907,</title>
<updated>2009-06-15T09:48:15+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-06-15T09:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d8615fb29018da7ecb428506204af81b55b46b84'/>
<id>d8615fb29018da7ecb428506204af81b55b46b84</id>
<content type='text'>
r2909, r2910, r2922, r2923, r2924, r2925, r2929:

various win32 fixes:

*) use no-threads for Unix builds only
*) Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND
*) add trailing zero to a file name in ngx_win32_rename_file()
*) fix logging in ngx_win32_rename_file()
*) allow shared memory segments more than 4G
*) fix memory leak in successful case
*) log shared memory name in failure case
*) test that zone has the same addresses in different processes
*) add drive letter for Win32 root path
*) log GetExitCodeProcess()'s errno
*) test premature process termination
*) fix debug logging
*) exit if no workers could not be started
*) do not quit old workers if no new workers could not be started
*) a signaller process should stop configuration processing just after
   it is able to get pid file, this allows to not open log files, etc.
*) win32 master process had aready closed listening sockets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r2909, r2910, r2922, r2923, r2924, r2925, r2929:

various win32 fixes:

*) use no-threads for Unix builds only
*) Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND
*) add trailing zero to a file name in ngx_win32_rename_file()
*) fix logging in ngx_win32_rename_file()
*) allow shared memory segments more than 4G
*) fix memory leak in successful case
*) log shared memory name in failure case
*) test that zone has the same addresses in different processes
*) add drive letter for Win32 root path
*) log GetExitCodeProcess()'s errno
*) test premature process termination
*) fix debug logging
*) exit if no workers could not be started
*) do not quit old workers if no new workers could not be started
*) a signaller process should stop configuration processing just after
   it is able to get pid file, this allows to not open log files, etc.
*) win32 master process had aready closed listening sockets
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2893, r2894, and r2917:</title>
<updated>2009-06-15T08:49:53+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-06-15T08:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=219dd1c4da822c5c2223cb7ab1a3b6cfb06f6b72'/>
<id>219dd1c4da822c5c2223cb7ab1a3b6cfb06f6b72</id>
<content type='text'>
various ./configure fixes:

*) use md5/sha1 in OpenSSL only if OpenSSL is used
*) stop ./configure at once on library failure
*) librt must be tested before creating Makefile
   the bug has been introduced in r2817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
various ./configure fixes:

*) use md5/sha1 in OpenSSL only if OpenSSL is used
*) stop ./configure at once on library failure
*) librt must be tested before creating Makefile
   the bug has been introduced in r2817
</pre>
</div>
</content>
</entry>
<entry>
<title>test libdl before OpenSSL configuration</title>
<updated>2009-05-24T14:19:16+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-05-24T14:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7741b350e9b8ecf77dc7502ccb9d272c6bf1cb43'/>
<id>7741b350e9b8ecf77dc7502ccb9d272c6bf1cb43</id>
<content type='text'>
the bug has been introduced in r2818 and broke
*) SSL modules linking on Solaris 9 and lower,
*) and linking with OpenSSL built from sources on Linux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug has been introduced in r2818 and broke
*) SSL modules linking on Solaris 9 and lower,
*) and linking with OpenSSL built from sources on Linux
</pre>
</div>
</content>
</entry>
<entry>
<title>allow absolute path in --with-openssl=</title>
<updated>2009-05-24T14:14:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-05-24T14:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=082ce9602399485a74fe6405dac4033be87ec97d'/>
<id>082ce9602399485a74fe6405dac4033be87ec97d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use -ldl for any OS that needs it</title>
<updated>2009-05-22T09:22:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-05-22T09:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a7021768a7ae59d821293174476dc74d7d0e0ada'/>
<id>a7021768a7ae59d821293174476dc74d7d0e0ada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building OpenSSL on Unix</title>
<updated>2009-05-19T12:12:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-05-19T12:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8407ff24ab5579a5b44ba7c2cce1ac44b1066720'/>
<id>8407ff24ab5579a5b44ba7c2cce1ac44b1066720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style fix</title>
<updated>2009-05-18T16:50:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-05-18T16:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cfa2ee27957e7c4261d89f8f68d01fda20551a14'/>
<id>cfa2ee27957e7c4261d89f8f68d01fda20551a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
