forked from pool/nginx
- update to 1.13.5
- Feature: the $ssl_client_escaped_cert variable. - Bugfix: the "ssl_session_ticket_key" directive and the "include" parameter of the "geo" directive did not work on Windows. - Bugfix: incorrect response length was returned on 32-bit platforms when requesting more than 4 gigabytes with multiple ranges. - Bugfix: the "expires modified" directive and processing of the "If-Range" request header line did not use the response last modification time if proxying without caching was used. - changes from 1.13.4 - Feature: the ngx_http_mirror_module. - Bugfix: client connections might be dropped during configuration testing when using the "reuseport" parameter of the "listen" directive on Linux. - Bugfix: request body might not be available in subrequests if it was saved to a file and proxying was used. - Bugfix: cleaning cache based on the "max_size" parameter did not work on Windows. - Bugfix: any shared memory allocation required 4096 bytes on Windows. - Bugfix: nginx worker might be terminated abnormally when using the "zone" directive inside the "upstream" block on Windows. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=89
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 16 20:16:46 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
- update to 1.13.5
|
||||
- Feature: the $ssl_client_escaped_cert variable.
|
||||
- Bugfix: the "ssl_session_ticket_key" directive and the
|
||||
"include" parameter of the "geo" directive did not work on
|
||||
Windows.
|
||||
- Bugfix: incorrect response length was returned on 32-bit
|
||||
platforms when requesting more than 4 gigabytes with multiple
|
||||
ranges.
|
||||
- Bugfix: the "expires modified" directive and processing of the
|
||||
"If-Range" request header line did not use the response last
|
||||
modification time if proxying without caching was used.
|
||||
- changes from 1.13.4
|
||||
- Feature: the ngx_http_mirror_module.
|
||||
- Bugfix: client connections might be dropped during
|
||||
configuration testing when using the "reuseport" parameter of
|
||||
the "listen" directive on Linux.
|
||||
- Bugfix: request body might not be available in subrequests if
|
||||
it was saved to a file and proxying was used.
|
||||
- Bugfix: cleaning cache based on the "max_size" parameter did
|
||||
not work on Windows.
|
||||
- Bugfix: any shared memory allocation required 4096 bytes on
|
||||
Windows.
|
||||
- Bugfix: nginx worker might be terminated abnormally when using
|
||||
the "zone" directive inside the "upstream" block on Windows.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 09:40:53 UTC 2017 - astieger@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user