<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/auto, branch release-0.7.68</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>merge r3489, r3493:</title>
<updated>2010-06-07T11:55:20+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-07T11:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=400683ac9102ee18564bb6eff0037e710fb48d9f'/>
<id>400683ac9102ee18564bb6eff0037e710fb48d9f</id>
<content type='text'>
*) MSVC8 compatibility with OpenSSL 1.0.0
*) fix building OpenSSL-1.0.0 on 64-bit Linux:
   make installs the libraries in lib64 directory

and build nginx/Windows against OpenSSL-0.9.8n
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) MSVC8 compatibility with OpenSSL 1.0.0
*) fix building OpenSSL-1.0.0 on 64-bit Linux:
   make installs the libraries in lib64 directory

and build nginx/Windows against OpenSSL-0.9.8n
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3477:</title>
<updated>2010-06-07T10:37:58+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-07T10:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ce5508a3f486e4d7c5bc42f600f1dcfc6aa7654f'/>
<id>ce5508a3f486e4d7c5bc42f600f1dcfc6aa7654f</id>
<content type='text'>
zlib 1.2.4 compatibility
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
zlib 1.2.4 compatibility
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3473, r3474, r3385, r3386, r3537:</title>
<updated>2010-06-07T10:35:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-07T10:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e66eb15b7be2534c9405900eb7350b538a146905'/>
<id>e66eb15b7be2534c9405900eb7350b538a146905</id>
<content type='text'>
signal processing stability:

*) use sys_errlist[] in signal handler instead
   of non Async-Signal-Safe strerror_r()
*) do not update time in the timer signal handler,
   since localtime_r() is not Async-Signal-Safe function
*) use previously cached GMT offset value to update time from a signal handler
*) change ngx_time_update() interface since there are no notification methods
   those return time
*) introduce ngx_time_sigsafe_update() to update the error log time only
*) change ngx_time_update() interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
signal processing stability:

*) use sys_errlist[] in signal handler instead
   of non Async-Signal-Safe strerror_r()
*) do not update time in the timer signal handler,
   since localtime_r() is not Async-Signal-Safe function
*) use previously cached GMT offset value to update time from a signal handler
*) change ngx_time_update() interface since there are no notification methods
   those return time
*) introduce ngx_time_sigsafe_update() to update the error log time only
*) change ngx_time_update() interface
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3454, r3455, r3486, r3496, r3519, r3523:</title>
<updated>2010-06-07T09:54:19+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-07T09:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=90b8db32242fb32d130c2268c6f26de316a44f25'/>
<id>90b8db32242fb32d130c2268c6f26de316a44f25</id>
<content type='text'>
SSI fixes:

*) use content type of the parent request in SSI stub block output
   instead of default one
*) SSI %s timefmt has no timezone offset
*) change ngx_http_ssi_filter and ngx_http_charset_filter order
*) do not store an encoded variable value as a new cached variable value
*) fix SSI include stub for valid empty responses
*) allow to use $uid_got in SSI and perl module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSI fixes:

*) use content type of the parent request in SSI stub block output
   instead of default one
*) SSI %s timefmt has no timezone offset
*) change ngx_http_ssi_filter and ngx_http_charset_filter order
*) do not store an encoded variable value as a new cached variable value
*) fix SSI include stub for valid empty responses
*) allow to use $uid_got in SSI and perl module
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3368, r3392:</title>
<updated>2010-06-07T09:01:46+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-06-07T09:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d253abefc4c51fc2b43502564fff2d3218abeea8'/>
<id>d253abefc4c51fc2b43502564fff2d3218abeea8</id>
<content type='text'>
./configure related fixes:

*) test invalid --with-ld-opt in right place
*) do not add NGX_GCC_OPT twice: it is added later with -W
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
./configure related fixes:

*) test invalid --with-ld-opt in right place
*) do not add NGX_GCC_OPT twice: it is added later with -W
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r3155, r3156, r3160, r969, r3191, r3197, r3358:</title>
<updated>2010-02-01T14:39:16+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-02-01T14:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7a03f30dd26452476a4e565faecb3258a4f66ec3'/>
<id>7a03f30dd26452476a4e565faecb3258a4f66ec3</id>
<content type='text'>
SSL fixes:

*) $ssl_session_id
*) allow "make clean" for OpenSSL, the bug was introduced in r2874
*) disable SSLv2 and use only strong ciphers by default
*) decrease SSL handshake error level to info
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSL fixes:

*) $ssl_session_id
*) allow "make clean" for OpenSSL, the bug was introduced in r2874
*) disable SSLv2 and use only strong ciphers by default
*) decrease SSL handshake error level to info
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2990, r3324, r3384, r3419:</title>
<updated>2010-02-01T14:01:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-02-01T14:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=393300584e0fcd36356da7b7198e3f43afd97240'/>
<id>393300584e0fcd36356da7b7198e3f43afd97240</id>
<content type='text'>
various proxy/FastCGI fixes:

*) do auto redirect for proxy_pass/fastcgi_pass with variables
*) allow "proxy_pass  http://$backend" without URI part
*) add conf/fastcgi.conf
*) delete u-&gt;cleanup mark, this fixes large values in $upstream_response_time,
   the bug had been introduced in r3246
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
various proxy/FastCGI fixes:

*) do auto redirect for proxy_pass/fastcgi_pass with variables
*) allow "proxy_pass  http://$backend" without URI part
*) add conf/fastcgi.conf
*) delete u-&gt;cleanup mark, this fixes large values in $upstream_response_time,
   the bug had been introduced in r3246
</pre>
</div>
</content>
</entry>
<entry>
<title>merge r2986, r2992, r3032:</title>
<updated>2009-10-26T16:38:44+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-10-26T16:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=703b5e904356888f3fde0fc3c23a766ce094b75d'/>
<id>703b5e904356888f3fde0fc3c23a766ce094b75d</id>
<content type='text'>
ngx_http_geoip_module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngx_http_geoip_module
</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 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>
</feed>
