comparison text/en/CHANGES @ 1264:f6d12250cda5

nginx-1.7.4, nginx-1.6.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Aug 2014 16:55:14 +0400
parents 6958c35e16aa
children bb18e3bd3fb9
comparison
equal deleted inserted replaced
1263:fb94d6f98b03 1264:f6d12250cda5
1
2 Changes with nginx 1.7.4 05 Aug 2014
3
4 *) Security: pipelined commands were not discarded after STARTTLS
5 command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
6 Thanks to Chris Boulton.
7
8 *) Change: URI escaping now uses uppercase hexadecimal digits.
9 Thanks to Piotr Sikora.
10
11 *) Feature: now nginx can be build with BoringSSL and LibreSSL.
12 Thanks to Piotr Sikora.
13
14 *) Bugfix: requests might hang if resolver was used and a DNS server
15 returned a malformed response; the bug had appeared in 1.5.8.
16
17 *) Bugfix: in the ngx_http_spdy_module.
18 Thanks to Piotr Sikora.
19
20 *) Bugfix: the $uri variable might contain garbage when returning errors
21 with code 400.
22 Thanks to Sergey Bobrov.
23
24 *) Bugfix: in error handling in the "proxy_store" directive and the
25 ngx_http_dav_module.
26 Thanks to Feng Gu.
27
28 *) Bugfix: a segmentation fault might occur if logging of errors to
29 syslog was used; the bug had appeared in 1.7.1.
30
31 *) Bugfix: the $geoip_latitude, $geoip_longitude, $geoip_dma_code, and
32 $geoip_area_code variables might not work.
33 Thanks to Yichun Zhang.
34
35 *) Bugfix: in memory allocation error handling.
36 Thanks to Tatsuhiko Kubo and Piotr Sikora.
37
1 38
2 Changes with nginx 1.7.3 08 Jul 2014 39 Changes with nginx 1.7.3 08 Jul 2014
3 40
4 *) Feature: weak entity tags are now preserved on response 41 *) Feature: weak entity tags are now preserved on response
5 modifications, and strong ones are changed to weak. 42 modifications, and strong ones are changed to weak.