jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9147 lines
319 KiB

1 year ago
  1. Changes with nginx 1.26.0 23 Apr 2024
  2. *) 1.26.x stable branch.
  3. Changes with nginx 1.25.5 16 Apr 2024
  4. *) Feature: virtual servers in the stream module.
  5. *) Feature: the ngx_stream_pass_module.
  6. *) Feature: the "deferred", "accept_filter", and "setfib" parameters of
  7. the "listen" directive in the stream module.
  8. *) Feature: cache line size detection for some architectures.
  9. Thanks to Piotr Sikora.
  10. *) Feature: support for Homebrew on Apple Silicon.
  11. Thanks to Piotr Sikora.
  12. *) Bugfix: Windows cross-compilation bugfixes and improvements.
  13. Thanks to Piotr Sikora.
  14. *) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
  15. Thanks to Vladimir Khomutov.
  16. Changes with nginx 1.25.4 14 Feb 2024
  17. *) Security: when using HTTP/3 a segmentation fault might occur in a
  18. worker process while processing a specially crafted QUIC session
  19. (CVE-2024-24989, CVE-2024-24990).
  20. *) Bugfix: connections with pending AIO operations might be closed
  21. prematurely during graceful shutdown of old worker processes.
  22. *) Bugfix: socket leak alerts no longer logged when fast shutdown was
  23. requested after graceful shutdown of old worker processes.
  24. *) Bugfix: a socket descriptor error, a socket leak, or a segmentation
  25. fault in a worker process (for SSL proxying) might occur if AIO was
  26. used in a subrequest.
  27. *) Bugfix: a segmentation fault might occur in a worker process if SSL
  28. proxying was used along with the "image_filter" directive and errors
  29. with code 415 were redirected with the "error_page" directive.
  30. *) Bugfixes and improvements in HTTP/3.
  31. Changes with nginx 1.25.3 24 Oct 2023
  32. *) Change: improved detection of misbehaving clients when using HTTP/2.
  33. *) Feature: startup speedup when using a large number of locations.
  34. Thanks to Yusuke Nojima.
  35. *) Bugfix: a segmentation fault might occur in a worker process when
  36. using HTTP/2 without SSL; the bug had appeared in 1.25.1.
  37. *) Bugfix: the "Status" backend response header line with an empty
  38. reason phrase was handled incorrectly.
  39. *) Bugfix: memory leak during reconfiguration when using the PCRE2
  40. library.
  41. Thanks to ZhenZhong Wu.
  42. *) Bugfixes and improvements in HTTP/3.
  43. Changes with nginx 1.25.2 15 Aug 2023
  44. *) Feature: path MTU discovery when using HTTP/3.
  45. *) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using
  46. HTTP/3.
  47. *) Change: now nginx uses appname "nginx" when loading OpenSSL
  48. configuration.
  49. *) Change: now nginx does not try to load OpenSSL configuration if the
  50. --with-openssl option was used to built OpenSSL and the OPENSSL_CONF
  51. environment variable is not set.
  52. *) Bugfix: in the $body_bytes_sent variable when using HTTP/3.
  53. *) Bugfix: in HTTP/3.
  54. Changes with nginx 1.25.1 13 Jun 2023
  55. *) Feature: the "http2" directive, which enables HTTP/2 on a per-server
  56. basis; the "http2" parameter of the "listen" directive is now
  57. deprecated.
  58. *) Change: HTTP/2 server push support has been removed.
  59. *) Change: the deprecated "ssl" directive is not supported anymore.
  60. *) Bugfix: in HTTP/3 when using OpenSSL.
  61. Changes with nginx 1.25.0 23 May 2023
  62. *) Feature: experimental HTTP/3 support.
  63. Changes with nginx 1.23.4 28 Mar 2023
  64. *) Change: now TLSv1.3 protocol is enabled by default.
  65. *) Change: now nginx issues a warning if protocol parameters of a
  66. listening socket are redefined.
  67. *) Change: now nginx closes connections with lingering if pipelining was
  68. used by the client.
  69. *) Feature: byte ranges support in the ngx_http_gzip_static_module.
  70. *) Bugfix: port ranges in the "listen" directive did not work; the bug
  71. had appeared in 1.23.3.
  72. Thanks to Valentin Bartenev.
  73. *) Bugfix: incorrect location might be chosen to process a request if a
  74. prefix location longer than 255 characters was used in the
  75. configuration.
  76. *) Bugfix: non-ASCII characters in file names on Windows were not
  77. supported by the ngx_http_autoindex_module, the ngx_http_dav_module,
  78. and the "include" directive.
  79. *) Change: the logging level of the "data length too long", "length too
  80. short", "bad legacy version", "no shared signature algorithms", "bad
  81. digest length", "missing sigalgs extension", "encrypted length too
  82. long", "bad length", "bad key update", "mixed handshake and non
  83. handshake data", "ccs received early", "data between ccs and
  84. finished", "packet length too long", "too many warn alerts", "record
  85. too small", and "got a fin before a ccs" SSL errors has been lowered
  86. from "crit" to "info".
  87. *) Bugfix: a socket leak might occur when using HTTP/2 and the
  88. "error_page" directive to redirect errors with code 400.
  89. *) Bugfix: messages about logging to syslog errors did not contain
  90. information that the errors happened while logging to syslog.
  91. Thanks to Safar Safarly.
  92. *) Workaround: "gzip filter failed to use preallocated memory" alerts
  93. appeared in logs when using zlib-ng.
  94. *) Bugfix: in the mail proxy server.
  95. Changes with nginx 1.23.3 13 Dec 2022
  96. *) Bugfix: an error might occur when reading PROXY protocol version 2
  97. header with large number of TLVs.
  98. *) Bugfix: a segmentation fault might occur in a worker process if SSI
  99. was used to process subrequests created by other modules.
  100. Thanks to Ciel Zhao.
  101. *) Workaround: when a hostname used in the "listen" directive resolves
  102. to multiple addresses, nginx now ignores duplicates within these
  103. addresses.
  104. *) Bugfix: nginx might hog CPU during unbuffered proxying if SSL
  105. connections to backends were used.
  106. Changes with nginx 1.23.2 19 Oct 2022
  107. *) Security: processing of a specially crafted mp4 file by the
  108. ngx_http_mp4_module might cause a worker process crash, worker
  109. process memory disclosure, or might have potential other impact
  110. (CVE-2022-41741, CVE-2022-41742).
  111. *) Feature: the "$proxy_protocol_tlv_..." variables.
  112. *) Feature: TLS session tickets encryption keys are now automatically
  113. rotated when using shared memory in the "ssl_session_cache"
  114. directive.
  115. *) Change: the logging level of the "bad record type" SSL errors has
  116. been lowered from "crit" to "info".
  117. Thanks to Murilo Andrade.
  118. *) Change: now when using shared memory in the "ssl_session_cache"
  119. directive the "could not allocate new session" errors are logged at
  120. the "warn" level instead of "alert" and not more often than once per
  121. second.
  122. *) Bugfix: nginx/Windows could not be built with OpenSSL 3.0.x.
  123. *) Bugfix: in logging of the PROXY protocol errors.
  124. Thanks to Sergey Brester.
  125. *) Workaround: shared memory from the "ssl_session_cache" directive was
  126. spent on sessions using TLS session tickets when using TLSv1.3 with
  127. OpenSSL.
  128. *) Workaround: timeout specified with the "ssl_session_timeout"
  129. directive did not work when using TLSv1.3 with OpenSSL or BoringSSL.
  130. Changes with nginx 1.23.1 19 Jul 2022
  131. *) Feature: memory usage optimization in configurations with SSL
  132. proxying.
  133. *) Feature: looking up of IPv4 addresses while resolving now can be
  134. disabled with the "ipv4=off" parameter of the "resolver" directive.
  135. *) Change: the logging level of the "bad key share", "bad extension",
  136. "bad cipher", and "bad ecpoint" SSL errors has been lowered from
  137. "crit" to "info".
  138. *) Bugfix: while returning byte ranges nginx did not remove the
  139. "Content-Range" header line if it was present in the original backend
  140. response.
  141. *) Bugfix: a proxied response might be truncated during reconfiguration
  142. on Linux; the bug had appeared in 1.17.5.
  143. Changes with nginx 1.23.0 21 Jun 2022
  144. *) Change in internal API: now header lines are represented as linked
  145. lists.
  146. *) Change: now nginx combines arbitrary header lines with identical
  147. names when sending to FastCGI, SCGI, and uwsgi backends, in the
  148. $r->header_in() method of the ngx_http_perl_module, and during lookup
  149. of the "$http_...", "$sent_http_...", "$sent_trailer_...",
  150. "$upstream_http_...", and "$upstream_trailer_..." variables.
  151. *) Bugfix: if there were multiple "Vary" header lines in the backend
  152. response, nginx only used the last of them when caching.
  153. *) Bugfix: if there were multiple "WWW-Authenticate" header lines in the
  154. backend response and errors with code 401 were intercepted or the
  155. "auth_request" directive was used, nginx only sent the first of the
  156. header lines to the client.
  157. *) Change: the logging level of the "application data after close
  158. notify" SSL errors has been lowered from "crit" to "info".
  159. *) Bugfix: connections might hang if nginx was built on Linux 2.6.17 or
  160. newer, but was used on systems without EPOLLRDHUP support, notably
  161. with epoll emulation layers; the bug had appeared in 1.17.5.
  162. Thanks to Marcus Ball.
  163. *) Bugfix: nginx did not cache the response if the "Expires" response
  164. header line disabled caching, but following "Cache-Control" header
  165. line enabled caching.
  166. Changes with nginx 1.21.6 25 Jan 2022
  167. *) Bugfix: when using EPOLLEXCLUSIVE on Linux client connections were
  168. unevenly distributed among worker processes.
  169. *) Bugfix: nginx returned the "Connection: keep-alive" header line in
  170. responses during graceful shutdown of old worker processes.
  171. *) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.
  172. Changes with nginx 1.21.5 28 Dec 2021
  173. *) Change: now nginx is built with the PCRE2 library by default.
  174. *) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
  175. *) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
  176. *) Feature: the $ssl_curve variable.
  177. *) Bugfix: connections might hang when using HTTP/2 without SSL with the
  178. "sendfile" and "aio" directives.
  179. Changes with nginx 1.21.4 02 Nov 2021
  180. *) Change: support for NPN instead of ALPN to establish HTTP/2
  181. connections has been removed.
  182. *) Change: now nginx rejects SSL connections if ALPN is used by the
  183. client, but no supported protocols can be negotiated.
  184. *) Change: the default value of the "sendfile_max_chunk" directive was
  185. changed to 2 megabytes.
  186. *) Feature: the "proxy_half_close" directive in the stream module.
  187. *) Feature: the "ssl_alpn" directive in the stream module.
  188. *) Feature: the $ssl_alpn_protocol variable.
  189. *) Feature: support for SSL_sendfile() when using OpenSSL 3.0.
  190. *) Feature: the "mp4_start_key_frame" directive in the
  191. ngx_http_mp4_module.
  192. Thanks to Tracey Jaquith.
  193. *) Bugfix: in the $content_length variable when using chunked transfer
  194. encoding.
  195. *) Bugfix: after receiving a response with incorrect length from a
  196. proxied backend nginx might nevertheless cache the connection.
  197. Thanks to Awdhesh Mathpal.
  198. *) Bugfix: invalid headers from backends were logged at the "info" level
  199. instead of "error"; the bug had appeared in 1.21.1.
  200. *) Bugfix: requests might hang when using HTTP/2 and the "aio_write"
  201. directive.
  202. Changes with nginx 1.21.3 07 Sep 2021
  203. *) Change: optimization of client request body reading when using
  204. HTTP/2.
  205. *) Bugfix: in request body filters internal API when using HTTP/2 and
  206. buffering of the data being processed.
  207. Changes with nginx 1.21.2 31 Aug 2021
  208. *) Change: now nginx rejects HTTP/1.0 requests with the
  209. "Transfer-Encoding" header line.
  210. *) Change: export ciphers are no longer supported.
  211. *) Feature: OpenSSL 3.0 compatibility.
  212. *) Feature: the "Auth-SSL-Protocol" and "Auth-SSL-Cipher" header lines
  213. are now passed to the mail proxy authentication server.
  214. Thanks to Rob Mueller.
  215. *) Feature: request body filters API now permits buffering of the data
  216. being processed.
  217. *) Bugfix: backend SSL connections in the stream module might hang after
  218. an SSL handshake.
  219. *) Bugfix: the security level, which is available in OpenSSL 1.1.0 or
  220. newer, did not affect loading of the server certificates when set
  221. with "@SECLEVEL=N" in the "ssl_ciphers" directive.
  222. *) Bugfix: SSL connections with gRPC backends might hang if select,
  223. poll, or /dev/poll methods were used.
  224. *) Bugfix: when using HTTP/2 client request body was always written to
  225. disk if the "Content-Length" header line was not present in the
  226. request.
  227. Changes with nginx 1.21.1 06 Jul 2021
  228. *) Change: now nginx always returns an error for the CONNECT method.
  229. *) Change: now nginx always returns an error if both "Content-Length"
  230. and "Transfer-Encoding" header lines are present in the request.
  231. *) Change: now nginx always returns an error if spaces or control
  232. characters are used in the request line.
  233. *) Change: now nginx always returns an error if spaces or control
  234. characters are used in a header name.
  235. *) Change: now nginx always returns an error if spaces or control
  236. characters are used in the "Host" request header line.
  237. *) Change: optimization of configuration testing when using many
  238. listening sockets.
  239. *) Bugfix: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|",
  240. and "}" characters when proxying with changed URI.
  241. *) Bugfix: SSL variables might be empty when used in logs; the bug had
  242. appeared in 1.19.5.
  243. *) Bugfix: keepalive connections with gRPC backends might not be closed
  244. after receiving a GOAWAY frame.
  245. *) Bugfix: reduced memory consumption for long-lived requests when
  246. proxying with more than 64 buffers.
  247. Changes with nginx 1.21.0 25 May 2021
  248. *) Security: 1-byte memory overwrite might occur during DNS server
  249. response processing if the "resolver" directive was used, allowing an
  250. attacker who is able to forge UDP packets from the DNS server to
  251. cause worker process crash or, potentially, arbitrary code execution
  252. (CVE-2021-23017).
  253. *) Feature: variables support in the "proxy_ssl_certificate",
  254. "proxy_ssl_certificate_key" "grpc_ssl_certificate",
  255. "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
  256. "uwsgi_ssl_certificate_key" directives.
  257. *) Feature: the "max_errors" directive in the mail proxy module.
  258. *) Feature: the mail proxy module supports POP3 and IMAP pipelining.
  259. *) Feature: the "fastopen" parameter of the "listen" directive in the
  260. stream module.
  261. Thanks to Anbang Wen.
  262. *) Bugfix: special characters were not escaped during automatic redirect
  263. with appended trailing slash.
  264. *) Bugfix: connections with clients in the mail proxy module might be
  265. closed unexpectedly when using SMTP pipelining.
  266. Changes with nginx 1.19.10 13 Apr 2021
  267. *) Change: the default value of the "keepalive_requests" directive was
  268. changed to 1000.
  269. *) Feature: the "keepalive_time" directive.
  270. *) Feature: the $connection_time variable.
  271. *) Workaround: "gzip filter failed to use preallocated memory" alerts
  272. appeared in logs when using zlib-ng.
  273. Changes with nginx 1.19.9 30 Mar 2021
  274. *) Bugfix: nginx could not be built with the mail proxy module, but
  275. without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
  276. *) Bugfix: "upstream sent response body larger than indicated content
  277. length" errors might occur when working with gRPC backends; the bug
  278. had appeared in 1.19.1.
  279. *) Bugfix: nginx might not close a connection till keepalive timeout
  280. expiration if the connection was closed by the client while
  281. discarding the request body.
  282. *) Bugfix: nginx might not detect that a connection was already closed
  283. by the client when waiting for auth_delay or limit_req delay, or when
  284. working with backends.
  285. *) Bugfix: in the eventport method.
  286. Changes with nginx 1.19.8 09 Mar 2021
  287. *) Feature: flags in the "proxy_cookie_flags" directive can now contain
  288. variables.
  289. *) Feature: the "proxy_protocol" parameter of the "listen" directive,
  290. the "proxy_protocol" and "set_real_ip_from" directives in mail proxy.
  291. *) Bugfix: HTTP/2 connections were immediately closed when using
  292. "keepalive_timeout 0"; the bug had appeared in 1.19.7.
  293. *) Bugfix: some errors were logged as unknown if nginx was built with
  294. glibc 2.32.
  295. *) Bugfix: in the eventport method.
  296. Changes with nginx 1.19.7 16 Feb 2021
  297. *) Change: connections handling in HTTP/2 has been changed to better
  298. match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and
  299. "http2_max_requests" directives have been removed, the
  300. "keepalive_timeout" and "keepalive_requests" directives should be
  301. used instead.
  302. *) Change: the "http2_max_field_size" and "http2_max_header_size"
  303. directives have been removed, the "large_client_header_buffers"
  304. directive should be used instead.
  305. *) Feature: now, if free worker connections are exhausted, nginx starts
  306. closing not only keepalive connections, but also connections in
  307. lingering close.
  308. *) Bugfix: "zero size buf in output" alerts might appear in logs if an
  309. upstream server returned an incorrect response during unbuffered
  310. proxying; the bug had appeared in 1.19.1.
  311. *) Bugfix: HEAD requests were handled incorrectly if the "return"
  312. directive was used with the "image_filter" or "xslt_stylesheet"
  313. directives.
  314. *) Bugfix: in the "add_trailer" directive.
  315. Changes with nginx 1.19.6 15 Dec 2020
  316. *) Bugfix: "no live upstreams" errors if a "server" inside "upstream"
  317. block was marked as "down".
  318. *) Bugfix: a segmentation fault might occur in a worker process if HTTPS
  319. was used; the bug had appeared in 1.19.5.
  320. *) Bugfix: nginx returned the 400 response on requests like
  321. "GET http://example.com?args HTTP/1.0".
  322. *) Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
  323. Thanks to Chris Newton.
  324. Changes with nginx 1.19.5 24 Nov 2020
  325. *) Feature: the -e switch.
  326. *) Feature: the same source files can now be specified in different
  327. modules while building addon modules.
  328. *) Bugfix: SSL shutdown did not work when lingering close was used.
  329. *) Bugfix: "upstream sent frame for closed stream" errors might occur
  330. when working with gRPC backends.
  331. *) Bugfix: in request body filters internal API.
  332. Changes with nginx 1.19.4 27 Oct 2020
  333. *) Feature: the "ssl_conf_command", "proxy_ssl_conf_command",
  334. "grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives.
  335. *) Feature: the "ssl_reject_handshake" directive.
  336. *) Feature: the "proxy_smtp_auth" directive in mail proxy.
  337. Changes with nginx 1.19.3 29 Sep 2020
  338. *) Feature: the ngx_stream_set_module.
  339. *) Feature: the "proxy_cookie_flags" directive.
  340. *) Feature: the "userid_flags" directive.
  341. *) Bugfix: the "stale-if-error" cache control extension was erroneously
  342. applied if backend returned a response with status code 500, 502,
  343. 503, 504, 403, 404, or 429.
  344. *) Bugfix: "[crit] cache file ... has too long header" messages might
  345. appear in logs if caching was used and the backend returned responses
  346. with the "Vary" header line.
  347. *) Workaround: "[crit] SSL_write() failed" messages might appear in logs
  348. when using OpenSSL 1.1.1.
  349. *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
  350. might appear in logs; the bug had appeared in 1.19.2.
  351. *) Bugfix: a segmentation fault might occur in a worker process when
  352. using HTTP/2 if errors with code 400 were redirected to a proxied
  353. location using the "error_page" directive.
  354. *) Bugfix: socket leak when using HTTP/2 and subrequests in the njs
  355. module.
  356. Changes with nginx 1.19.2 11 Aug 2020
  357. *) Change: now nginx starts closing keepalive connections before all
  358. free worker connections are exhausted, and logs a warning about this
  359. to the error log.
  360. *) Change: optimization of client request body reading when using
  361. chunked transfer encoding.
  362. *) Bugfix: memory leak if the "ssl_ocsp" directive was used.
  363. *) Bugfix: "zero size buf in output" alerts might appear in logs if a
  364. FastCGI server returned an incorrect response; the bug had appeared
  365. in 1.19.1.
  366. *) Bugfix: a segmentation fault might occur in a worker process if
  367. different large_client_header_buffers sizes were used in different
  368. virtual servers.
  369. *) Bugfix: SSL shutdown might not work.
  370. *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
  371. might appear in logs.
  372. *) Bugfix: in the ngx_http_slice_module.
  373. *) Bugfix: in the ngx_http_xslt_filter_module.
  374. Changes with nginx 1.19.1 07 Jul 2020
  375. *) Change: the "lingering_close", "lingering_time", and
  376. "lingering_timeout" directives now work when using HTTP/2.
  377. *) Change: now extra data sent by a backend are always discarded.
  378. *) Change: now after receiving a too short response from a FastCGI
  379. server nginx tries to send the available part of the response to the
  380. client, and then closes the client connection.
  381. *) Change: now after receiving a response with incorrect length from a
  382. gRPC backend nginx stops response processing with an error.
  383. *) Feature: the "min_free" parameter of the "proxy_cache_path",
  384. "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
  385. directives.
  386. Thanks to Adam Bambuch.
  387. *) Bugfix: nginx did not delete unix domain listen sockets during
  388. graceful shutdown on the SIGQUIT signal.
  389. *) Bugfix: zero length UDP datagrams were not proxied.
  390. *) Bugfix: proxying to uwsgi backends using SSL might not work.
  391. Thanks to Guanzhong Chen.
  392. *) Bugfix: in error handling when using the "ssl_ocsp" directive.
  393. *) Bugfix: on XFS and NFS file systems disk cache size might be
  394. calculated incorrectly.
  395. *) Bugfix: "negative size buf in writer" alerts might appear in logs if
  396. a memcached server returned a malformed response.
  397. Changes with nginx 1.19.0 26 May 2020
  398. *) Feature: client certificate validation with OCSP.
  399. *) Bugfix: "upstream sent frame for closed stream" errors might occur
  400. when working with gRPC backends.
  401. *) Bugfix: OCSP stapling might not work if the "resolver" directive was
  402. not specified.
  403. *) Bugfix: connections with incorrect HTTP/2 preface were not logged.
  404. Changes with nginx 1.17.10 14 Apr 2020
  405. *) Feature: the "auth_delay" directive.
  406. Changes with nginx 1.17.9 03 Mar 2020
  407. *) Change: now nginx does not allow several "Host" request header lines.
  408. *) Bugfix: nginx ignored additional "Transfer-Encoding" request header
  409. lines.
  410. *) Bugfix: socket leak when using HTTP/2.
  411. *) Bugfix: a segmentation fault might occur in a worker process if OCSP
  412. stapling was used.
  413. *) Bugfix: in the ngx_http_mp4_module.
  414. *) Bugfix: nginx used status code 494 instead of 400 if errors with code
  415. 494 were redirected with the "error_page" directive.
  416. *) Bugfix: socket leak when using subrequests in the njs module and the
  417. "aio" directive.
  418. Changes with nginx 1.17.8 21 Jan 2020
  419. *) Feature: variables support in the "grpc_pass" directive.
  420. *) Bugfix: a timeout might occur while handling pipelined requests in an
  421. SSL connection; the bug had appeared in 1.17.5.
  422. *) Bugfix: in the "debug_points" directive when using HTTP/2.
  423. Thanks to Daniil Bondarev.
  424. Changes with nginx 1.17.7 24 Dec 2019
  425. *) Bugfix: a segmentation fault might occur on start or during
  426. reconfiguration if the "rewrite" directive with an empty replacement
  427. string was used in the configuration.
  428. *) Bugfix: a segmentation fault might occur in a worker process if the
  429. "break" directive was used with the "alias" directive or with the
  430. "proxy_pass" directive with a URI.
  431. *) Bugfix: the "Location" response header line might contain garbage if
  432. the request URI was rewritten to the one containing a null character.
  433. *) Bugfix: requests with bodies were handled incorrectly when returning
  434. redirections with the "error_page" directive; the bug had appeared in
  435. 0.7.12.
  436. *) Bugfix: socket leak when using HTTP/2.
  437. *) Bugfix: a timeout might occur while handling pipelined requests in an
  438. SSL connection; the bug had appeared in 1.17.5.
  439. *) Bugfix: in the ngx_http_dav_module.
  440. Changes with nginx 1.17.6 19 Nov 2019
  441. *) Feature: the $proxy_protocol_server_addr and
  442. $proxy_protocol_server_port variables.
  443. *) Feature: the "limit_conn_dry_run" directive.
  444. *) Feature: the $limit_req_status and $limit_conn_status variables.
  445. Changes with nginx 1.17.5 22 Oct 2019
  446. *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid
  447. reading from a fast connection for a long time.
  448. *) Bugfix: incomplete escaped characters at the end of the request URI
  449. were ignored.
  450. *) Bugfix: "/." and "/.." at the end of the request URI were not
  451. normalized.
  452. *) Bugfix: in the "merge_slashes" directive.
  453. *) Bugfix: in the "ignore_invalid_headers" directive.
  454. Thanks to Alan Kemp.
  455. *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.
  456. Changes with nginx 1.17.4 24 Sep 2019
  457. *) Change: better detection of incorrect client behavior in HTTP/2.
  458. *) Change: in handling of not fully read client request body when
  459. returning errors in HTTP/2.
  460. *) Bugfix: the "worker_shutdown_timeout" directive might not work when
  461. using HTTP/2.
  462. *) Bugfix: a segmentation fault might occur in a worker process when
  463. using HTTP/2 and the "proxy_request_buffering" directive.
  464. *) Bugfix: the ECONNABORTED error log level was "crit" instead of
  465. "error" on Windows when using SSL.
  466. *) Bugfix: nginx ignored extra data when using chunked transfer
  467. encoding.
  468. *) Bugfix: nginx always returned the 500 error if the "return" directive
  469. was used and an error occurred during reading client request body.
  470. *) Bugfix: in memory allocation error handling.
  471. Changes with nginx 1.17.3 13 Aug 2019
  472. *) Security: when using HTTP/2 a client might cause excessive memory
  473. consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
  474. CVE-2019-9516).
  475. *) Bugfix: "zero size buf" alerts might appear in logs when using
  476. gzipping; the bug had appeared in 1.17.2.
  477. *) Bugfix: a segmentation fault might occur in a worker process if the
  478. "resolver" directive was used in SMTP proxy.
  479. Changes with nginx 1.17.2 23 Jul 2019
  480. *) Change: minimum supported zlib version is 1.2.0.4.
  481. Thanks to Ilya Leoshkevich.
  482. *) Change: the $r->internal_redirect() embedded perl method now expects
  483. escaped URIs.
  484. *) Feature: it is now possible to switch to a named location using the
  485. $r->internal_redirect() embedded perl method.
  486. *) Bugfix: in error handling in embedded perl.
  487. *) Bugfix: a segmentation fault might occur on start or during
  488. reconfiguration if hash bucket size larger than 64 kilobytes was used
  489. in the configuration.
  490. *) Bugfix: nginx might hog CPU during unbuffered proxying and when
  491. proxying WebSocket connections if the select, poll, or /dev/poll
  492. methods were used.
  493. *) Bugfix: in the ngx_http_xslt_filter_module.
  494. *) Bugfix: in the ngx_http_ssi_filter_module.
  495. Changes with nginx 1.17.1 25 Jun 2019
  496. *) Feature: the "limit_req_dry_run" directive.
  497. *) Feature: when using the "hash" directive inside the "upstream" block
  498. an empty hash key now triggers round-robin balancing.
  499. Thanks to Niklas Keller.
  500. *) Bugfix: a segmentation fault might occur in a worker process if
  501. caching was used along with the "image_filter" directive, and errors
  502. with code 415 were redirected with the "error_page" directive; the
  503. bug had appeared in 1.11.10.
  504. *) Bugfix: a segmentation fault might occur in a worker process if
  505. embedded perl was used; the bug had appeared in 1.7.3.
  506. Changes with nginx 1.17.0 21 May 2019
  507. *) Feature: variables support in the "limit_rate" and "limit_rate_after"
  508. directives.
  509. *) Feature: variables support in the "proxy_upload_rate" and
  510. "proxy_download_rate" directives in the stream module.
  511. *) Change: minimum supported OpenSSL version is 0.9.8.
  512. *) Change: now the postpone filter is always built.
  513. *) Bugfix: the "include" directive did not work inside the "if" and
  514. "limit_except" blocks.
  515. *) Bugfix: in byte ranges processing.
  516. Changes with nginx 1.15.12 16 Apr 2019
  517. *) Bugfix: a segmentation fault might occur in a worker process if
  518. variables were used in the "ssl_certificate" or "ssl_certificate_key"
  519. directives and OCSP stapling was enabled.
  520. Changes with nginx 1.15.11 09 Apr 2019
  521. *) Bugfix: in the "ssl_stapling_file" directive on Windows.
  522. Changes with nginx 1.15.10 26 Mar 2019
  523. *) Change: when using a hostname in the "listen" directive nginx now
  524. creates listening sockets for all addresses the hostname resolves to
  525. (previously, only the first address was used).
  526. *) Feature: port ranges in the "listen" directive.
  527. *) Feature: loading of SSL certificates and secret keys from variables.
  528. *) Workaround: the $ssl_server_name variable might be empty when using
  529. OpenSSL 1.1.1.
  530. *) Bugfix: nginx/Windows could not be built with Visual Studio 2015 or
  531. newer; the bug had appeared in 1.15.9.
  532. Changes with nginx 1.15.9 26 Feb 2019
  533. *) Feature: variables support in the "ssl_certificate" and
  534. "ssl_certificate_key" directives.
  535. *) Feature: the "poll" method is now available on Windows when using
  536. Windows Vista or newer.
  537. *) Bugfix: if the "select" method was used on Windows and an error
  538. occurred while establishing a backend connection, nginx waited for
  539. the connection establishment timeout to expire.
  540. *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
  541. in the stream module worked incorrectly when proxying UDP datagrams.
  542. Changes with nginx 1.15.8 25 Dec 2018
  543. *) Feature: the $upstream_bytes_sent variable.
  544. Thanks to Piotr Sikora.
  545. *) Feature: new directives in vim syntax highlighting scripts.
  546. Thanks to Gena Makhomed.
  547. *) Bugfix: in the "proxy_cache_background_update" directive.
  548. *) Bugfix: in the "geo" directive when using unix domain listen sockets.
  549. *) Workaround: the "ignoring stale global SSL error ... bad length"
  550. alerts might appear in logs when using the "ssl_early_data" directive
  551. with OpenSSL.
  552. *) Bugfix: in nginx/Windows.
  553. *) Bugfix: in the ngx_http_autoindex_module on 32-bit platforms.
  554. Changes with nginx 1.15.7 27 Nov 2018
  555. *) Feature: the "proxy_requests" directive in the stream module.
  556. *) Feature: the "delay" parameter of the "limit_req" directive.
  557. Thanks to Vladislav Shabanov and Peter Shchuchkin.
  558. *) Bugfix: memory leak on errors during reconfiguration.
  559. *) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
  560. $upstream_header_time variables.
  561. *) Bugfix: a segmentation fault might occur in a worker process if the
  562. ngx_http_mp4_module was used on 32-bit platforms.
  563. Changes with nginx 1.15.6 06 Nov 2018
  564. *) Security: when using HTTP/2 a client might cause excessive memory
  565. consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
  566. *) Security: processing of a specially crafted mp4 file with the
  567. ngx_http_mp4_module might result in worker process memory disclosure
  568. (CVE-2018-16845).
  569. *) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
  570. "grpc_socket_keepalive", "memcached_socket_keepalive",
  571. "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.
  572. *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
  573. 1.1.1, the TLS 1.3 protocol was always enabled.
  574. *) Bugfix: working with gRPC backends might result in excessive memory
  575. consumption.
  576. Changes with nginx 1.15.5 02 Oct 2018
  577. *) Bugfix: a segmentation fault might occur in a worker process when
  578. using OpenSSL 1.1.0h or newer; the bug had appeared in 1.15.4.
  579. *) Bugfix: of minor potential bugs.
  580. Changes with nginx 1.15.4 25 Sep 2018
  581. *) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
  582. *) Bugfix: in the ngx_http_uwsgi_module.
  583. Thanks to Chris Caputo.
  584. *) Bugfix: connections with some gRPC backends might not be cached when
  585. using the "keepalive" directive.
  586. *) Bugfix: a socket leak might occur when using the "error_page"
  587. directive to redirect early request processing errors, notably errors
  588. with code 400.
  589. *) Bugfix: the "return" directive did not change the response code when
  590. returning errors if the request was redirected by the "error_page"
  591. directive.
  592. *) Bugfix: standard error pages and responses of the
  593. ngx_http_autoindex_module module used the "bgcolor" attribute, and
  594. might be displayed incorrectly when using custom color settings in
  595. browsers.
  596. Thanks to Nova DasSarma.
  597. *) Change: the logging level of the "no suitable key share" and "no
  598. suitable signature algorithm" SSL errors has been lowered from "crit"
  599. to "info".
  600. Changes with nginx 1.15.3 28 Aug 2018
  601. *) Feature: now TLSv1.3 can be used with BoringSSL.
  602. *) Feature: the "ssl_early_data" directive, currently available with
  603. BoringSSL.
  604. *) Feature: the "keepalive_timeout" and "keepalive_requests" directives
  605. in the "upstream" block.
  606. *) Bugfix: the ngx_http_dav_module did not truncate destination file
  607. when copying a file over an existing one with the COPY method.
  608. *) Bugfix: the ngx_http_dav_module used zero access rights on the
  609. destination file and did not preserve file modification time when
  610. moving a file between different file systems with the MOVE method.
  611. *) Bugfix: the ngx_http_dav_module used default access rights when
  612. copying a file with the COPY method.
  613. *) Workaround: some clients might not work when using HTTP/2; the bug
  614. had appeared in 1.13.5.
  615. *) Bugfix: nginx could not be built with LibreSSL 2.8.0.
  616. Changes with nginx 1.15.2 24 Jul 2018
  617. *) Feature: the $ssl_preread_protocol variable in the
  618. ngx_stream_ssl_preread_module.
  619. *) Feature: now when using the "reset_timedout_connection" directive
  620. nginx will reset connections being closed with the 444 code.
  621. *) Change: a logging level of the "http request", "https proxy request",
  622. "unsupported protocol", and "version too low" SSL errors has been
  623. lowered from "crit" to "info".
  624. *) Bugfix: DNS requests were not resent if initial sending of a request
  625. failed.
  626. *) Bugfix: the "reuseport" parameter of the "listen" directive was
  627. ignored if the number of worker processes was specified after the
  628. "listen" directive.
  629. *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
  630. switch off "ssl_prefer_server_ciphers" in a virtual server if it was
  631. switched on in the default server.
  632. *) Bugfix: SSL session reuse with upstream servers did not work with the
  633. TLS 1.3 protocol.
  634. Changes with nginx 1.15.1 03 Jul 2018
  635. *) Feature: the "random" directive inside the "upstream" block.
  636. *) Feature: improved performance when using the "hash" and "ip_hash"
  637. directives with the "zone" directive.
  638. *) Feature: the "reuseport" parameter of the "listen" directive now uses
  639. SO_REUSEPORT_LB on FreeBSD 12.
  640. *) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
  641. proxy server in front of nginx.
  642. *) Bugfix: the "tcp_nopush" directive was always used on backend
  643. connections.
  644. *) Bugfix: sending a disk-buffered request body to a gRPC backend might
  645. fail.
  646. Changes with nginx 1.15.0 05 Jun 2018
  647. *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
  648. "listen" directive should be used instead.
  649. *) Change: now nginx detects missing SSL certificates during
  650. configuration testing when using the "ssl" parameter of the "listen"
  651. directive.
  652. *) Feature: now the stream module can handle multiple incoming UDP
  653. datagrams from a client within a single session.
  654. *) Bugfix: it was possible to specify an incorrect response code in the
  655. "proxy_cache_valid" directive.
  656. *) Bugfix: nginx could not be built by gcc 8.1.
  657. *) Bugfix: logging to syslog stopped on local IP address changes.
  658. *) Bugfix: nginx could not be built by clang with CUDA SDK installed;
  659. the bug had appeared in 1.13.8.
  660. *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear
  661. in logs during binary upgrade when using unix domain listen sockets
  662. on FreeBSD.
  663. *) Bugfix: nginx could not be built on Fedora 28 Linux.
  664. *) Bugfix: request processing rate might exceed configured rate when
  665. using the "limit_req" directive.
  666. *) Bugfix: in handling of client addresses when using unix domain listen
  667. sockets to work with datagrams on Linux.
  668. *) Bugfix: in memory allocation error handling.
  669. Changes with nginx 1.13.12 10 Apr 2018
  670. *) Bugfix: connections with gRPC backends might be closed unexpectedly
  671. when returning a large response.
  672. Changes with nginx 1.13.11 03 Apr 2018
  673. *) Feature: the "proxy_protocol" parameter of the "listen" directive now
  674. supports the PROXY protocol version 2.
  675. *) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
  676. Linux.
  677. *) Bugfix: in the "http_404", "http_500", etc. parameters of the
  678. "proxy_next_upstream" directive.
  679. Changes with nginx 1.13.10 20 Mar 2018
  680. *) Feature: the "set" parameter of the "include" SSI directive now
  681. allows writing arbitrary responses to a variable; the
  682. "subrequest_output_buffer_size" directive defines maximum response
  683. size.
  684. *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
  685. to avoid timeouts being incorrectly triggered on system time changes.
  686. *) Feature: the "escape=none" parameter of the "log_format" directive.
  687. Thanks to Johannes Baiter and Calin Don.
  688. *) Feature: the $ssl_preread_alpn_protocols variable in the
  689. ngx_stream_ssl_preread_module.
  690. *) Feature: the ngx_http_grpc_module.
  691. *) Bugfix: in memory allocation error handling in the "geo" directive.
  692. *) Bugfix: when using variables in the "auth_basic_user_file" directive
  693. a null character might appear in logs.
  694. Thanks to Vadim Filimonov.
  695. Changes with nginx 1.13.9 20 Feb 2018
  696. *) Feature: HTTP/2 server push support; the "http2_push" and
  697. "http2_push_preload" directives.
  698. *) Bugfix: "header already sent" alerts might appear in logs when using
  699. cache; the bug had appeared in 1.9.13.
  700. *) Bugfix: a segmentation fault might occur in a worker process if the
  701. "ssl_verify_client" directive was used and no SSL certificate was
  702. specified in a virtual server.
  703. *) Bugfix: in the ngx_http_v2_module.
  704. *) Bugfix: in the ngx_http_dav_module.
  705. Changes with nginx 1.13.8 26 Dec 2017
  706. *) Feature: now nginx automatically preserves the CAP_NET_RAW capability
  707. in worker processes when using the "transparent" parameter of the
  708. "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
  709. "uwsgi_bind" directives.
  710. *) Feature: improved CPU cache line size detection.
  711. Thanks to Debayan Ghosh.
  712. *) Feature: new directives in vim syntax highlighting scripts.
  713. Thanks to Gena Makhomed.
  714. *) Bugfix: binary upgrade refused to work if nginx was re-parented to a
  715. process with PID different from 1 after its parent process has
  716. finished.
  717. *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
  718. with bodies.
  719. *) Bugfix: in the "proxy_limit_rate" directive when used with the
  720. "keepalive" directive.
  721. *) Bugfix: some parts of a response might be buffered when using
  722. "proxy_buffering off" if the client connection used SSL.
  723. Thanks to Patryk Lesiewicz.
  724. *) Bugfix: in the "proxy_cache_background_update" directive.
  725. *) Bugfix: it was not possible to start a parameter with a variable in
  726. the "${name}" form with the name in curly brackets without enclosing
  727. the parameter into single or double quotes.
  728. Changes with nginx 1.13.7 21 Nov 2017
  729. *) Bugfix: in the $upstream_status variable.
  730. *) Bugfix: a segmentation fault might occur in a worker process if a
  731. backend returned a "101 Switching Protocols" response to a
  732. subrequest.
  733. *) Bugfix: a segmentation fault occurred in a master process if a shared
  734. memory zone size was changed during a reconfiguration and the
  735. reconfiguration failed.
  736. *) Bugfix: in the ngx_http_fastcgi_module.
  737. *) Bugfix: nginx returned the 500 error if parameters without variables
  738. were specified in the "xslt_stylesheet" directive.
  739. *) Workaround: "gzip filter failed to use preallocated memory" alerts
  740. appeared in logs when using a zlib library variant from Intel.
  741. *) Bugfix: the "worker_shutdown_timeout" directive did not work when
  742. using mail proxy and when proxying WebSocket connections.
  743. Changes with nginx 1.13.6 10 Oct 2017
  744. *) Bugfix: switching to the next upstream server in the stream module
  745. did not work when using the "ssl_preread" directive.
  746. *) Bugfix: in the ngx_http_v2_module.
  747. Thanks to Piotr Sikora.
  748. *) Bugfix: nginx did not support dates after the year 2038 on 32-bit
  749. platforms with 64-bit time_t.
  750. *) Bugfix: in handling of dates prior to the year 1970 and after the
  751. year 10000.
  752. *) Bugfix: in the stream module timeouts waiting for UDP datagrams from
  753. upstream servers were not logged or logged at the "info" level
  754. instead of "error".
  755. *) Bugfix: when using HTTP/2 nginx might return the 400 response without
  756. logging the reason.
  757. *) Bugfix: in processing of corrupted cache files.
  758. *) Bugfix: cache control headers were ignored when caching errors
  759. intercepted by error_page.
  760. *) Bugfix: when using HTTP/2 client request body might be corrupted.
  761. *) Bugfix: in handling of client addresses when using unix domain
  762. sockets.
  763. *) Bugfix: nginx hogged CPU when using the "hash ... consistent"
  764. directive in the upstream block if large weights were used and all or
  765. most of the servers were unavailable.
  766. Changes with nginx 1.13.5 05 Sep 2017
  767. *) Feature: the $ssl_client_escaped_cert variable.
  768. *) Bugfix: the "ssl_session_ticket_key" directive and the "include"
  769. parameter of the "geo" directive did not work on Windows.
  770. *) Bugfix: incorrect response length was returned on 32-bit platforms
  771. when requesting more than 4 gigabytes with multiple ranges.
  772. *) Bugfix: the "expires modified" directive and processing of the
  773. "If-Range" request header line did not use the response last
  774. modification time if proxying without caching was used.
  775. Changes with nginx 1.13.4 08 Aug 2017
  776. *) Feature: the ngx_http_mirror_module.
  777. *) Bugfix: client connections might be dropped during configuration
  778. testing when using the "reuseport" parameter of the "listen"
  779. directive on Linux.
  780. *) Bugfix: request body might not be available in subrequests if it was
  781. saved to a file and proxying was used.
  782. *) Bugfix: cleaning cache based on the "max_size" parameter did not work
  783. on Windows.
  784. *) Bugfix: any shared memory allocation required 4096 bytes on Windows.
  785. *) Bugfix: nginx worker might be terminated abnormally when using the
  786. "zone" directive inside the "upstream" block on Windows.
  787. Changes with nginx 1.13.3 11 Jul 2017
  788. *) Security: a specially crafted request might result in an integer
  789. overflow and incorrect processing of ranges in the range filter,
  790. potentially resulting in sensitive information leak (CVE-2017-7529).
  791. Changes with nginx 1.13.2 27 Jun 2017
  792. *) Change: nginx now returns 200 instead of 416 when a range starting
  793. with 0 is requested from an empty file.
  794. *) Feature: the "add_trailer" directive.
  795. Thanks to Piotr Sikora.
  796. *) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
  797. appeared in 1.13.0.
  798. *) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
  799. Thanks to Orgad Shaneh.
  800. *) Bugfix: a segmentation fault might occur in a worker process when
  801. using SSI with many includes and proxy_pass with variables.
  802. *) Bugfix: in the ngx_http_v2_module.
  803. Thanks to Piotr Sikora.
  804. Changes with nginx 1.13.1 30 May 2017
  805. *) Feature: now a hostname can be used as the "set_real_ip_from"
  806. directive parameter.
  807. *) Feature: vim syntax highlighting scripts improvements.
  808. *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
  809. BSD.
  810. Thanks to Sepherosa Ziehau.
  811. *) Bugfix: SSL renegotiation on backend connections did not work when
  812. using OpenSSL before 1.1.0.
  813. *) Workaround: nginx could not be built with Oracle Developer Studio
  814. 12.5.
  815. *) Workaround: now cache manager ignores long locked cache entries when
  816. cleaning cache based on the "max_size" parameter.
  817. *) Bugfix: client SSL connections were immediately closed if deferred
  818. accept and the "proxy_protocol" parameter of the "listen" directive
  819. were used.
  820. *) Bugfix: in the "proxy_cache_background_update" directive.
  821. *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
  822. option before an SSL handshake.
  823. Changes with nginx 1.13.0 25 Apr 2017
  824. *) Change: SSL renegotiation is now allowed on backend connections.
  825. *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
  826. directives of the mail proxy and stream modules.
  827. *) Feature: the "return" and "error_page" directives can now be used to
  828. return 308 redirections.
  829. Thanks to Simon Leblanc.
  830. *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
  831. *) Feature: when logging signals nginx now logs PID of the process which
  832. sent the signal.
  833. *) Bugfix: in memory allocation error handling.
  834. *) Bugfix: if a server in the stream module listened on a wildcard
  835. address, the source address of a response UDP datagram could differ
  836. from the original datagram destination address.
  837. Changes with nginx 1.11.13 04 Apr 2017
  838. *) Feature: the "http_429" parameter of the "proxy_next_upstream",
  839. "fastcgi_next_upstream", "scgi_next_upstream", and
  840. "uwsgi_next_upstream" directives.
  841. Thanks to Piotr Sikora.
  842. *) Bugfix: in memory allocation error handling.
  843. *) Bugfix: requests might hang when using the "sendfile" and
  844. "timer_resolution" directives on Linux.
  845. *) Bugfix: requests might hang when using the "sendfile" and "aio_write"
  846. directives with subrequests.
  847. *) Bugfix: in the ngx_http_v2_module.
  848. Thanks to Piotr Sikora.
  849. *) Bugfix: a segmentation fault might occur in a worker process when
  850. using HTTP/2.
  851. *) Bugfix: requests might hang when using the "limit_rate",
  852. "sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
  853. embedded perl method with subrequests.
  854. *) Bugfix: in the ngx_http_slice_module.
  855. Changes with nginx 1.11.12 24 Mar 2017
  856. *) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
  857. Changes with nginx 1.11.11 21 Mar 2017
  858. *) Feature: the "worker_shutdown_timeout" directive.
  859. *) Feature: vim syntax highlighting scripts improvements.
  860. Thanks to Wei-Ko Kao.
  861. *) Bugfix: a segmentation fault might occur in a worker process if the
  862. $limit_rate variable was set to an empty string.
  863. *) Bugfix: the "proxy_cache_background_update",
  864. "fastcgi_cache_background_update", "scgi_cache_background_update",
  865. and "uwsgi_cache_background_update" directives might work incorrectly
  866. if the "if" directive was used.
  867. *) Bugfix: a segmentation fault might occur in a worker process if
  868. number of large_client_header_buffers in a virtual server was
  869. different from the one in the default server.
  870. *) Bugfix: in the mail proxy server.
  871. Changes with nginx 1.11.10 14 Feb 2017
  872. *) Change: cache header format has been changed, previously cached
  873. responses will be invalidated.
  874. *) Feature: support of "stale-while-revalidate" and "stale-if-error"
  875. extensions in the "Cache-Control" backend response header line.
  876. *) Feature: the "proxy_cache_background_update",
  877. "fastcgi_cache_background_update", "scgi_cache_background_update",
  878. and "uwsgi_cache_background_update" directives.
  879. *) Feature: nginx is now able to cache responses with the "Vary" header
  880. line up to 128 characters long (instead of 42 characters in previous
  881. versions).
  882. *) Feature: the "build" parameter of the "server_tokens" directive.
  883. Thanks to Tom Thorogood.
  884. *) Bugfix: "[crit] SSL_write() failed" messages might appear in logs
  885. when handling requests with the "Expect: 100-continue" request header
  886. line.
  887. *) Bugfix: the ngx_http_slice_module did not work in named locations.
  888. *) Bugfix: a segmentation fault might occur in a worker process when
  889. using AIO after an "X-Accel-Redirect" redirection.
  890. *) Bugfix: reduced memory consumption for long-lived requests using
  891. gzipping.
  892. Changes with nginx 1.11.9 24 Jan 2017
  893. *) Bugfix: nginx might hog CPU when using the stream module; the bug had
  894. appeared in 1.11.5.
  895. *) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
  896. even if it was not enabled in the configuration.
  897. *) Bugfix: a segmentation fault might occur in a worker process if the
  898. "ssl_verify_client" directive of the stream module was used.
  899. *) Bugfix: the "ssl_verify_client" directive of the stream module might
  900. not work.
  901. *) Bugfix: closing keepalive connections due to no free worker
  902. connections might be too aggressive.
  903. Thanks to Joel Cunningham.
  904. *) Bugfix: an incorrect response might be returned when using the
  905. "sendfile" directive on FreeBSD and macOS; the bug had appeared in
  906. 1.7.8.
  907. *) Bugfix: a truncated response might be stored in cache when using the
  908. "aio_write" directive.
  909. *) Bugfix: a socket leak might occur when using the "aio_write"
  910. directive.
  911. Changes with nginx 1.11.8 27 Dec 2016
  912. *) Feature: the "absolute_redirect" directive.
  913. *) Feature: the "escape" parameter of the "log_format" directive.
  914. *) Feature: client SSL certificates verification in the stream module.
  915. *) Feature: the "ssl_session_ticket_key" directive supports AES256
  916. encryption of TLS session tickets when used with 80-byte keys.
  917. *) Feature: vim-commentary support in vim scripts.
  918. Thanks to Armin Grodon.
  919. *) Bugfix: recursion when evaluating variables was not limited.
  920. *) Bugfix: in the ngx_stream_ssl_preread_module.
  921. *) Bugfix: if a server in an upstream in the stream module failed, it
  922. was considered alive only when a test connection sent to it after
  923. fail_timeout was closed; now a successfully established connection is
  924. enough.
  925. *) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
  926. *) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
  927. Changes with nginx 1.11.7 13 Dec 2016
  928. *) Change: now in case of a client certificate verification error the
  929. $ssl_client_verify variable contains a string with the failure
  930. reason, for example, "FAILED:certificate has expired".
  931. *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
  932. $ssl_client_v_end, and $ssl_client_v_remain variables.
  933. *) Feature: the "volatile" parameter of the "map" directive.
  934. *) Bugfix: dependencies specified for a module were ignored while
  935. building dynamic modules.
  936. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
  937. directives client request body might be corrupted; the bug had
  938. appeared in 1.11.0.
  939. *) Bugfix: a segmentation fault might occur in a worker process when
  940. using HTTP/2; the bug had appeared in 1.11.3.
  941. *) Bugfix: in the ngx_http_mp4_module.
  942. Thanks to Congcong Hu.
  943. *) Bugfix: in the ngx_http_perl_module.
  944. Changes with nginx 1.11.6 15 Nov 2016
  945. *) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
  946. has been changed to follow RFC 2253 (RFC 4514); values in the old
  947. format are available in the $ssl_client_s_dn_legacy and
  948. $ssl_client_i_dn_legacy variables.
  949. *) Change: when storing temporary files in a cache directory they will
  950. be stored in the same subdirectories as corresponding cache files
  951. instead of a separate subdirectory for temporary files.
  952. *) Feature: EXTERNAL authentication mechanism support in mail proxy.
  953. Thanks to Robert Norris.
  954. *) Feature: WebP support in the ngx_http_image_filter_module.
  955. *) Feature: variables support in the "proxy_method" directive.
  956. Thanks to Dmitry Lazurkin.
  957. *) Feature: the "http2_max_requests" directive in the
  958. ngx_http_v2_module.
  959. *) Feature: the "proxy_cache_max_range_offset",
  960. "fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and
  961. "uwsgi_cache_max_range_offset" directives.
  962. *) Bugfix: graceful shutdown of old worker processes might require
  963. infinite time when using HTTP/2.
  964. *) Bugfix: in the ngx_http_mp4_module.
  965. *) Bugfix: "ignore long locked inactive cache entry" alerts might appear
  966. in logs when proxying WebSocket connections with caching enabled.
  967. *) Bugfix: nginx did not write anything to log and returned a response
  968. with code 502 instead of 504 when a timeout occurred during an SSL
  969. handshake to a backend.
  970. Changes with nginx 1.11.5 11 Oct 2016
  971. *) Change: the --with-ipv6 configure option was removed, now IPv6
  972. support is configured automatically.
  973. *) Change: now if there are no available servers in an upstream, nginx
  974. will not reset number of failures of all servers as it previously
  975. did, but will wait for fail_timeout to expire.
  976. *) Feature: the ngx_stream_ssl_preread_module.
  977. *) Feature: the "server" directive in the "upstream" context supports
  978. the "max_conns" parameter.
  979. *) Feature: the --with-compat configure option.
  980. *) Feature: "manager_files", "manager_threshold", and "manager_sleep"
  981. parameters of the "proxy_cache_path", "fastcgi_cache_path",
  982. "scgi_cache_path", and "uwsgi_cache_path" directives.
  983. *) Bugfix: flags passed by the --with-ld-opt configure option were not
  984. used while building perl module.
  985. *) Bugfix: in the "add_after_body" directive when used with the
  986. "sub_filter" directive.
  987. *) Bugfix: in the $realip_remote_addr variable.
  988. *) Bugfix: the "dav_access", "proxy_store_access",
  989. "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access"
  990. directives ignored permissions specified for user.
  991. *) Bugfix: unix domain listen sockets might not be inherited during
  992. binary upgrade on Linux.
  993. *) Bugfix: nginx returned the 400 response on requests with the "-"
  994. character in the HTTP method.
  995. Changes with nginx 1.11.4 13 Sep 2016
  996. *) Feature: the $upstream_bytes_received variable.
  997. *) Feature: the $bytes_received, $session_time, $protocol, $status,
  998. $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
  999. $upstream_connect_time, $upstream_first_byte_time, and
  1000. $upstream_session_time variables in the stream module.
  1001. *) Feature: the ngx_stream_log_module.
  1002. *) Feature: the "proxy_protocol" parameter of the "listen" directive,
  1003. the $proxy_protocol_addr and $proxy_protocol_port variables in the
  1004. stream module.
  1005. *) Feature: the ngx_stream_realip_module.
  1006. *) Bugfix: nginx could not be built with the stream module and the
  1007. ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
  1008. appeared in 1.11.3.
  1009. *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
  1010. bug had appeared in 1.11.2.
  1011. *) Bugfix: in the "ranges" parameter of the "geo" directive.
  1012. *) Bugfix: an incorrect response might be returned when using the "aio
  1013. threads" and "sendfile" directives; the bug had appeared in 1.9.13.
  1014. Changes with nginx 1.11.3 26 Jul 2016
  1015. *) Change: now the "accept_mutex" directive is turned off by default.
  1016. *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
  1017. *) Feature: the ngx_stream_geo_module.
  1018. *) Feature: the ngx_stream_geoip_module.
  1019. *) Feature: the ngx_stream_split_clients_module.
  1020. *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
  1021. directives in the stream module.
  1022. *) Bugfix: socket leak when using HTTP/2.
  1023. *) Bugfix: in configure tests.
  1024. Thanks to Piotr Sikora.
  1025. Changes with nginx 1.11.2 05 Jul 2016
  1026. *) Change: now nginx always uses internal MD5 and SHA1 implementations;
  1027. the --with-md5 and --with-sha1 configure options were canceled.
  1028. *) Feature: variables support in the stream module.
  1029. *) Feature: the ngx_stream_map_module.
  1030. *) Feature: the ngx_stream_return_module.
  1031. *) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
  1032. "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
  1033. *) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
  1034. when available.
  1035. *) Bugfix: a segmentation fault might occur in a worker process when
  1036. using HTTP/2 and the "proxy_request_buffering" directive.
  1037. *) Bugfix: the "Content-Length" request header line was always added to
  1038. requests passed to backends, including requests without body, when
  1039. using HTTP/2.
  1040. *) Bugfix: "http request count is zero" alerts might appear in logs when
  1041. using HTTP/2.
  1042. *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
  1043. directive; the issue had appeared in 1.9.4.
  1044. Changes with nginx 1.11.1 31 May 2016
  1045. *) Security: a segmentation fault might occur in a worker process while
  1046. writing a specially crafted request body to a temporary file
  1047. (CVE-2016-4450); the bug had appeared in 1.3.9.
  1048. Changes with nginx 1.11.0 24 May 2016
  1049. *) Feature: the "transparent" parameter of the "proxy_bind",
  1050. "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind"
  1051. directives.
  1052. *) Feature: the $request_id variable.
  1053. *) Feature: the "map" directive supports combinations of multiple
  1054. variables as resulting values.
  1055. *) Feature: now nginx checks if EPOLLRDHUP events are supported by
  1056. kernel, and optimizes connection handling accordingly if the "epoll"
  1057. method is used.
  1058. *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives
  1059. can be specified multiple times to load certificates of different
  1060. types (for example, RSA and ECDSA).
  1061. *) Feature: the "ssl_ecdh_curve" directive now allows specifying a list
  1062. of curves when using OpenSSL 1.0.2 or newer; by default a list built
  1063. into OpenSSL is used.
  1064. *) Change: to use DHE ciphers it is now required to specify parameters
  1065. using the "ssl_dhparam" directive.
  1066. *) Feature: the $proxy_protocol_port variable.
  1067. *) Feature: the $realip_remote_port variable in the
  1068. ngx_http_realip_module.
  1069. *) Feature: the ngx_http_realip_module is now able to set the client
  1070. port in addition to the address.
  1071. *) Change: the "421 Misdirected Request" response now used when
  1072. rejecting requests to a virtual server different from one negotiated
  1073. during an SSL handshake; this improves interoperability with some
  1074. HTTP/2 clients when using client certificates.
  1075. *) Change: HTTP/2 clients can now start sending request body
  1076. immediately; the "http2_body_preread_size" directive controls size of
  1077. the buffer used before nginx will start reading client request body.
  1078. *) Bugfix: cached error responses were not updated when using the
  1079. "proxy_cache_bypass" directive.
  1080. Changes with nginx 1.9.15 19 Apr 2016
  1081. *) Bugfix: "recv() failed" errors might occur when using HHVM as a
  1082. FastCGI server.
  1083. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
  1084. directives a timeout or a "client violated flow control" error might
  1085. occur while reading client request body; the bug had appeared in
  1086. 1.9.14.
  1087. *) Workaround: a response might not be shown by some browsers if HTTP/2
  1088. was used and client request body was not fully read; the bug had
  1089. appeared in 1.9.14.
  1090. *) Bugfix: connections might hang when using the "aio threads"
  1091. directive.
  1092. Thanks to Mindaugas Rasiukevicius.
  1093. Changes with nginx 1.9.14 05 Apr 2016
  1094. *) Feature: OpenSSL 1.1.0 compatibility.
  1095. *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
  1096. "scgi_request_buffering", and "uwsgi_request_buffering" directives
  1097. now work with HTTP/2.
  1098. *) Bugfix: "zero size buf in output" alerts might appear in logs when
  1099. using HTTP/2.
  1100. *) Bugfix: the "client_max_body_size" directive might work incorrectly
  1101. when using HTTP/2.
  1102. *) Bugfix: of minor bugs in logging.
  1103. Changes with nginx 1.9.13 29 Mar 2016
  1104. *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
  1105. passed to the next server by default if a request has been sent to a
  1106. backend; the "non_idempotent" parameter of the "proxy_next_upstream"
  1107. directive explicitly allows retrying such requests.
  1108. *) Feature: the ngx_http_perl_module can be built dynamically.
  1109. *) Feature: UDP support in the stream module.
  1110. *) Feature: the "aio_write" directive.
  1111. *) Feature: now cache manager monitors number of elements in caches and
  1112. tries to avoid cache keys zone overflows.
  1113. *) Bugfix: "task already active" and "second aio post" alerts might
  1114. appear in logs when using the "sendfile" and "aio" directives with
  1115. subrequests.
  1116. *) Bugfix: "zero size buf in output" alerts might appear in logs if
  1117. caching was used and a client closed a connection prematurely.
  1118. *) Bugfix: connections with clients might be closed needlessly if
  1119. caching was used.
  1120. Thanks to Justin Li.
  1121. *) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
  1122. Linux or Solaris and a file being sent was changed during sending.
  1123. *) Bugfix: connections might hang when using the "sendfile" and "aio
  1124. threads" directives.
  1125. *) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
  1126. "uwsgi_pass" directives when using variables.
  1127. Thanks to Piotr Sikora.
  1128. *) Bugfix: in the ngx_http_sub_filter_module.
  1129. *) Bugfix: if an error occurred in a cached backend connection, the
  1130. request was passed to the next server regardless of the
  1131. proxy_next_upstream directive.
  1132. *) Bugfix: "CreateFile() failed" errors when creating temporary files on
  1133. Windows.
  1134. Changes with nginx 1.9.12 24 Feb 2016
  1135. *) Feature: Huffman encoding of response headers in HTTP/2.
  1136. Thanks to Vlad Krasnov.
  1137. *) Feature: the "worker_cpu_affinity" directive now supports more than
  1138. 64 CPUs.
  1139. *) Bugfix: compatibility with 3rd party C++ modules; the bug had
  1140. appeared in 1.9.11.
  1141. Thanks to Piotr Sikora.
  1142. *) Bugfix: nginx could not be built statically with OpenSSL on Linux;
  1143. the bug had appeared in 1.9.11.
  1144. *) Bugfix: the "add_header ... always" directive with an empty value did
  1145. not delete "Last-Modified" and "ETag" header lines from error
  1146. responses.
  1147. *) Workaround: "called a function you should not call" and "shutdown
  1148. while in init" messages might appear in logs when using OpenSSL
  1149. 1.0.2f.
  1150. *) Bugfix: invalid headers might be logged incorrectly.
  1151. *) Bugfix: socket leak when using HTTP/2.
  1152. *) Bugfix: in the ngx_http_v2_module.
  1153. Changes with nginx 1.9.11 09 Feb 2016
  1154. *) Feature: TCP support in resolver.
  1155. *) Feature: dynamic modules.
  1156. *) Bugfix: the $request_length variable did not include size of request
  1157. headers when using HTTP/2.
  1158. *) Bugfix: in the ngx_http_v2_module.
  1159. Changes with nginx 1.9.10 26 Jan 2016
  1160. *) Security: invalid pointer dereference might occur during DNS server
  1161. response processing if the "resolver" directive was used, allowing an
  1162. attacker who is able to forge UDP packets from the DNS server to
  1163. cause segmentation fault in a worker process (CVE-2016-0742).
  1164. *) Security: use-after-free condition might occur during CNAME response
  1165. processing if the "resolver" directive was used, allowing an attacker
  1166. who is able to trigger name resolution to cause segmentation fault in
  1167. a worker process, or might have potential other impact
  1168. (CVE-2016-0746).
  1169. *) Security: CNAME resolution was insufficiently limited if the
  1170. "resolver" directive was used, allowing an attacker who is able to
  1171. trigger arbitrary name resolution to cause excessive resource
  1172. consumption in worker processes (CVE-2016-0747).
  1173. *) Feature: the "auto" parameter of the "worker_cpu_affinity" directive.
  1174. *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
  1175. not work with IPv6 listen sockets.
  1176. *) Bugfix: connections to upstream servers might be cached incorrectly
  1177. when using the "keepalive" directive.
  1178. *) Bugfix: proxying used the HTTP method of the original request after
  1179. an "X-Accel-Redirect" redirection.
  1180. Changes with nginx 1.9.9 09 Dec 2015
  1181. *) Bugfix: proxying to unix domain sockets did not work when using
  1182. variables; the bug had appeared in 1.9.8.
  1183. Changes with nginx 1.9.8 08 Dec 2015
  1184. *) Feature: pwritev() support.
  1185. *) Feature: the "include" directive inside the "upstream" block.
  1186. *) Feature: the ngx_http_slice_module.
  1187. *) Bugfix: a segmentation fault might occur in a worker process when
  1188. using LibreSSL; the bug had appeared in 1.9.6.
  1189. *) Bugfix: nginx could not be built on OS X in some cases.
  1190. Changes with nginx 1.9.7 17 Nov 2015
  1191. *) Feature: the "nohostname" parameter of logging to syslog.
  1192. *) Feature: the "proxy_cache_convert_head" directive.
  1193. *) Feature: the $realip_remote_addr variable in the
  1194. ngx_http_realip_module.
  1195. *) Bugfix: the "expires" directive might not work when using variables.
  1196. *) Bugfix: a segmentation fault might occur in a worker process when
  1197. using HTTP/2; the bug had appeared in 1.9.6.
  1198. *) Bugfix: if nginx was built with the ngx_http_v2_module it was
  1199. possible to use the HTTP/2 protocol even if the "http2" parameter of
  1200. the "listen" directive was not specified.
  1201. *) Bugfix: in the ngx_http_v2_module.
  1202. Changes with nginx 1.9.6 27 Oct 2015
  1203. *) Bugfix: a segmentation fault might occur in a worker process when
  1204. using HTTP/2.
  1205. Thanks to Piotr Sikora and Denis Andzakovic.
  1206. *) Bugfix: the $server_protocol variable was empty when using HTTP/2.
  1207. *) Bugfix: backend SSL connections in the stream module might be timed
  1208. out unexpectedly.
  1209. *) Bugfix: a segmentation fault might occur in a worker process if
  1210. different ssl_session_cache settings were used in different virtual
  1211. servers.
  1212. *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
  1213. appeared in 1.9.4.
  1214. Thanks to Kouhei Sutou.
  1215. *) Bugfix: time was not updated when the timer_resolution directive was
  1216. used on Windows.
  1217. *) Miscellaneous minor fixes and improvements.
  1218. Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
  1219. Changes with nginx 1.9.5 22 Sep 2015
  1220. *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
  1221. Thanks to Dropbox and Automattic for sponsoring this work.
  1222. *) Change: now the "output_buffers" directive uses two buffers by
  1223. default.
  1224. *) Change: now nginx limits subrequests recursion, not simultaneous
  1225. subrequests.
  1226. *) Change: now nginx checks the whole cache key when returning a
  1227. response from cache.
  1228. Thanks to Gena Makhomed and Sergey Brester.
  1229. *) Bugfix: "header already sent" alerts might appear in logs when using
  1230. cache; the bug had appeared in 1.7.5.
  1231. *) Bugfix: "writev() failed (4: Interrupted system call)" errors might
  1232. appear in logs when using CephFS and the "timer_resolution" directive
  1233. on Linux.
  1234. *) Bugfix: in invalid configurations handling.
  1235. Thanks to Markus Linnala.
  1236. *) Bugfix: a segmentation fault occurred in a worker process if the
  1237. "sub_filter" directive was used at http level; the bug had appeared
  1238. in 1.9.4.
  1239. Changes with nginx 1.9.4 18 Aug 2015
  1240. *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
  1241. directives of the stream module are replaced with the
  1242. "proxy_buffer_size" directive.
  1243. *) Feature: the "tcp_nodelay" directive in the stream module.
  1244. *) Feature: multiple "sub_filter" directives can be used simultaneously.
  1245. *) Feature: variables support in the search string of the "sub_filter"
  1246. directive.
  1247. *) Workaround: configuration testing might fail under Linux OpenVZ.
  1248. Thanks to Gena Makhomed.
  1249. *) Bugfix: old worker processes might hog CPU after reconfiguration with
  1250. a large number of worker_connections.
  1251. *) Bugfix: a segmentation fault might occur in a worker process if the
  1252. "try_files" and "alias" directives were used inside a location given
  1253. by a regular expression; the bug had appeared in 1.7.1.
  1254. *) Bugfix: the "try_files" directive inside a nested location given by a
  1255. regular expression worked incorrectly if the "alias" directive was
  1256. used in the outer location.
  1257. *) Bugfix: in hash table initialization error handling.
  1258. *) Bugfix: nginx could not be built with Visual Studio 2015.
  1259. Changes with nginx 1.9.3 14 Jul 2015
  1260. *) Change: duplicate "http", "mail", and "stream" blocks are now
  1261. disallowed.
  1262. *) Feature: connection limiting in the stream module.
  1263. *) Feature: data rate limiting in the stream module.
  1264. *) Bugfix: the "zone" directive inside the "upstream" block did not work
  1265. on Windows.
  1266. *) Bugfix: compatibility with LibreSSL in the stream module.
  1267. Thanks to Piotr Sikora.
  1268. *) Bugfix: in the "--builddir" configure parameter.
  1269. Thanks to Piotr Sikora.
  1270. *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
  1271. appeared in 1.9.2.
  1272. Thanks to Faidon Liambotis and Brandon Black.
  1273. *) Bugfix: a segmentation fault might occur in a worker process if the
  1274. "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
  1275. Thanks to Matthew Baldwin.
  1276. Changes with nginx 1.9.2 16 Jun 2015
  1277. *) Feature: the "backlog" parameter of the "listen" directives of the
  1278. mail proxy and stream modules.
  1279. *) Feature: the "allow" and "deny" directives in the stream module.
  1280. *) Feature: the "proxy_bind" directive in the stream module.
  1281. *) Feature: the "proxy_protocol" directive in the stream module.
  1282. *) Feature: the -T switch.
  1283. *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
  1284. fastcgi_params, scgi_params, and uwsgi_params standard configuration
  1285. files.
  1286. *) Bugfix: the "reuseport" parameter of the "listen" directive of the
  1287. stream module did not work.
  1288. *) Bugfix: OCSP stapling might return an expired OCSP response in some
  1289. cases.
  1290. Changes with nginx 1.9.1 26 May 2015
  1291. *) Change: now SSLv3 protocol is disabled by default.
  1292. *) Change: some long deprecated directives are not supported anymore.
  1293. *) Feature: the "reuseport" parameter of the "listen" directive.
  1294. Thanks to Yingqi Lu at Intel and Sepherosa Ziehau.
  1295. *) Feature: the $upstream_connect_time variable.
  1296. *) Bugfix: in the "hash" directive on big-endian platforms.
  1297. *) Bugfix: nginx might fail to start on some old Linux variants; the bug
  1298. had appeared in 1.7.11.
  1299. *) Bugfix: in IP address parsing.
  1300. Thanks to Sergey Polovko.
  1301. Changes with nginx 1.9.0 28 Apr 2015
  1302. *) Change: obsolete aio and rtsig event methods have been removed.
  1303. *) Feature: the "zone" directive inside the "upstream" block.
  1304. *) Feature: the stream module.
  1305. *) Feature: byte ranges support in the ngx_http_memcached_module.
  1306. Thanks to Martin Mlynář.
  1307. *) Feature: shared memory can now be used on Windows versions with
  1308. address space layout randomization.
  1309. Thanks to Sergey Brester.
  1310. *) Feature: the "error_log" directive can now be used on mail and server
  1311. levels in mail proxy.
  1312. *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
  1313. not work if not specified in the first "listen" directive for a
  1314. listen socket.
  1315. Changes with nginx 1.7.12 07 Apr 2015
  1316. *) Feature: now the "tcp_nodelay" directive works with backend SSL
  1317. connections.
  1318. *) Feature: now thread pools can be used to read cache file headers.
  1319. *) Bugfix: in the "proxy_request_buffering" directive.
  1320. *) Bugfix: a segmentation fault might occur in a worker process when
  1321. using thread pools on Linux.
  1322. *) Bugfix: in error handling when using the "ssl_stapling" directive.
  1323. Thanks to Filipe da Silva.
  1324. *) Bugfix: in the ngx_http_spdy_module.
  1325. Changes with nginx 1.7.11 24 Mar 2015
  1326. *) Change: the "sendfile" parameter of the "aio" directive is
  1327. deprecated; now nginx automatically uses AIO to pre-load data for
  1328. sendfile if both "aio" and "sendfile" directives are used.
  1329. *) Feature: experimental thread pools support.
  1330. *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
  1331. "scgi_request_buffering", and "uwsgi_request_buffering" directives.
  1332. *) Feature: request body filters experimental API.
  1333. *) Feature: client SSL certificates support in mail proxy.
  1334. Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.
  1335. *) Feature: startup speedup when using the "hash ... consistent"
  1336. directive in the upstream block.
  1337. Thanks to Wai Keen Woon.
  1338. *) Feature: debug logging into a cyclic memory buffer.
  1339. *) Bugfix: in hash table handling.
  1340. Thanks to Chris West.
  1341. *) Bugfix: in the "proxy_cache_revalidate" directive.
  1342. *) Bugfix: SSL connections might hang if deferred accept or the
  1343. "proxy_protocol" parameter of the "listen" directive were used.
  1344. Thanks to James Hamlin.
  1345. *) Bugfix: the $upstream_response_time variable might contain a wrong
  1346. value if the "image_filter" directive was used.
  1347. *) Bugfix: in integer overflow handling.
  1348. Thanks to Régis Leroy.
  1349. *) Bugfix: it was not possible to enable SSLv3 with LibreSSL.
  1350. *) Bugfix: the "ignoring stale global SSL error ... called a function
  1351. you should not call" alerts appeared in logs when using LibreSSL.
  1352. *) Bugfix: certificates specified by the "ssl_client_certificate" and
  1353. "ssl_trusted_certificate" directives were inadvertently used to
  1354. automatically construct certificate chains.
  1355. Changes with nginx 1.7.10 10 Feb 2015
  1356. *) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
  1357. "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
  1358. directives.
  1359. *) Feature: the $upstream_header_time variable.
  1360. *) Workaround: now on disk overflow nginx tries to write error logs once
  1361. a second only.
  1362. *) Bugfix: the "try_files" directive did not ignore normal files while
  1363. testing directories.
  1364. Thanks to Damien Tournoud.
  1365. *) Bugfix: alerts "sendfile() failed" if the "sendfile" directive was
  1366. used on OS X; the bug had appeared in 1.7.8.
  1367. *) Bugfix: alerts "sem_post() failed" might appear in logs.
  1368. *) Bugfix: nginx could not be built with musl libc.
  1369. Thanks to James Taylor.
  1370. *) Bugfix: nginx could not be built on Tru64 UNIX.
  1371. Thanks to Goetz T. Fischer.
  1372. Changes with nginx 1.7.9 23 Dec 2014
  1373. *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
  1374. "scgi_cache", and "uwsgi_cache" directives.
  1375. *) Feature: variables support in the "expires" directive.
  1376. *) Feature: loading of secret keys from hardware tokens with OpenSSL
  1377. engines.
  1378. Thanks to Dmitrii Pichulin.
  1379. *) Feature: the "autoindex_format" directive.
  1380. *) Bugfix: cache revalidation is now only used for responses with 200
  1381. and 206 status codes.
  1382. Thanks to Piotr Sikora.
  1383. *) Bugfix: the "TE" client request header line was passed to backends
  1384. while proxying.
  1385. *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
  1386. "uwsgi_pass" directives might not work correctly inside the "if" and
  1387. "limit_except" blocks.
  1388. *) Bugfix: the "proxy_store" directive with the "on" parameter was
  1389. ignored if the "proxy_store" directive with an explicitly specified
  1390. file path was used on a previous level.
  1391. *) Bugfix: nginx could not be built with BoringSSL.
  1392. Thanks to Lukas Tribus.
  1393. Changes with nginx 1.7.8 02 Dec 2014
  1394. *) Change: now the "If-Modified-Since", "If-Range", etc. client request
  1395. header lines are passed to a backend while caching if nginx knows in
  1396. advance that the response will not be cached (e.g., when using
  1397. proxy_cache_min_uses).
  1398. *) Change: now after proxy_cache_lock_timeout nginx sends a request to a
  1399. backend with caching disabled; the new directives
  1400. "proxy_cache_lock_age", "fastcgi_cache_lock_age",
  1401. "scgi_cache_lock_age", and "uwsgi_cache_lock_age" specify a time
  1402. after which the lock will be released and another attempt to cache a
  1403. response will be made.
  1404. *) Change: the "log_format" directive can now be used only at http
  1405. level.
  1406. *) Feature: the "proxy_ssl_certificate", "proxy_ssl_certificate_key",
  1407. "proxy_ssl_password_file", "uwsgi_ssl_certificate",
  1408. "uwsgi_ssl_certificate_key", and "uwsgi_ssl_password_file"
  1409. directives.
  1410. Thanks to Piotr Sikora.
  1411. *) Feature: it is now possible to switch to a named location using
  1412. "X-Accel-Redirect".
  1413. Thanks to Toshikuni Fukaya.
  1414. *) Feature: now the "tcp_nodelay" directive works with SPDY connections.
  1415. *) Feature: new directives in vim syntax highliting scripts.
  1416. Thanks to Peter Wu.
  1417. *) Bugfix: nginx ignored the "s-maxage" value in the "Cache-Control"
  1418. backend response header line.
  1419. Thanks to Piotr Sikora.
  1420. *) Bugfix: in the ngx_http_spdy_module.
  1421. Thanks to Piotr Sikora.
  1422. *) Bugfix: in the "ssl_password_file" directive when using OpenSSL
  1423. 0.9.8zc, 1.0.0o, 1.0.1j.
  1424. *) Bugfix: alerts "header already sent" appeared in logs if the
  1425. "post_action" directive was used; the bug had appeared in 1.5.4.
  1426. *) Bugfix: alerts "the http output chain is empty" might appear in logs
  1427. if the "postpone_output 0" directive was used with SSI includes.
  1428. *) Bugfix: in the "proxy_cache_lock" directive with SSI subrequests.
  1429. Thanks to Yichun Zhang.
  1430. Changes with nginx 1.7.7 28 Oct 2014
  1431. *) Change: now nginx takes into account the "Vary" header line in a
  1432. backend response while caching.
  1433. *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
  1434. "scgi_force_ranges", and "uwsgi_force_ranges" directives.
  1435. *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
  1436. "scgi_limit_rate", and "uwsgi_limit_rate" directives.
  1437. *) Feature: the "Vary" parameter of the "proxy_ignore_headers",
  1438. "fastcgi_ignore_headers", "scgi_ignore_headers", and
  1439. "uwsgi_ignore_headers" directives.
  1440. *) Bugfix: the last part of a response received from a backend with
  1441. unbufferred proxy might not be sent to a client if "gzip" or "gunzip"
  1442. directives were used.
  1443. *) Bugfix: in the "proxy_cache_revalidate" directive.
  1444. Thanks to Piotr Sikora.
  1445. *) Bugfix: in error handling.
  1446. Thanks to Yichun Zhang and Daniil Bondarev.
  1447. *) Bugfix: in the "proxy_next_upstream_tries" and
  1448. "proxy_next_upstream_timeout" directives.
  1449. Thanks to Feng Gu.
  1450. *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.
  1451. Thanks to Kouhei Sutou.
  1452. Changes with nginx 1.7.6 30 Sep 2014
  1453. *) Change: the deprecated "limit_zone" directive is not supported
  1454. anymore.
  1455. *) Feature: the "limit_conn_zone" and "limit_req_zone" directives now
  1456. can be used with combinations of multiple variables.
  1457. *) Bugfix: request body might be transmitted incorrectly when retrying a
  1458. FastCGI request to the next upstream server.
  1459. *) Bugfix: in logging to syslog.
  1460. Changes with nginx 1.7.5 16 Sep 2014
  1461. *) Security: it was possible to reuse SSL sessions in unrelated contexts
  1462. if a shared SSL session cache or the same TLS session ticket key was
  1463. used for multiple "server" blocks (CVE-2014-3616).
  1464. Thanks to Antoine Delignat-Lavaud.
  1465. *) Change: now the "stub_status" directive does not require a parameter.
  1466. *) Feature: the "always" parameter of the "add_header" directive.
  1467. *) Feature: the "proxy_next_upstream_tries",
  1468. "proxy_next_upstream_timeout", "fastcgi_next_upstream_tries",
  1469. "fastcgi_next_upstream_timeout", "memcached_next_upstream_tries",
  1470. "memcached_next_upstream_timeout", "scgi_next_upstream_tries",
  1471. "scgi_next_upstream_timeout", "uwsgi_next_upstream_tries", and
  1472. "uwsgi_next_upstream_timeout" directives.
  1473. *) Bugfix: in the "if" parameter of the "access_log" directive.
  1474. *) Bugfix: in the ngx_http_perl_module.
  1475. Thanks to Piotr Sikora.
  1476. *) Bugfix: the "listen" directive of the mail proxy module did not allow
  1477. to specify more than two parameters.
  1478. *) Bugfix: the "sub_filter" directive did not work with a string to
  1479. replace consisting of a single character.
  1480. *) Bugfix: requests might hang if resolver was used and a timeout
  1481. occurred during a DNS request.
  1482. *) Bugfix: in the ngx_http_spdy_module when using with AIO.
  1483. *) Bugfix: a segmentation fault might occur in a worker process if the
  1484. "set" directive was used to change the "$http_...", "$sent_http_...",
  1485. or "$upstream_http_..." variables.
  1486. *) Bugfix: in memory allocation error handling.
  1487. Thanks to Markus Linnala and Feng Gu.
  1488. Changes with nginx 1.7.4 05 Aug 2014
  1489. *) Security: pipelined commands were not discarded after STARTTLS
  1490. command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
  1491. Thanks to Chris Boulton.
  1492. *) Change: URI escaping now uses uppercase hexadecimal digits.
  1493. Thanks to Piotr Sikora.
  1494. *) Feature: now nginx can be build with BoringSSL and LibreSSL.
  1495. Thanks to Piotr Sikora.
  1496. *) Bugfix: requests might hang if resolver was used and a DNS server
  1497. returned a malformed response; the bug had appeared in 1.5.8.
  1498. *) Bugfix: in the ngx_http_spdy_module.
  1499. Thanks to Piotr Sikora.
  1500. *) Bugfix: the $uri variable might contain garbage when returning errors
  1501. with code 400.
  1502. Thanks to Sergey Bobrov.
  1503. *) Bugfix: in error handling in the "proxy_store" directive and the
  1504. ngx_http_dav_module.
  1505. Thanks to Feng Gu.
  1506. *) Bugfix: a segmentation fault might occur if logging of errors to
  1507. syslog was used; the bug had appeared in 1.7.1.
  1508. *) Bugfix: the $geoip_latitude, $geoip_longitude, $geoip_dma_code, and
  1509. $geoip_area_code variables might not work.
  1510. Thanks to Yichun Zhang.
  1511. *) Bugfix: in memory allocation error handling.
  1512. Thanks to Tatsuhiko Kubo and Piotr Sikora.
  1513. Changes with nginx 1.7.3 08 Jul 2014
  1514. *) Feature: weak entity tags are now preserved on response
  1515. modifications, and strong ones are changed to weak.
  1516. *) Feature: cache revalidation now uses If-None-Match header if
  1517. possible.
  1518. *) Feature: the "ssl_password_file" directive.
  1519. *) Bugfix: the If-None-Match request header line was ignored if there
  1520. was no Last-Modified header in a response returned from cache.
  1521. *) Bugfix: "peer closed connection in SSL handshake" messages were
  1522. logged at "info" level instead of "error" while connecting to
  1523. backends.
  1524. *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.
  1525. *) Bugfix: SPDY connections might be closed prematurely if caching was
  1526. used.
  1527. Changes with nginx 1.7.2 17 Jun 2014
  1528. *) Feature: the "hash" directive inside the "upstream" block.
  1529. *) Feature: defragmentation of free shared memory blocks.
  1530. Thanks to Wandenberg Peixoto and Yichun Zhang.
  1531. *) Bugfix: a segmentation fault might occur in a worker process if the
  1532. default value of the "access_log" directive was used; the bug had
  1533. appeared in 1.7.0.
  1534. Thanks to Piotr Sikora.
  1535. *) Bugfix: trailing slash was mistakenly removed from the last parameter
  1536. of the "try_files" directive.
  1537. *) Bugfix: nginx could not be built on OS X in some cases.
  1538. *) Bugfix: in the ngx_http_spdy_module.
  1539. Changes with nginx 1.7.1 27 May 2014
  1540. *) Feature: the "$upstream_cookie_..." variables.
  1541. *) Feature: the $ssl_client_fingerprint variable.
  1542. *) Feature: the "error_log" and "access_log" directives now support
  1543. logging to syslog.
  1544. *) Feature: the mail proxy now logs client port on connect.
  1545. *) Bugfix: memory leak if the "ssl_stapling" directive was used.
  1546. Thanks to Filipe da Silva.
  1547. *) Bugfix: the "alias" directive used inside a location given by a
  1548. regular expression worked incorrectly if the "if" or "limit_except"
  1549. directives were used.
  1550. *) Bugfix: the "charset" directive did not set a charset to encoded
  1551. backend responses.
  1552. *) Bugfix: a "proxy_pass" directive without URI part might use original
  1553. request after the $args variable was set.
  1554. Thanks to Yichun Zhang.
  1555. *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
  1556. had appeared in 1.5.6.
  1557. Thanks to Svyatoslav Nikolsky.
  1558. *) Bugfix: if sub_filter and SSI were used together, then responses
  1559. might be transferred incorrectly.
  1560. *) Bugfix: nginx could not be built with the --with-file-aio option on
  1561. Linux/aarch64.
  1562. Changes with nginx 1.7.0 24 Apr 2014
  1563. *) Feature: backend SSL certificate verification.
  1564. *) Feature: support for SNI while working with SSL backends.
  1565. *) Feature: the $ssl_server_name variable.
  1566. *) Feature: the "if" parameter of the "access_log" directive.
  1567. Changes with nginx 1.5.13 08 Apr 2014
  1568. *) Change: improved hash table handling; the default values of the
  1569. "variables_hash_max_size" and "types_hash_bucket_size" were changed
  1570. to 1024 and 64 respectively.
  1571. *) Feature: the ngx_http_mp4_module now supports the "end" argument.
  1572. *) Feature: byte ranges support in the ngx_http_mp4_module and while
  1573. saving responses to cache.
  1574. *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
  1575. when using shared memory in the "ssl_session_cache" directive and in
  1576. the ngx_http_limit_req_module.
  1577. *) Bugfix: the "underscores_in_headers" directive did not allow
  1578. underscore as a first character of a header.
  1579. Thanks to Piotr Sikora.
  1580. *) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
  1581. *) Bugfix: nginx/Windows terminated abnormally if the
  1582. "ssl_session_cache" directive was used with the "shared" parameter.
  1583. *) Bugfix: in the ngx_http_spdy_module.
  1584. Changes with nginx 1.5.12 18 Mar 2014
  1585. *) Security: a heap memory buffer overflow might occur in a worker
  1586. process while handling a specially crafted request by
  1587. ngx_http_spdy_module, potentially resulting in arbitrary code
  1588. execution (CVE-2014-0133).
  1589. Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
  1590. Manuel Sadosky, Buenos Aires, Argentina.
  1591. *) Feature: the "proxy_protocol" parameters of the "listen" and
  1592. "real_ip_header" directives, the $proxy_protocol_addr variable.
  1593. *) Bugfix: in the "fastcgi_next_upstream" directive.
  1594. Thanks to Lucas Molas.
  1595. Changes with nginx 1.5.11 04 Mar 2014
  1596. *) Security: memory corruption might occur in a worker process on 32-bit
  1597. platforms while handling a specially crafted request by
  1598. ngx_http_spdy_module, potentially resulting in arbitrary code
  1599. execution (CVE-2014-0088); the bug had appeared in 1.5.10.
  1600. Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
  1601. Manuel Sadosky, Buenos Aires, Argentina.
  1602. *) Feature: the $ssl_session_reused variable.
  1603. *) Bugfix: the "client_max_body_size" directive might not work when
  1604. reading a request body using chunked transfer encoding; the bug had
  1605. appeared in 1.3.9.
  1606. Thanks to Lucas Molas.
  1607. *) Bugfix: a segmentation fault might occur in a worker process when
  1608. proxying WebSocket connections.
  1609. *) Bugfix: a segmentation fault might occur in a worker process if the
  1610. ngx_http_spdy_module was used on 32-bit platforms; the bug had
  1611. appeared in 1.5.10.
  1612. *) Bugfix: the $upstream_status variable might contain wrong data if the
  1613. "proxy_cache_use_stale" or "proxy_cache_revalidate" directives were
  1614. used.
  1615. Thanks to Piotr Sikora.
  1616. *) Bugfix: a segmentation fault might occur in a worker process if
  1617. errors with code 400 were redirected to a named location using the
  1618. "error_page" directive.
  1619. *) Bugfix: nginx/Windows could not be built with Visual Studio 2013.
  1620. Changes with nginx 1.5.10 04 Feb 2014
  1621. *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
  1622. Thanks to Automattic and MaxCDN for sponsoring this work.
  1623. *) Feature: the ngx_http_mp4_module now skips tracks too short for a
  1624. seek requested.
  1625. *) Bugfix: a segmentation fault might occur in a worker process if the
  1626. $ssl_session_id variable was used in logs; the bug had appeared in
  1627. 1.5.9.
  1628. *) Bugfix: the $date_local and $date_gmt variables used wrong format
  1629. outside of the ngx_http_ssi_filter_module.
  1630. *) Bugfix: client connections might be immediately closed if deferred
  1631. accept was used; the bug had appeared in 1.3.15.
  1632. *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
  1633. during binary upgrade on Linux; the bug had appeared in 1.5.8.
  1634. Thanks to Piotr Sikora.
  1635. Changes with nginx 1.5.9 22 Jan 2014
  1636. *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.
  1637. *) Feature: the "ssl_buffer_size" directive.
  1638. *) Feature: the "limit_rate" directive can now be used to rate limit
  1639. responses sent in SPDY connections.
  1640. *) Feature: the "spdy_chunk_size" directive.
  1641. *) Feature: the "ssl_session_tickets" directive.
  1642. Thanks to Dirkjan Bussink.
  1643. *) Bugfix: the $ssl_session_id variable contained full session
  1644. serialized instead of just a session id.
  1645. Thanks to Ivan Ristić.
  1646. *) Bugfix: nginx incorrectly handled escaped "?" character in the
  1647. "include" SSI command.
  1648. *) Bugfix: the ngx_http_dav_module did not unescape destination URI of
  1649. the COPY and MOVE methods.
  1650. *) Bugfix: resolver did not understand domain names with a trailing dot.
  1651. Thanks to Yichun Zhang.
  1652. *) Bugfix: alerts "zero size buf in output" might appear in logs while
  1653. proxying; the bug had appeared in 1.3.9.
  1654. *) Bugfix: a segmentation fault might occur in a worker process if the
  1655. ngx_http_spdy_module was used.
  1656. *) Bugfix: proxied WebSocket connections might hang right after
  1657. handshake if the select, poll, or /dev/poll methods were used.
  1658. *) Bugfix: the "xclient" directive of the mail proxy module incorrectly
  1659. handled IPv6 client addresses.
  1660. Changes with nginx 1.5.8 17 Dec 2013
  1661. *) Feature: IPv6 support in resolver.
  1662. *) Feature: the "listen" directive supports the "fastopen" parameter.
  1663. Thanks to Mathew Rodley.
  1664. *) Feature: SSL support in the ngx_http_uwsgi_module.
  1665. Thanks to Roberto De Ioris.
  1666. *) Feature: vim syntax highlighting scripts were added to contrib.
  1667. Thanks to Evan Miller.
  1668. *) Bugfix: a timeout might occur while reading client request body in an
  1669. SSL connection using chunked transfer encoding.
  1670. *) Bugfix: the "master_process" directive did not work correctly in
  1671. nginx/Windows.
  1672. *) Bugfix: the "setfib" parameter of the "listen" directive might not
  1673. work.
  1674. *) Bugfix: in the ngx_http_spdy_module.
  1675. Changes with nginx 1.5.7 19 Nov 2013
  1676. *) Security: a character following an unescaped space in a request line
  1677. was handled incorrectly (CVE-2013-4547); the bug had appeared in
  1678. 0.8.41.
  1679. Thanks to Ivan Fratric of the Google Security Team.
  1680. *) Change: a logging level of auth_basic errors about no user/password
  1681. provided has been lowered from "error" to "info".
  1682. *) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
  1683. "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.
  1684. *) Feature: the "ssl_session_ticket_key" directive.
  1685. Thanks to Piotr Sikora.
  1686. *) Bugfix: the directive "add_header Cache-Control ''" added a
  1687. "Cache-Control" response header line with an empty value.
  1688. *) Bugfix: the "satisfy any" directive might return 403 error instead of
  1689. 401 if auth_request and auth_basic directives were used.
  1690. Thanks to Jan Marc Hoffmann.
  1691. *) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
  1692. directive were ignored for listen sockets created during binary
  1693. upgrade.
  1694. Thanks to Piotr Sikora.
  1695. *) Bugfix: some data received from a backend with unbufferred proxy
  1696. might not be sent to a client immediately if "gzip" or "gunzip"
  1697. directives were used.
  1698. Thanks to Yichun Zhang.
  1699. *) Bugfix: in error handling in ngx_http_gunzip_filter_module.
  1700. *) Bugfix: responses might hang if the ngx_http_spdy_module was used
  1701. with the "auth_request" directive.
  1702. *) Bugfix: memory leak in nginx/Windows.
  1703. Changes with nginx 1.5.6 01 Oct 2013
  1704. *) Feature: the "fastcgi_buffering" directive.
  1705. *) Feature: the "proxy_ssl_protocols" and "proxy_ssl_ciphers"
  1706. directives.
  1707. Thanks to Piotr Sikora.
  1708. *) Feature: optimization of SSL handshakes when using long certificate
  1709. chains.
  1710. *) Feature: the mail proxy supports SMTP pipelining.
  1711. *) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
  1712. password encryption method.
  1713. Thanks to Markus Linnala.
  1714. *) Bugfix: in MacOSX, Cygwin, and nginx/Windows incorrect location might
  1715. be used to process a request if locations were given using characters
  1716. in different cases.
  1717. *) Bugfix: automatic redirect with appended trailing slash for proxied
  1718. locations might not work.
  1719. *) Bugfix: in the mail proxy server.
  1720. *) Bugfix: in the ngx_http_spdy_module.
  1721. Changes with nginx 1.5.5 17 Sep 2013
  1722. *) Change: now nginx assumes HTTP/1.0 by default if it is not able to
  1723. detect protocol reliably.
  1724. *) Feature: the "disable_symlinks" directive now uses O_PATH on Linux.
  1725. *) Feature: now nginx uses EPOLLRDHUP events to detect premature
  1726. connection close by clients if the "epoll" method is used.
  1727. *) Bugfix: in the "valid_referers" directive if the "server_names"
  1728. parameter was used.
  1729. *) Bugfix: the $request_time variable did not work in nginx/Windows.
  1730. *) Bugfix: in the "image_filter" directive.
  1731. Thanks to Lanshun Zhou.
  1732. *) Bugfix: OpenSSL 1.0.1f compatibility.
  1733. Thanks to Piotr Sikora.
  1734. Changes with nginx 1.5.4 27 Aug 2013
  1735. *) Change: the "js" extension MIME type has been changed to
  1736. "application/javascript"; default value of the "charset_types"
  1737. directive was changed accordingly.
  1738. *) Change: now the "image_filter" directive with the "size" parameter
  1739. returns responses with the "application/json" MIME type.
  1740. *) Feature: the ngx_http_auth_request_module.
  1741. *) Bugfix: a segmentation fault might occur on start or during
  1742. reconfiguration if the "try_files" directive was used with an empty
  1743. parameter.
  1744. *) Bugfix: memory leak if relative paths were specified using variables
  1745. in the "root" or "auth_basic_user_file" directives.
  1746. *) Bugfix: the "valid_referers" directive incorrectly executed regular
  1747. expressions if a "Referer" header started with "https://".
  1748. Thanks to Liangbin Li.
  1749. *) Bugfix: responses might hang if subrequests were used and an SSL
  1750. handshake error happened during subrequest processing.
  1751. Thanks to Aviram Cohen.
  1752. *) Bugfix: in the ngx_http_autoindex_module.
  1753. *) Bugfix: in the ngx_http_spdy_module.
  1754. Changes with nginx 1.5.3 30 Jul 2013
  1755. *) Change in internal API: now u->length defaults to -1 if working with
  1756. backends in unbuffered mode.
  1757. *) Change: now after receiving an incomplete response from a backend
  1758. server nginx tries to send an available part of the response to a
  1759. client, and then closes client connection.
  1760. *) Bugfix: a segmentation fault might occur in a worker process if the
  1761. ngx_http_spdy_module was used with the "client_body_in_file_only"
  1762. directive.
  1763. *) Bugfix: the "so_keepalive" parameter of the "listen" directive might
  1764. be handled incorrectly on DragonFlyBSD.
  1765. Thanks to Sepherosa Ziehau.
  1766. *) Bugfix: in the ngx_http_xslt_filter_module.
  1767. *) Bugfix: in the ngx_http_sub_filter_module.
  1768. Changes with nginx 1.5.2 02 Jul 2013
  1769. *) Feature: now several "error_log" directives can be used.
  1770. *) Bugfix: the $r->header_in() embedded perl method did not return value
  1771. of the "Cookie" and "X-Forwarded-For" request header lines; the bug
  1772. had appeared in 1.3.14.
  1773. *) Bugfix: in the ngx_http_spdy_module.
  1774. Thanks to Jim Radford.
  1775. *) Bugfix: nginx could not be built on Linux with x32 ABI.
  1776. Thanks to Serguei Ivantsov.
  1777. Changes with nginx 1.5.1 04 Jun 2013
  1778. *) Feature: the "ssi_last_modified", "sub_filter_last_modified", and
  1779. "xslt_last_modified" directives.
  1780. Thanks to Alexey Kolpakov.
  1781. *) Feature: the "http_403" parameter of the "proxy_next_upstream",
  1782. "fastcgi_next_upstream", "scgi_next_upstream", and
  1783. "uwsgi_next_upstream" directives.
  1784. *) Feature: the "allow" and "deny" directives now support unix domain
  1785. sockets.
  1786. *) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
  1787. without ngx_http_ssl_module; the bug had appeared in 1.3.14.
  1788. *) Bugfix: in the "proxy_set_body" directive.
  1789. Thanks to Lanshun Zhou.
  1790. *) Bugfix: in the "lingering_time" directive.
  1791. Thanks to Lanshun Zhou.
  1792. *) Bugfix: the "fail_timeout" parameter of the "server" directive in the
  1793. "upstream" context might not work if "max_fails" parameter was used;
  1794. the bug had appeared in 1.3.0.
  1795. *) Bugfix: a segmentation fault might occur in a worker process if the
  1796. "ssl_stapling" directive was used.
  1797. Thanks to Piotr Sikora.
  1798. *) Bugfix: in the mail proxy server.
  1799. Thanks to Filipe Da Silva.
  1800. *) Bugfix: nginx/Windows might stop accepting connections if several
  1801. worker processes were used.
  1802. Changes with nginx 1.5.0 07 May 2013
  1803. *) Security: a stack-based buffer overflow might occur in a worker
  1804. process while handling a specially crafted request, potentially
  1805. resulting in arbitrary code execution (CVE-2013-2028); the bug had
  1806. appeared in 1.3.9.
  1807. Thanks to Greg MacManus, iSIGHT Partners Labs.
  1808. Changes with nginx 1.4.0 24 Apr 2013
  1809. *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
  1810. --with-openssl option was used; the bug had appeared in 1.3.16.
  1811. *) Bugfix: in a request body handling in the ngx_http_perl_module; the
  1812. bug had appeared in 1.3.9.
  1813. Changes with nginx 1.3.16 16 Apr 2013
  1814. *) Bugfix: a segmentation fault might occur in a worker process if
  1815. subrequests were used; the bug had appeared in 1.3.9.
  1816. *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
  1817. connection was proxied into a unix domain socket.
  1818. *) Bugfix: the $upstream_response_length variable has an incorrect value
  1819. "0" if buffering was not used.
  1820. Thanks to Piotr Sikora.
  1821. *) Bugfix: in the eventport and /dev/poll methods.
  1822. Changes with nginx 1.3.15 26 Mar 2013
  1823. *) Change: opening and closing a connection without sending any data in
  1824. it is no longer logged to access_log with error code 400.
  1825. *) Feature: the ngx_http_spdy_module.
  1826. Thanks to Automattic for sponsoring this work.
  1827. *) Feature: the "limit_req_status" and "limit_conn_status" directives.
  1828. Thanks to Nick Marden.
  1829. *) Feature: the "image_filter_interlace" directive.
  1830. Thanks to Ian Babrou.
  1831. *) Feature: $connections_waiting variable in the
  1832. ngx_http_stub_status_module.
  1833. *) Feature: the mail proxy module now supports IPv6 backends.
  1834. *) Bugfix: request body might be transmitted incorrectly when retrying a
  1835. request to the next upstream server; the bug had appeared in 1.3.9.
  1836. Thanks to Piotr Sikora.
  1837. *) Bugfix: in the "client_body_in_file_only" directive; the bug had
  1838. appeared in 1.3.9.
  1839. *) Bugfix: responses might hang if subrequests were used and a DNS error
  1840. happened during subrequest processing.
  1841. Thanks to Lanshun Zhou.
  1842. *) Bugfix: in backend usage accounting.
  1843. Changes with nginx 1.3.14 05 Mar 2013
  1844. *) Feature: $connections_active, $connections_reading, and
  1845. $connections_writing variables in the ngx_http_stub_status_module.
  1846. *) Feature: support of WebSocket connections in the
  1847. ngx_http_uwsgi_module and ngx_http_scgi_module.
  1848. *) Bugfix: in virtual servers handling with SNI.
  1849. *) Bugfix: new sessions were not always stored if the "ssl_session_cache
  1850. shared" directive was used and there was no free space in shared
  1851. memory.
  1852. Thanks to Piotr Sikora.
  1853. *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
  1854. Thanks to Neal Poole for sponsoring this work.
  1855. *) Bugfix: in the ngx_http_mp4_module.
  1856. Thanks to Gernot Vormayr.
  1857. Changes with nginx 1.3.13 19 Feb 2013
  1858. *) Change: a compiler with name "cc" is now used by default.
  1859. *) Feature: support for proxying of WebSocket connections.
  1860. Thanks to Apcera and CloudBees for sponsoring this work.
  1861. *) Feature: the "auth_basic_user_file" directive supports "{SHA}"
  1862. password encryption method.
  1863. Thanks to Louis Opter.
  1864. Changes with nginx 1.3.12 05 Feb 2013
  1865. *) Feature: variables support in the "proxy_bind", "fastcgi_bind",
  1866. "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
  1867. *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local
  1868. variables can now be used not only in the "log_format" directive.
  1869. Thanks to Kiril Kalchev.
  1870. *) Feature: IPv6 support in the ngx_http_geoip_module.
  1871. Thanks to Gregor Kališnik.
  1872. *) Bugfix: in the "proxy_method" directive.
  1873. *) Bugfix: a segmentation fault might occur in a worker process if
  1874. resolver was used with the poll method.
  1875. *) Bugfix: nginx might hog CPU during SSL handshake with a backend if
  1876. the select, poll, or /dev/poll methods were used.
  1877. *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error.
  1878. *) Bugfix: in the "client_body_in_file_only" directive; the bug had
  1879. appeared in 1.3.9.
  1880. *) Bugfix: in the "fastcgi_keep_conn" directive.
  1881. Changes with nginx 1.3.11 10 Jan 2013
  1882. *) Bugfix: a segmentation fault might occur if logging was used; the bug
  1883. had appeared in 1.3.10.
  1884. *) Bugfix: the "proxy_pass" directive did not work with IP addresses
  1885. without port specified; the bug had appeared in 1.3.10.
  1886. *) Bugfix: a segmentation fault occurred on start or during
  1887. reconfiguration if the "keepalive" directive was specified more than
  1888. once in a single upstream block.
  1889. *) Bugfix: parameter "default" of the "geo" directive did not set
  1890. default value for IPv6 addresses.
  1891. Changes with nginx 1.3.10 25 Dec 2012
  1892. *) Change: domain names specified in configuration file are now resolved
  1893. to IPv6 addresses as well as IPv4 ones.
  1894. *) Change: now if the "include" directive with mask is used on Unix
  1895. systems, included files are sorted in alphabetical order.
  1896. *) Change: the "add_header" directive adds headers to 201 responses.
  1897. *) Feature: the "geo" directive now supports IPv6 addresses in CIDR
  1898. notation.
  1899. *) Feature: the "flush" and "gzip" parameters of the "access_log"
  1900. directive.
  1901. *) Feature: variables support in the "auth_basic" directive.
  1902. *) Bugfix: nginx could not be built with the ngx_http_perl_module in
  1903. some cases.
  1904. *) Bugfix: a segmentation fault might occur in a worker process if the
  1905. ngx_http_xslt_module was used.
  1906. *) Bugfix: nginx could not be built on MacOSX in some cases.
  1907. Thanks to Piotr Sikora.
  1908. *) Bugfix: the "limit_rate" directive with high rates might result in
  1909. truncated responses on 32-bit platforms.
  1910. Thanks to Alexey Antropov.
  1911. *) Bugfix: a segmentation fault might occur in a worker process if the
  1912. "if" directive was used.
  1913. Thanks to Piotr Sikora.
  1914. *) Bugfix: a "100 Continue" response was issued with "413 Request Entity
  1915. Too Large" responses.
  1916. *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and
  1917. "image_filter_sharpen" directives might be inherited incorrectly.
  1918. Thanks to Ian Babrou.
  1919. *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic"
  1920. directive was used on Linux.
  1921. *) Bugfix: in backup servers handling.
  1922. Thanks to Thomas Chen.
  1923. *) Bugfix: proxied HEAD requests might return incorrect response if the
  1924. "gzip" directive was used.
  1925. Changes with nginx 1.3.9 27 Nov 2012
  1926. *) Feature: support for chunked transfer encoding while reading client
  1927. request body.
  1928. *) Feature: the $request_time and $msec variables can now be used not
  1929. only in the "log_format" directive.
  1930. *) Bugfix: cache manager and cache loader processes might not be able to
  1931. start if more than 512 listen sockets were used.
  1932. *) Bugfix: in the ngx_http_dav_module.
  1933. Changes with nginx 1.3.8 30 Oct 2012
  1934. *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
  1935. directive.
  1936. Thanks to Mike Kazantsev and Eric O'Connor.
  1937. *) Feature: the $bytes_sent, $connection, and $connection_requests
  1938. variables can now be used not only in the "log_format" directive.
  1939. Thanks to Benjamin Grössing.
  1940. *) Feature: the "auto" parameter of the "worker_processes" directive.
  1941. *) Bugfix: "cache file ... has md5 collision" alert.
  1942. *) Bugfix: in the ngx_http_gunzip_filter_module.
  1943. *) Bugfix: in the "ssl_stapling" directive.
  1944. Changes with nginx 1.3.7 02 Oct 2012
  1945. *) Feature: OCSP stapling support.
  1946. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work.
  1947. *) Feature: the "ssl_trusted_certificate" directive.
  1948. *) Feature: resolver now randomly rotates addresses returned from cache.
  1949. Thanks to Anton Jouline.
  1950. *) Bugfix: OpenSSL 0.9.7 compatibility.
  1951. Changes with nginx 1.3.6 12 Sep 2012
  1952. *) Feature: the ngx_http_gunzip_filter_module.
  1953. *) Feature: the "memcached_gzip_flag" directive.
  1954. *) Feature: the "always" parameter of the "gzip_static" directive.
  1955. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
  1956. Thanks to Charles Chen.
  1957. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
  1958. the --with-ipv6 option was used.
  1959. Changes with nginx 1.3.5 21 Aug 2012
  1960. *) Change: the ngx_http_mp4_module module no longer skips tracks in
  1961. formats other than H.264 and AAC.
  1962. *) Bugfix: a segmentation fault might occur in a worker process if the
  1963. "map" directive was used with variables as values.
  1964. *) Bugfix: a segmentation fault might occur in a worker process if the
  1965. "geo" directive was used with the "ranges" parameter but without the
  1966. "default" parameter; the bug had appeared in 0.8.43.
  1967. Thanks to Zhen Chen and Weibin Yao.
  1968. *) Bugfix: in the -p command-line parameter handling.
  1969. *) Bugfix: in the mail proxy server.
  1970. *) Bugfix: of minor potential bugs.
  1971. Thanks to Coverity.
  1972. *) Bugfix: nginx/Windows could not be built with Visual Studio 2005
  1973. Express.
  1974. Thanks to HAYASHI Kentaro.
  1975. Changes with nginx 1.3.4 31 Jul 2012
  1976. *) Change: the "ipv6only" parameter is now turned on by default for
  1977. listening IPv6 sockets.
  1978. *) Feature: the Clang compiler support.
  1979. *) Bugfix: extra listening sockets might be created.
  1980. Thanks to Roman Odaisky.
  1981. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
  1982. start.
  1983. Thanks to Ricardo Villalobos Guevara.
  1984. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
  1985. "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
  1986. "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
  1987. directives might be inherited incorrectly.
  1988. Changes with nginx 1.3.3 10 Jul 2012
  1989. *) Feature: entity tags support and the "etag" directive.
  1990. *) Bugfix: trailing dot in a source value was not ignored if the "map"
  1991. directive was used with the "hostnames" parameter.
  1992. *) Bugfix: incorrect location might be used to process a request if a
  1993. URI was changed via a "rewrite" directive before an internal redirect
  1994. to a named location.
  1995. Changes with nginx 1.3.2 26 Jun 2012
  1996. *) Change: the "single" parameter of the "keepalive" directive is now
  1997. ignored.
  1998. *) Change: SSL compression is now disabled when using all versions of
  1999. OpenSSL, including ones prior to 1.0.0.
  2000. *) Feature: it is now possible to use the "ip_hash" directive to balance
  2001. IPv6 clients.
  2002. *) Feature: the $status variable can now be used not only in the
  2003. "log_format" directive.
  2004. *) Bugfix: a segmentation fault might occur in a worker process on
  2005. shutdown if the "resolver" directive was used.
  2006. *) Bugfix: a segmentation fault might occur in a worker process if the
  2007. ngx_http_mp4_module was used.
  2008. *) Bugfix: in the ngx_http_mp4_module.
  2009. *) Bugfix: a segmentation fault might occur in a worker process if
  2010. conflicting wildcard server names were used.
  2011. *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
  2012. ARM platform.
  2013. *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
  2014. while reconfiguration.
  2015. Changes with nginx 1.3.1 05 Jun 2012
  2016. *) Security: now nginx/Windows ignores trailing dot in URI path
  2017. component, and does not allow URIs with ":$" in it.
  2018. Thanks to Vladimir Kochetkov, Positive Research Center.
  2019. *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
  2020. directives, and the "server" directive inside the "upstream" block,
  2021. now support IPv6 addresses.
  2022. *) Feature: the "resolver" directive now supports IPv6 addresses and an
  2023. optional port specification.
  2024. *) Feature: the "least_conn" directive inside the "upstream" block.
  2025. *) Feature: it is now possible to specify a weight for servers while
  2026. using the "ip_hash" directive.
  2027. *) Bugfix: a segmentation fault might occur in a worker process if the
  2028. "image_filter" directive was used; the bug had appeared in 1.3.0.
  2029. *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug
  2030. had appeared in 1.1.12.
  2031. *) Bugfix: access to variables from SSI and embedded perl module might
  2032. not work after reconfiguration.
  2033. Thanks to Yichun Zhang.
  2034. *) Bugfix: in the ngx_http_xslt_filter_module.
  2035. Thanks to Kuramoto Eiji.
  2036. *) Bugfix: memory leak if $geoip_org variable was used.
  2037. Thanks to Denis F. Latypoff.
  2038. *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path"
  2039. directives.
  2040. Changes with nginx 1.3.0 15 May 2012
  2041. *) Feature: the "debug_connection" directive now supports IPv6 addresses
  2042. and the "unix:" parameter.
  2043. *) Feature: the "set_real_ip_from" directive and the "proxy" parameter
  2044. of the "geo" directive now support IPv6 addresses.
  2045. *) Feature: the "real_ip_recursive", "geoip_proxy", and
  2046. "geoip_proxy_recursive" directives.
  2047. *) Feature: the "proxy_recursive" parameter of the "geo" directive.
  2048. *) Bugfix: a segmentation fault might occur in a worker process if the
  2049. "resolver" directive was used.
  2050. *) Bugfix: a segmentation fault might occur in a worker process if the
  2051. "fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives were used and
  2052. backend returned incorrect response.
  2053. *) Bugfix: a segmentation fault might occur in a worker process if the
  2054. "rewrite" directive was used and new request arguments in a
  2055. replacement used variables.
  2056. *) Bugfix: nginx might hog CPU if the open file resource limit was
  2057. reached.
  2058. *) Bugfix: nginx might loop infinitely over backends if the
  2059. "proxy_next_upstream" directive with the "http_404" parameter was
  2060. used and there were backup servers specified in an upstream block.
  2061. *) Bugfix: adding the "down" parameter of the "server" directive might
  2062. cause unneeded client redistribution among backend servers if the
  2063. "ip_hash" directive was used.
  2064. *) Bugfix: socket leak.
  2065. Thanks to Yichun Zhang.
  2066. *) Bugfix: in the ngx_http_fastcgi_module.
  2067. Changes with nginx 1.2.0 23 Apr 2012
  2068. *) Bugfix: a segmentation fault might occur in a worker process if the
  2069. "try_files" directive was used; the bug had appeared in 1.1.19.
  2070. *) Bugfix: response might be truncated if there were more than IOV_MAX
  2071. buffers used.
  2072. *) Bugfix: in the "crop" parameter of the "image_filter" directive.
  2073. Thanks to Maxim Bublis.
  2074. Changes with nginx 1.1.19 12 Apr 2012
  2075. *) Security: specially crafted mp4 file might allow to overwrite memory
  2076. locations in a worker process if the ngx_http_mp4_module was used,
  2077. potentially resulting in arbitrary code execution (CVE-2012-2089).
  2078. Thanks to Matthew Daley.
  2079. *) Bugfix: nginx/Windows might be terminated abnormally.
  2080. Thanks to Vincent Lee.
  2081. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
  2082. "backup".
  2083. *) Bugfix: the "allow" and "deny" directives might be inherited
  2084. incorrectly if they were used with IPv6 addresses.
  2085. *) Bugfix: the "modern_browser" and "ancient_browser" directives might
  2086. be inherited incorrectly.
  2087. *) Bugfix: timeouts might be handled incorrectly on Solaris/SPARC.
  2088. *) Bugfix: in the ngx_http_mp4_module.
  2089. Changes with nginx 1.1.18 28 Mar 2012
  2090. *) Change: keepalive connections are no longer disabled for Safari by
  2091. default.
  2092. *) Feature: the $connection_requests variable.
  2093. *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and
  2094. $tcpinfo_rcv_space variables.
  2095. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD.
  2096. *) Feature: the "xslt_param" and "xslt_string_param" directives.
  2097. Thanks to Samuel Behan.
  2098. *) Bugfix: in configure tests.
  2099. Thanks to Piotr Sikora.
  2100. *) Bugfix: in the ngx_http_xslt_filter_module.
  2101. *) Bugfix: nginx could not be built on Debian GNU/Hurd.
  2102. Changes with nginx 1.1.17 15 Mar 2012
  2103. *) Security: content of previously freed memory might be sent to a
  2104. client if backend returned specially crafted response.
  2105. Thanks to Matthew Daley.
  2106. *) Bugfix: in the embedded perl module if used from SSI.
  2107. Thanks to Matthew Daley.
  2108. *) Bugfix: in the ngx_http_uwsgi_module.
  2109. Changes with nginx 1.1.16 29 Feb 2012
  2110. *) Change: the simultaneous subrequest limit has been raised to 200.
  2111. *) Feature: the "from" parameter of the "disable_symlinks" directive.
  2112. *) Feature: the "return" and "error_page" directives can now be used to
  2113. return 307 redirections.
  2114. *) Bugfix: a segmentation fault might occur in a worker process if the
  2115. "resolver" directive was used and there was no "error_log" directive
  2116. specified at global level.
  2117. Thanks to Roman Arutyunyan.
  2118. *) Bugfix: a segmentation fault might occur in a worker process if the
  2119. "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives were
  2120. used.
  2121. *) Bugfix: memory leaks.
  2122. Thanks to Lanshun Zhou.
  2123. *) Bugfix: in the "disable_symlinks" directive.
  2124. *) Bugfix: on ZFS filesystem disk cache size might be calculated
  2125. incorrectly; the bug had appeared in 1.0.1.
  2126. *) Bugfix: nginx could not be built by the icc 12.1 compiler.
  2127. *) Bugfix: nginx could not be built by gcc on Solaris; the bug had
  2128. appeared in 1.1.15.
  2129. Changes with nginx 1.1.15 15 Feb 2012
  2130. *) Feature: the "disable_symlinks" directive.
  2131. *) Feature: the "proxy_cookie_domain" and "proxy_cookie_path"
  2132. directives.
  2133. *) Bugfix: nginx might log incorrect error "upstream prematurely closed
  2134. connection" instead of correct "upstream sent too big header" one.
  2135. Thanks to Feibo Li.
  2136. *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
  2137. --with-openssl option was used.
  2138. *) Bugfix: the number of internal redirects to named locations was not
  2139. limited.
  2140. *) Bugfix: calling $r->flush() multiple times might cause errors in the
  2141. ngx_http_gzip_filter_module.
  2142. *) Bugfix: temporary files might be not removed if the "proxy_store"
  2143. directive was used with SSI includes.
  2144. *) Bugfix: in some cases non-cacheable variables (such as the $args
  2145. variable) returned old empty cached value.
  2146. *) Bugfix: a segmentation fault might occur in a worker process if too
  2147. many SSI subrequests were issued simultaneously; the bug had appeared
  2148. in 0.7.25.
  2149. Changes with nginx 1.1.14 30 Jan 2012
  2150. *) Feature: multiple "limit_req" limits may be used simultaneously.
  2151. *) Bugfix: in error handling while connecting to a backend.
  2152. Thanks to Piotr Sikora.
  2153. *) Bugfix: in AIO error handling on FreeBSD.
  2154. *) Bugfix: in the OpenSSL library initialization.
  2155. *) Bugfix: the "proxy_redirect" directives might be inherited
  2156. incorrectly.
  2157. *) Bugfix: memory leak during reconfiguration if the "pcre_jit"
  2158. directive was used.
  2159. Changes with nginx 1.1.13 16 Jan 2012
  2160. *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
  2161. "ssl_protocols" directive.
  2162. *) Bugfix: the "limit_req" directive parameters were not inherited
  2163. correctly; the bug had appeared in 1.1.12.
  2164. *) Bugfix: the "proxy_redirect" directive incorrectly processed
  2165. "Refresh" header if regular expression were used.
  2166. *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
  2167. did not return answer from cache if there were no live upstreams.
  2168. *) Bugfix: the "worker_cpu_affinity" directive might not work.
  2169. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
  2170. 1.1.12.
  2171. *) Bugfix: in the ngx_http_mp4_module.
  2172. Changes with nginx 1.1.12 26 Dec 2011
  2173. *) Change: a "proxy_pass" directive without URI part now uses changed
  2174. URI after redirection with the "error_page" directive.
  2175. Thanks to Lanshun Zhou.
  2176. *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock",
  2177. "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.
  2178. *) Feature: the "pcre_jit" directive.
  2179. *) Feature: the "if" SSI command supports captures in regular
  2180. expressions.
  2181. *) Bugfix: the "if" SSI command did not work inside the "block" command.
  2182. *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
  2183. directives might not work.
  2184. *) Bugfix: the "limit_rate" directive did not allow to use full
  2185. throughput, even if limit value was very high.
  2186. *) Bugfix: the "sendfile_max_chunk" directive did not work, if the
  2187. "limit_rate" directive was used.
  2188. *) Bugfix: a "proxy_pass" directive without URI part always used
  2189. original request URI if variables were used.
  2190. *) Bugfix: a "proxy_pass" directive without URI part might use original
  2191. request after redirection with the "try_files" directive.
  2192. Thanks to Lanshun Zhou.
  2193. *) Bugfix: in the ngx_http_scgi_module.
  2194. *) Bugfix: in the ngx_http_mp4_module.
  2195. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
  2196. 1.1.9.
  2197. Changes with nginx 1.1.11 12 Dec 2011
  2198. *) Feature: the "so_keepalive" parameter of the "listen" directive.
  2199. Thanks to Vsevolod Stakhov.
  2200. *) Feature: the "if_not_empty" parameter of the
  2201. "fastcgi/scgi/uwsgi_param" directives.
  2202. *) Feature: the $https variable.
  2203. *) Feature: the "proxy_redirect" directive supports variables in the
  2204. first parameter.
  2205. *) Feature: the "proxy_redirect" directive supports regular expressions.
  2206. *) Bugfix: the $sent_http_cache_control variable might contain a wrong
  2207. value if the "expires" directive was used.
  2208. Thanks to Yichun Zhang.
  2209. *) Bugfix: the "read_ahead" directive might not work combined with
  2210. "try_files" and "open_file_cache".
  2211. *) Bugfix: a segmentation fault might occur in a worker process if small
  2212. time was used in the "inactive" parameter of the "proxy_cache_path"
  2213. directive.
  2214. *) Bugfix: responses from cache might hang.
  2215. Changes with nginx 1.1.10 30 Nov 2011
  2216. *) Bugfix: a segmentation fault occurred in a worker process if AIO was
  2217. used on Linux; the bug had appeared in 1.1.9.
  2218. Changes with nginx 1.1.9 28 Nov 2011
  2219. *) Change: now double quotes are encoded in an "echo" SSI-command
  2220. output.
  2221. Thanks to Zaur Abasmirzoev.
  2222. *) Feature: the "valid" parameter of the "resolver" directive. By
  2223. default TTL returned by a DNS server is used.
  2224. Thanks to Kirill A. Korinskiy.
  2225. *) Bugfix: nginx might hang after a worker process abnormal termination.
  2226. *) Bugfix: a segmentation fault might occur in a worker process if SNI
  2227. was used; the bug had appeared in 1.1.2.
  2228. *) Bugfix: in the "keepalive_disable" directive; the bug had appeared in
  2229. 1.1.8.
  2230. Thanks to Alexander Usov.
  2231. *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
  2232. bug had appeared in 1.1.1.
  2233. *) Bugfix: backend responses with length not matching "Content-Length"
  2234. header line are no longer cached.
  2235. *) Bugfix: in the "scgi_param" directive, if complex parameters were
  2236. used.
  2237. *) Bugfix: in the "epoll" event method.
  2238. Thanks to Yichun Zhang.
  2239. *) Bugfix: in the ngx_http_flv_module.
  2240. Thanks to Piotr Sikora.
  2241. *) Bugfix: in the ngx_http_mp4_module.
  2242. *) Bugfix: IPv6 addresses are now handled properly in a request line and
  2243. in a "Host" request header line.
  2244. *) Bugfix: "add_header" and "expires" directives did not work if a
  2245. request was proxied and response status code was 206.
  2246. *) Bugfix: nginx could not be built on FreeBSD 10.
  2247. *) Bugfix: nginx could not be built on AIX.
  2248. Changes with nginx 1.1.8 14 Nov 2011
  2249. *) Change: the ngx_http_limit_zone_module was renamed to the
  2250. ngx_http_limit_conn_module.
  2251. *) Change: the "limit_zone" directive was superseded by the
  2252. "limit_conn_zone" directive with a new syntax.
  2253. *) Feature: support for multiple "limit_conn" limits on the same level.
  2254. *) Feature: the "image_filter_sharpen" directive.
  2255. *) Bugfix: a segmentation fault might occur in a worker process if
  2256. resolver got a big DNS response.
  2257. Thanks to Ben Hawkes.
  2258. *) Bugfix: in cache key calculation if internal MD5 implementation was
  2259. used; the bug had appeared in 1.0.4.
  2260. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
  2261. header lines might be passed to backend while caching; or not passed
  2262. without caching if caching was enabled in another part of the
  2263. configuration.
  2264. *) Bugfix: the module ngx_http_mp4_module sent incorrect
  2265. "Content-Length" response header line if the "start" argument was
  2266. used.
  2267. Thanks to Piotr Sikora.
  2268. Changes with nginx 1.1.7 31 Oct 2011
  2269. *) Feature: support of several DNS servers in the "resolver" directive.
  2270. Thanks to Kirill A. Korinskiy.
  2271. *) Bugfix: a segmentation fault occurred on start or during
  2272. reconfiguration if the "ssl" directive was used at http level and
  2273. there was no "ssl_certificate" defined.
  2274. *) Bugfix: reduced memory consumption while proxying big files if they
  2275. were buffered to disk.
  2276. *) Bugfix: a segmentation fault might occur in a worker process if
  2277. "proxy_http_version 1.1" directive was used.
  2278. *) Bugfix: in the "expires @time" directive.
  2279. Changes with nginx 1.1.6 17 Oct 2011
  2280. *) Change in internal API: now module context data are cleared while
  2281. internal redirect to named location.
  2282. Requested by Yichun Zhang.
  2283. *) Change: if a server in an upstream failed, only one request will be
  2284. sent to it after fail_timeout; the server will be considered alive if
  2285. it will successfully respond to the request.
  2286. *) Change: now the 0x7F-0xFF characters are escaped as \xXX in an
  2287. access_log.
  2288. *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
  2289. the following additional values: X-Accel-Limit-Rate,
  2290. X-Accel-Buffering, X-Accel-Charset.
  2291. *) Feature: decrease of memory consumption if SSL is used.
  2292. *) Bugfix: some UTF-8 characters were processed incorrectly.
  2293. Thanks to Alexey Kuts.
  2294. *) Bugfix: the ngx_http_rewrite_module directives specified at "server"
  2295. level were executed twice if no matching locations were defined.
  2296. *) Bugfix: a socket leak might occurred if "aio sendfile" was used.
  2297. *) Bugfix: connections with fast clients might be closed after
  2298. send_timeout if file AIO was used.
  2299. *) Bugfix: in the ngx_http_autoindex_module.
  2300. *) Bugfix: the module ngx_http_mp4_module did not support seeking on
  2301. 32-bit platforms.
  2302. Changes with nginx 1.1.5 05 Oct 2011
  2303. *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
  2304. Thanks to Peter Smit.
  2305. *) Bugfix: non-cacheable responses might be cached if
  2306. "proxy_cache_bypass" directive was used.
  2307. Thanks to John Ferlito.
  2308. *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.
  2309. *) Bugfix: cached responses with an empty body were returned
  2310. incorrectly; the bug had appeared in 0.8.31.
  2311. *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
  2312. bug had appeared in 0.8.32.
  2313. *) Bugfix: in the "return" directive.
  2314. *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
  2315. fault; the bug had appeared in 1.1.1.
  2316. Changes with nginx 1.1.4 20 Sep 2011
  2317. *) Feature: the ngx_http_upstream_keepalive module.
  2318. *) Feature: the "proxy_http_version" directive.
  2319. *) Feature: the "fastcgi_keep_conn" directive.
  2320. *) Feature: the "worker_aio_requests" directive.
  2321. *) Bugfix: if nginx was built --with-file-aio it could not be run on
  2322. Linux kernel which did not support AIO.
  2323. *) Bugfix: in Linux AIO error processing.
  2324. Thanks to Hagai Avrahami.
  2325. *) Bugfix: reduced memory consumption for long-lived requests.
  2326. *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
  2327. "co64" atom.
  2328. Changes with nginx 1.1.3 14 Sep 2011
  2329. *) Feature: the module ngx_http_mp4_module.
  2330. *) Bugfix: in Linux AIO combined with open_file_cache.
  2331. *) Bugfix: open_file_cache did not update file info on retest if file
  2332. was not atomically changed.
  2333. *) Bugfix: nginx could not be built on MacOSX 10.7.
  2334. Changes with nginx 1.1.2 05 Sep 2011
  2335. *) Change: now if total size of all ranges is greater than source
  2336. response size, then nginx disables ranges and returns just the source
  2337. response.
  2338. *) Feature: the "max_ranges" directive.
  2339. *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
  2340. "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
  2341. was used.
  2342. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
  2343. directives.
  2344. Changes with nginx 1.1.1 22 Aug 2011
  2345. *) Change: now cache loader processes either as many files as specified
  2346. by "loader_files" parameter or works no longer than time specified by
  2347. the "loader_threshold" parameter during each iteration.
  2348. *) Change: now SIGWINCH signal works only in daemon mode.
  2349. *) Feature: now shared zones and caches use POSIX semaphores on Solaris.
  2350. Thanks to Den Ivanov.
  2351. *) Feature: accept filters are now supported on NetBSD.
  2352. *) Bugfix: nginx could not be built on Linux 3.0.
  2353. *) Bugfix: nginx did not use gzipping in some cases; the bug had
  2354. appeared in 1.1.0.
  2355. *) Bugfix: request body might be processed incorrectly if client used
  2356. pipelining.
  2357. *) Bugfix: in the "request_body_in_single_buf" directive.
  2358. *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
  2359. if SSL connection to backend was used.
  2360. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
  2361. "down".
  2362. *) Bugfix: a segmentation fault might occur during reconfiguration if
  2363. ssl_session_cache was defined but not used in previous configuration.
  2364. *) Bugfix: a segmentation fault might occur in a worker process if many
  2365. backup servers were used in an upstream.
  2366. *) Bugfix: a segmentation fault might occur in a worker process if
  2367. "fastcgi/scgi/uwsgi_param" directives were used with values starting
  2368. with "HTTP_"; the bug had appeared in 0.8.40.
  2369. Changes with nginx 1.1.0 01 Aug 2011
  2370. *) Feature: cache loader run time decrease.
  2371. *) Feature: "loader_files", "loader_sleep", and "loader_threshold"
  2372. options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.
  2373. *) Feature: loading time decrease of configuration with large number of
  2374. HTTPS sites.
  2375. *) Feature: now nginx supports ECDHE key exchange ciphers.
  2376. Thanks to Adrian Kotelba.
  2377. *) Feature: the "lingering_close" directive.
  2378. Thanks to Maxim Dounin.
  2379. *) Bugfix: in closing connection for pipelined requests.
  2380. Thanks to Maxim Dounin.
  2381. *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
  2382. "Accept-Encoding" request header line.
  2383. *) Bugfix: in timeout in unbuffered proxied mode.
  2384. Thanks to Maxim Dounin.
  2385. *) Bugfix: memory leaks when a "proxy_pass" directive contains variables
  2386. and proxies to an HTTPS backend.
  2387. Thanks to Maxim Dounin.
  2388. *) Bugfix: in parameter validation of a "proxy_pass" directive with
  2389. variables.
  2390. Thanks to Lanshun Zhou.
  2391. *) Bugfix: SSL did not work on QNX.
  2392. Thanks to Maxim Dounin.
  2393. *) Bugfix: SSL modules could not be built by gcc 4.6 without
  2394. --with-debug option.
  2395. Changes with nginx 1.0.5 19 Jul 2011
  2396. *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
  2397. Thanks to Rob Stradling.
  2398. *) Feature: the "referer_hash_max_size" and "referer_hash_bucket_size"
  2399. directives.
  2400. Thanks to Witold Filipczyk.
  2401. *) Feature: $uid_reset variable.
  2402. *) Bugfix: a segmentation fault might occur in a worker process, if a
  2403. caching was used.
  2404. Thanks to Lanshun Zhou.
  2405. *) Bugfix: worker processes may got caught in an endless loop during
  2406. reconfiguration, if a caching was used; the bug had appeared in
  2407. 0.8.48.
  2408. Thanks to Maxim Dounin.
  2409. *) Bugfix: "stalled cache updating" alert.
  2410. Thanks to Maxim Dounin.
  2411. Changes with nginx 1.0.4 01 Jun 2011
  2412. *) Change: now regular expressions case sensitivity in the "map"
  2413. directive is given by prefixes "~" or "~*".
  2414. *) Feature: now shared zones and caches use POSIX semaphores on Linux.
  2415. Thanks to Denis F. Latypoff.
  2416. *) Bugfix: "stalled cache updating" alert.
  2417. *) Bugfix: nginx could not be built --without-http_auth_basic_module;
  2418. the bug had appeared in 1.0.3.
  2419. Changes with nginx 1.0.3 25 May 2011
  2420. *) Feature: the "auth_basic_user_file" directive supports "$apr1",
  2421. "{PLAIN}", and "{SSHA}" password encryption methods.
  2422. Thanks to Maxim Dounin.
  2423. *) Feature: the "geoip_org" directive and $geoip_org variable.
  2424. Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
  2425. *) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4
  2426. addresses mapped to IPv6 addresses.
  2427. *) Bugfix: a segmentation fault occurred in a worker process during
  2428. testing IPv4 address mapped to IPv6 address, if access or deny rules
  2429. were defined only for IPv6; the bug had appeared in 0.8.22.
  2430. *) Bugfix: a cached response may be broken if "proxy/fastcgi/scgi/
  2431. uwsgi_cache_bypass" and "proxy/fastcgi/scgi/uwsgi_no_cache" directive
  2432. values were different; the bug had appeared in 0.8.46.
  2433. Changes with nginx 1.0.2 10 May 2011
  2434. *) Feature: now shared zones and caches use POSIX semaphores.
  2435. *) Bugfix: in the "rotate" parameter of the "image_filter" directive.
  2436. Thanks to Adam Bocim.
  2437. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
  2438. 1.0.1.
  2439. Changes with nginx 1.0.1 03 May 2011
  2440. *) Change: now the "split_clients" directive uses MurmurHash2 algorithm
  2441. because of better distribution.
  2442. Thanks to Oleg Mamontov.
  2443. *) Change: now long strings starting with zero are not considered as
  2444. false values.
  2445. Thanks to Maxim Dounin.
  2446. *) Change: now nginx uses a default listen backlog value 511 on Linux.
  2447. *) Feature: the $upstream_... variables may be used in the SSI and perl
  2448. modules.
  2449. *) Bugfix: now nginx limits better disk cache size.
  2450. Thanks to Oleg Mamontov.
  2451. *) Bugfix: a segmentation fault might occur while parsing incorrect IPv4
  2452. address; the bug had appeared in 0.9.3.
  2453. Thanks to Maxim Dounin.
  2454. *) Bugfix: nginx could not be built by gcc 4.6 without --with-debug
  2455. option.
  2456. *) Bugfix: nginx could not be built on Solaris 9 and earlier; the bug
  2457. had appeared in 0.9.3.
  2458. Thanks to Dagobert Michelsen.
  2459. *) Bugfix: $request_time variable had invalid values if subrequests were
  2460. used; the bug had appeared in 0.8.47.
  2461. Thanks to Igor A. Valcov.
  2462. Changes with nginx 1.0.0 12 Apr 2011
  2463. *) Bugfix: a cache manager might hog CPU after reload.
  2464. Thanks to Maxim Dounin.
  2465. *) Bugfix: an "image_filter crop" directive worked incorrectly coupled
  2466. with an "image_filter rotate 180" directive.
  2467. *) Bugfix: a "satisfy any" directive disabled custom 401 error page.
  2468. Changes with nginx 0.9.7 04 Apr 2011
  2469. *) Feature: now keepalive connections may be closed premature, if there
  2470. are no free worker connections.
  2471. Thanks to Maxim Dounin.
  2472. *) Feature: the "rotate" parameter of the "image_filter" directive.
  2473. Thanks to Adam Bocim.
  2474. *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
  2475. "uwsgi_pass" directives is given by expression and refers to a
  2476. defined upstream.
  2477. Changes with nginx 0.9.6 21 Mar 2011
  2478. *) Feature: the "map" directive supports regular expressions as value of
  2479. the first parameter.
  2480. *) Feature: $time_iso8601 access_log variable.
  2481. Thanks to Michael Lustfield.
  2482. Changes with nginx 0.9.5 21 Feb 2011
  2483. *) Change: now nginx uses a default listen backlog value -1 on Linux.
  2484. Thanks to Andrei Nigmatulin.
  2485. *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"
  2486. directives.
  2487. Thanks to Denis F. Latypoff.
  2488. *) Bugfix: in a default "proxy_redirect" directive if "proxy_pass"
  2489. directive has no URI part.
  2490. Thanks to Maxim Dounin.
  2491. *) Bugfix: an "error_page" directive did not work with nonstandard error
  2492. codes; the bug had appeared in 0.8.53.
  2493. Thanks to Maxim Dounin.
  2494. Changes with nginx 0.9.4 21 Jan 2011
  2495. *) Feature: the "server_name" directive supports the $hostname variable.
  2496. *) Feature: 494 code for "Request Header Too Large" error.
  2497. Changes with nginx 0.9.3 13 Dec 2010
  2498. *) Bugfix: if there was a single server for given IPv6 address:port
  2499. pair, then captures in regular expressions in a "server_name"
  2500. directive did not work.
  2501. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
  2502. 0.9.0.
  2503. Changes with nginx 0.9.2 06 Dec 2010
  2504. *) Feature: the "If-Unmodified-Since" client request header line
  2505. support.
  2506. *) Workaround: fallback to accept() syscall if accept4() was not
  2507. implemented; the issue had appeared in 0.9.0.
  2508. *) Bugfix: nginx could not be built on Cygwin; the bug had appeared in
  2509. 0.9.0.
  2510. *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
  2511. Thanks to Maxim Dounin.
  2512. Changes with nginx 0.9.1 30 Nov 2010
  2513. *) Bugfix: "return CODE message" directives did not work; the bug had
  2514. appeared in 0.9.0.
  2515. Changes with nginx 0.9.0 29 Nov 2010
  2516. *) Feature: the "keepalive_disable" directive.
  2517. *) Feature: the "map" directive supports variables as value of a defined
  2518. variable.
  2519. *) Feature: the "map" directive supports empty strings as value of the
  2520. first parameter.
  2521. *) Feature: the "map" directive supports expressions as the first
  2522. parameter.
  2523. *) Feature: nginx(8) manual page.
  2524. Thanks to Sergey Osokin.
  2525. *) Feature: Linux accept4() support.
  2526. Thanks to Simon Liu.
  2527. *) Workaround: elimination of Linux linker warning about "sys_errlist"
  2528. and "sys_nerr"; the warning had appeared in 0.8.35.
  2529. *) Bugfix: a segmentation fault might occur in a worker process, if the
  2530. "auth_basic" directive was used.
  2531. Thanks to Michail Laletin.
  2532. *) Bugfix: compatibility with ngx_http_eval_module; the bug had appeared
  2533. in 0.8.42.
  2534. Changes with nginx 0.8.53 18 Oct 2010
  2535. *) Feature: now the "error_page" directive allows to change a status
  2536. code in a redirect.
  2537. *) Feature: the "gzip_disable" directive supports special "degradation"
  2538. mask.
  2539. *) Bugfix: a socket leak might occurred if file AIO was used.
  2540. Thanks to Maxim Dounin.
  2541. *) Bugfix: if the first server had no "listen" directive and there was
  2542. no explicit default server, then a next server with a "listen"
  2543. directive became the default server; the bug had appeared in 0.8.21.
  2544. Changes with nginx 0.8.52 28 Sep 2010
  2545. *) Bugfix: nginx used SSL mode for a listen socket if any listen option
  2546. was set; the bug had appeared in 0.8.51.
  2547. Changes with nginx 0.8.51 27 Sep 2010
  2548. *) Change: the "secure_link_expires" directive has been canceled.
  2549. *) Change: a logging level of resolver errors has been lowered from
  2550. "alert" to "error".
  2551. *) Feature: now a listen socket "ssl" parameter may be set several
  2552. times.
  2553. Changes with nginx 0.8.50 02 Sep 2010
  2554. *) Feature: the "secure_link", "secure_link_md5", and
  2555. "secure_link_expires" directives of the ngx_http_secure_link_module.
  2556. *) Feature: the -q switch.
  2557. Thanks to Gena Makhomed.
  2558. *) Bugfix: worker processes may got caught in an endless loop during
  2559. reconfiguration, if a caching was used; the bug had appeared in
  2560. 0.8.48.
  2561. *) Bugfix: in the "gzip_disable" directive.
  2562. Thanks to Derrick Petzold.
  2563. *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
  2564. signals to a process run in other session.
  2565. Changes with nginx 0.8.49 09 Aug 2010
  2566. *) Feature: the "image_filter_jpeg_quality" directive supports
  2567. variables.
  2568. *) Bugfix: a segmentation fault might occur in a worker process, if the
  2569. $geoip_region_name variables was used; the bug had appeared in
  2570. 0.8.48.
  2571. *) Bugfix: errors intercepted by error_page were cached only for next
  2572. request; the bug had appeared in 0.8.48.
  2573. Changes with nginx 0.8.48 03 Aug 2010
  2574. *) Change: now the "server_name" directive default value is an empty
  2575. name "".
  2576. Thanks to Gena Makhomed.
  2577. *) Change: now the "server_name_in_redirect" directive default value is
  2578. "off".
  2579. *) Feature: the $geoip_dma_code, $geoip_area_code, and
  2580. $geoip_region_name variables.
  2581. Thanks to Christine McGonagle.
  2582. *) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
  2583. "scgi_pass" directives were not inherited inside "limit_except"
  2584. blocks.
  2585. *) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
  2586. "uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not
  2587. work; the bug had appeared in 0.8.46.
  2588. *) Bugfix: the "fastcgi_split_path_info" directive used incorrectly
  2589. captures, if only parts of an URI were captured.
  2590. Thanks to Yuriy Taraday and Frank Enderle.
  2591. *) Bugfix: the "rewrite" directive did not escape a ";" character during
  2592. copying from URI to query string.
  2593. Thanks to Daisuke Murase.
  2594. *) Bugfix: the ngx_http_image_filter_module closed a connection, if an
  2595. image was larger than "image_filter_buffer" size.
  2596. Changes with nginx 0.8.47 28 Jul 2010
  2597. *) Bugfix: $request_time variable had invalid values for subrequests.
  2598. *) Bugfix: errors intercepted by error_page could not be cached.
  2599. *) Bugfix: a cache manager process may got caught in an endless loop, if
  2600. max_size parameter was used; the bug had appeared in 0.8.46.
  2601. Changes with nginx 0.8.46 19 Jul 2010
  2602. *) Change: now the "proxy_no_cache", "fastcgi_no_cache",
  2603. "uwsgi_no_cache", and "scgi_no_cache" directives affect on a cached
  2604. response saving only.
  2605. *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
  2606. "uwsgi_cache_bypass", and "scgi_cache_bypass" directives.
  2607. *) Bugfix: nginx did not free memory in cache keys zones if there was an
  2608. error during working with backend: the memory was freed only after
  2609. inactivity time or on memory low condition.
  2610. Changes with nginx 0.8.45 13 Jul 2010
  2611. *) Feature: ngx_http_xslt_filter improvements.
  2612. Thanks to Laurence Rowe.
  2613. *) Bugfix: SSI response might be truncated after include with
  2614. wait="yes"; the bug had appeared in 0.7.25.
  2615. Thanks to Maxim Dounin.
  2616. *) Bugfix: the "listen" directive did not support the "setfib=0"
  2617. parameter.
  2618. Changes with nginx 0.8.44 05 Jul 2010
  2619. *) Change: now nginx does not cache by default backend responses, if
  2620. they have a "Set-Cookie" header line.
  2621. *) Feature: the "listen" directive supports the "setfib" parameter.
  2622. Thanks to Andrew Filonov.
  2623. *) Bugfix: the "sub_filter" directive might change character case on
  2624. partial match.
  2625. *) Bugfix: compatibility with HP/UX.
  2626. *) Bugfix: compatibility with AIX xlC_r compiler.
  2627. *) Bugfix: nginx treated large SSLv2 packets as plain requests.
  2628. Thanks to Miroslaw Jaworski.
  2629. Changes with nginx 0.8.43 30 Jun 2010
  2630. *) Feature: large geo ranges base loading speed-up.
  2631. *) Bugfix: an error_page redirection to "location /zero {return 204;}"
  2632. without changing status code kept the error body; the bug had
  2633. appeared in 0.8.42.
  2634. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration.
  2635. Thanks to Maxim Dounin.
  2636. *) Bugfix: the $uid_set variable may be used at any request processing
  2637. stage.
  2638. Changes with nginx 0.8.42 21 Jun 2010
  2639. *) Change: now nginx tests locations given by regular expressions, if
  2640. request was matched exactly by a location given by a prefix string.
  2641. The previous behavior has been introduced in 0.7.1.
  2642. *) Feature: the ngx_http_scgi_module.
  2643. Thanks to Manlio Perillo.
  2644. *) Feature: a text answer may be added to a "return" directive.
  2645. Changes with nginx 0.8.41 15 Jun 2010
  2646. *) Security: nginx/Windows worker might be terminated abnormally if a
  2647. requested file name has invalid UTF-8 encoding.
  2648. *) Change: now nginx allows to use spaces in a request line.
  2649. *) Bugfix: the "proxy_redirect" directive changed incorrectly a backend
  2650. "Refresh" response header line.
  2651. Thanks to Andrey Andreew and Max Sogin.
  2652. *) Bugfix: nginx did not support path without host name in "Destination"
  2653. request header line.
  2654. Changes with nginx 0.8.40 07 Jun 2010
  2655. *) Security: now nginx/Windows ignores default file stream name.
  2656. Thanks to Jose Antonio Vazquez Gonzalez.
  2657. *) Feature: the ngx_http_uwsgi_module.
  2658. Thanks to Roberto De Ioris.
  2659. *) Feature: a "fastcgi_param" directive with value starting with "HTTP_"
  2660. overrides a client request header line.
  2661. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
  2662. header lines were passed to FastCGI-server while caching.
  2663. *) Bugfix: listen unix domain socket could not be changed during
  2664. reconfiguration.
  2665. Thanks to Maxim Dounin.
  2666. Changes with nginx 0.8.39 31 May 2010
  2667. *) Bugfix: an inherited "alias" directive worked incorrectly in
  2668. inclusive location.
  2669. *) Bugfix: in "alias" with variables and "try_files" directives
  2670. combination.
  2671. *) Bugfix: listen unix domain and IPv6 sockets did not inherit while
  2672. online upgrade.
  2673. Thanks to Maxim Dounin.
  2674. Changes with nginx 0.8.38 24 May 2010
  2675. *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives.
  2676. *) Feature: now the "rewrite" directive does a redirect automatically if
  2677. the $scheme variable is used.
  2678. Thanks to Piotr Sikora.
  2679. *) Bugfix: now "limit_req" delay directive conforms to the described
  2680. algorithm.
  2681. Thanks to Maxim Dounin.
  2682. *) Bugfix: the $uid_got variable might not be used in the SSI and perl
  2683. modules.
  2684. Changes with nginx 0.8.37 17 May 2010
  2685. *) Feature: the ngx_http_split_clients_module.
  2686. *) Feature: the "map" directive supports keys more than 255 characters.
  2687. *) Bugfix: nginx ignored the "private" and "no-store" values in the
  2688. "Cache-Control" backend response header line.
  2689. *) Bugfix: a "stub" parameter of an "include" SSI directive was not
  2690. used, if empty response has 200 status code.
  2691. *) Bugfix: if a proxied or FastCGI request was internally redirected to
  2692. another proxied or FastCGI location, then a segmentation fault might
  2693. occur in a worker process; the bug had appeared in 0.8.33.
  2694. Thanks to Yichun Zhang.
  2695. *) Bugfix: IMAP connections may hang until they timed out while talking
  2696. to Zimbra server.
  2697. Thanks to Alan Batie.
  2698. Changes with nginx 0.8.36 22 Apr 2010
  2699. *) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE, COPY,
  2700. and MOVE methods for symlinks.
  2701. *) Bugfix: values of the $query_string, $arg_..., etc. variables cached
  2702. in main request were used by the SSI module in subrequests.
  2703. *) Bugfix: a variable value was repeatedly encoded after each an "echo"
  2704. SSI-command output; the bug had appeared in 0.6.14.
  2705. *) Bugfix: a worker process hung if a FIFO file was requested.
  2706. Thanks to Vicente Aguilar and Maxim Dounin.
  2707. *) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux.
  2708. Thanks to Maxim Dounin.
  2709. *) Bugfix: nginx could not be built --without-http-cache; the bug had
  2710. appeared in 0.8.35.
  2711. Changes with nginx 0.8.35 01 Apr 2010
  2712. *) Change: now the charset filter runs before the SSI filter.
  2713. *) Feature: the "chunked_transfer_encoding" directive.
  2714. *) Bugfix: an "&" character was not escaped when it was copied in
  2715. arguments part in a rewrite rule.
  2716. *) Bugfix: nginx might be terminated abnormally while a signal
  2717. processing or if the directive "timer_resolution" was used on
  2718. platforms which do not support kqueue or eventport notification
  2719. methods.
  2720. Thanks to George Xie and Maxim Dounin.
  2721. *) Bugfix: if temporary files and permanent storage area resided at
  2722. different file systems, then permanent file modification times were
  2723. incorrect.
  2724. Thanks to Maxim Dounin.
  2725. *) Bugfix: ngx_http_memcached_module might issue the error message
  2726. "memcached sent invalid trailer".
  2727. Thanks to Maxim Dounin.
  2728. *) Bugfix: nginx could not built zlib-1.2.4 library using the library
  2729. sources.
  2730. Thanks to Maxim Dounin.
  2731. *) Bugfix: a segmentation fault occurred in a worker process, if there
  2732. was large stderr output before FastCGI response; the bug had appeared
  2733. in 0.8.34.
  2734. Thanks to Maxim Dounin.
  2735. Changes with nginx 0.8.34 03 Mar 2010
  2736. *) Bugfix: nginx did not support all ciphers and digests used in client
  2737. certificates.
  2738. Thanks to Innocenty Enikeew.
  2739. *) Bugfix: nginx cached incorrectly FastCGI responses if there was large
  2740. stderr output before response.
  2741. *) Bugfix: nginx did not support HTTPS referrers.
  2742. *) Bugfix: nginx/Windows might not find file if path in configuration
  2743. was given in other character case; the bug had appeared in 0.8.33.
  2744. *) Bugfix: the $date_local variable has an incorrect value, if the "%s"
  2745. format was used.
  2746. Thanks to Maxim Dounin.
  2747. *) Bugfix: if ssl_session_cache was not set or was set to "none", then
  2748. during client certificate verify the error "session id context
  2749. uninitialized" might occur; the bug had appeared in 0.7.1.
  2750. *) Bugfix: a geo range returned default value if the range included two
  2751. or more /16 networks and did not begin at /16 network boundary.
  2752. *) Bugfix: a block used in a "stub" parameter of an "include" SSI
  2753. directive was output with "text/plain" MIME type.
  2754. *) Bugfix: $r->sleep() did not work; the bug had appeared in 0.8.11.
  2755. Changes with nginx 0.8.33 01 Feb 2010
  2756. *) Security: now nginx/Windows ignores trailing spaces in URI.
  2757. Thanks to Dan Crowley, Core Security Technologies.
  2758. *) Security: now nginx/Windows ignores short files names.
  2759. Thanks to Dan Crowley, Core Security Technologies.
  2760. *) Change: now keepalive connections after POST requests are not
  2761. disabled for MSIE 7.0+.
  2762. Thanks to Adam Lounds.
  2763. *) Workaround: now keepalive connections are disabled for Safari.
  2764. Thanks to Joshua Sierles.
  2765. *) Bugfix: if a proxied or FastCGI request was internally redirected to
  2766. another proxied or FastCGI location, then $upstream_response_time
  2767. variable may have abnormally large value; the bug had appeared in
  2768. 0.8.7.
  2769. *) Bugfix: a segmentation fault might occur in a worker process, while
  2770. discarding a request body; the bug had appeared in 0.8.11.
  2771. Changes with nginx 0.8.32 11 Jan 2010
  2772. *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
  2773. Thanks to Maxim Dounin.
  2774. *) Bugfix: regular expression named captures worked for two names only.
  2775. Thanks to Maxim Dounin.
  2776. *) Bugfix: now the "localhost" name is used in the "Host" request header
  2777. line, if an unix domain socket is defined in the "auth_http"
  2778. directive.
  2779. Thanks to Maxim Dounin.
  2780. *) Bugfix: nginx did not support chunked transfer encoding for 201
  2781. responses.
  2782. Thanks to Julian Reich.
  2783. *) Bugfix: if the "expires modified" set date in the past, then a
  2784. negative number was set in the "Cache-Control" response header line.
  2785. Thanks to Alex Kapranoff.
  2786. Changes with nginx 0.8.31 23 Dec 2009
  2787. *) Feature: now the "error_page" directive may redirect the 301 and 302
  2788. responses.
  2789. *) Feature: the $geoip_city_continent_code, $geoip_latitude, and
  2790. $geoip_longitude variables.
  2791. Thanks to Arvind Sundararajan.
  2792. *) Feature: now the ngx_http_image_filter_module deletes always EXIF and
  2793. other application specific data if the data consume more than 5% of a
  2794. JPEG file.
  2795. *) Bugfix: nginx closed a connection if a cached response had an empty
  2796. body.
  2797. Thanks to Piotr Sikora.
  2798. *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher
  2799. optimization option was used.
  2800. Thanks to Maxim Dounin and Denis F. Latypoff.
  2801. *) Bugfix: regular expressions in location were always tested in
  2802. case-sensitive mode; the bug had appeared in 0.8.25.
  2803. *) Bugfix: nginx cached a 304 response if there was the "If-None-Match"
  2804. header line in a proxied request.
  2805. Thanks to Tim Dettrick and David Kostal.
  2806. *) Bugfix: nginx/Windows tried to delete a temporary file twice if the
  2807. file should replace an already existent file.
  2808. Changes with nginx 0.8.30 15 Dec 2009
  2809. *) Change: now the default buffer size of the
  2810. "large_client_header_buffers" directive is 8K.
  2811. Thanks to Andrew Cholakian.
  2812. *) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
  2813. *) Bugfix: nginx/Windows tried to rename a temporary file twice if the
  2814. file should replace an already existent file.
  2815. *) Bugfix: of "double free or corruption" error issued if host could not
  2816. be resolved; the bug had appeared in 0.8.22.
  2817. Thanks to Konstantin Svist.
  2818. *) Bugfix: in libatomic usage on some platforms.
  2819. Thanks to W-Mark Kubacki.
  2820. Changes with nginx 0.8.29 30 Nov 2009
  2821. *) Change: now the "009" status code is written to an access log for
  2822. proxied HTTP/0.9 responses.
  2823. *) Feature: the "addition_types", "charset_types", "gzip_types",
  2824. "ssi_types", "sub_filter_types", and "xslt_types" directives support
  2825. an "*" parameter.
  2826. *) Feature: GCC 4.1+ built-in atomic operations usage.
  2827. Thanks to W-Mark Kubacki.
  2828. *) Feature: the --with-libatomic[=DIR] option in the configure.
  2829. Thanks to W-Mark Kubacki.
  2830. *) Bugfix: listen unix domain socket had limited access rights.
  2831. *) Bugfix: cached HTTP/0.9 responses were handled incorrectly.
  2832. *) Bugfix: regular expression named captures given by "?P<...>" did not
  2833. work in a "server_name" directive.
  2834. Thanks to Maxim Dounin.
  2835. Changes with nginx 0.8.28 23 Nov 2009
  2836. *) Bugfix: nginx could not be built with the --without-pcre parameter;
  2837. the bug had appeared in 0.8.25.
  2838. Changes with nginx 0.8.27 17 Nov 2009
  2839. *) Bugfix: regular expressions did not work in nginx/Windows; the bug
  2840. had appeared in 0.8.25.
  2841. Changes with nginx 0.8.26 16 Nov 2009
  2842. *) Bugfix: in captures usage in "rewrite" directive; the bug had
  2843. appeared in 0.8.25.
  2844. *) Bugfix: nginx could not be built without the --with-debug option; the
  2845. bug had appeared in 0.8.25.
  2846. Changes with nginx 0.8.25 16 Nov 2009
  2847. *) Change: now no message is written in an error log if a variable is
  2848. not found by $r->variable() method.
  2849. *) Feature: the ngx_http_degradation_module.
  2850. *) Feature: regular expression named captures.
  2851. *) Feature: now URI part is not required a "proxy_pass" directive if
  2852. variables are used.
  2853. *) Feature: now the "msie_padding" directive works for Chrome too.
  2854. *) Bugfix: a segmentation fault occurred in a worker process on low
  2855. memory condition; the bug had appeared in 0.8.18.
  2856. *) Bugfix: nginx sent gzipped responses to clients those do not support
  2857. gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared
  2858. in 0.8.16.
  2859. Changes with nginx 0.8.24 11 Nov 2009
  2860. *) Bugfix: nginx always added "Content-Encoding: gzip" response header
  2861. line in 304 responses sent by ngx_http_gzip_static_module.
  2862. *) Bugfix: nginx could not be built without the --with-debug option; the
  2863. bug had appeared in 0.8.23.
  2864. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive
  2865. inherited incorrectly from previous level.
  2866. *) Bugfix: in resolving empty name.
  2867. Changes with nginx 0.8.23 11 Nov 2009
  2868. *) Security: now SSL/TLS renegotiation is disabled.
  2869. Thanks to Maxim Dounin.
  2870. *) Bugfix: listen unix domain socket did not inherit while online
  2871. upgrade.
  2872. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did
  2873. not without yet another directive with any IP address.
  2874. *) Bugfix: segmentation fault and infinite looping in resolver.
  2875. *) Bugfix: in resolver.
  2876. Thanks to Artem Bokhan.
  2877. Changes with nginx 0.8.22 03 Nov 2009
  2878. *) Feature: the "proxy_bind", "fastcgi_bind", and "memcached_bind"
  2879. directives.
  2880. *) Feature: the "access" and the "deny" directives support IPv6.
  2881. *) Feature: the "set_real_ip_from" directive supports IPv6 addresses in
  2882. request headers.
  2883. *) Feature: the "unix:" parameter of the "set_real_ip_from" directive.
  2884. *) Bugfix: nginx did not delete unix domain socket after configuration
  2885. testing.
  2886. *) Bugfix: nginx deleted unix domain socket while online upgrade.
  2887. *) Bugfix: the "!-x" operator did not work.
  2888. Thanks to Maxim Dounin.
  2889. *) Bugfix: a segmentation fault might occur in a worker process, if
  2890. limit_rate was used in HTTPS server.
  2891. Thanks to Maxim Dounin.
  2892. *) Bugfix: a segmentation fault might occur in a worker process while
  2893. $limit_rate logging.
  2894. Thanks to Maxim Dounin.
  2895. *) Bugfix: a segmentation fault might occur in a worker process, if
  2896. there was no "listen" directive in "server" block; the bug had
  2897. appeared in 0.8.21.
  2898. Changes with nginx 0.8.21 26 Oct 2009
  2899. *) Feature: now the "-V" switch shows TLS SNI support.
  2900. *) Feature: the "listen" directive of the HTTP module supports unix
  2901. domain sockets.
  2902. Thanks to Hongli Lai.
  2903. *) Feature: the "default_server" parameter of the "listen" directive.
  2904. *) Feature: now a "default" parameter is not required to set listen
  2905. socket options.
  2906. *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;
  2907. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
  2908. Changes with nginx 0.8.20 14 Oct 2009
  2909. *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".
  2910. *) Bugfix: the ngx_http_autoindex_module did not show the trailing slash
  2911. in links to a directory; the bug had appeared in 0.7.15.
  2912. *) Bugfix: nginx did not close a log file set by the --error-log-path
  2913. configuration option; the bug had appeared in 0.7.53.
  2914. *) Bugfix: nginx did not treat a comma as separator in the
  2915. "Cache-Control" backend response header line.
  2916. *) Bugfix: nginx/Windows might not create temporary file, a cache file,
  2917. or "proxy/fastcgi_store"d file if a worker had no enough access
  2918. rights for top level directories.
  2919. *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines were
  2920. not hidden while caching if no "fastcgi_hide_header" directives were
  2921. used with any parameters.
  2922. *) Bugfix: nginx counted incorrectly disk cache size.
  2923. Changes with nginx 0.8.19 06 Oct 2009
  2924. *) Change: now SSLv2 protocol is disabled by default.
  2925. *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
  2926. *) Bugfix: a "limit_req" directive did not work; the bug had appeared in
  2927. 0.8.18.
  2928. Changes with nginx 0.8.18 06 Oct 2009
  2929. *) Feature: the "read_ahead" directive.
  2930. *) Feature: now several "perl_modules" directives may be used.
  2931. *) Feature: the "limit_req_log_level" and "limit_conn_log_level"
  2932. directives.
  2933. *) Bugfix: now "limit_req" directive conforms to the leaky bucket
  2934. algorithm.
  2935. Thanks to Maxim Dounin.
  2936. *) Bugfix: nginx did not work on Linux/sparc.
  2937. Thanks to Marcus Ramberg.
  2938. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL
  2939. request.
  2940. Thanks to Xie Zhenye.
  2941. *) Bugfix: zero status code was logged instead of 499 status code; the
  2942. bug had appeared in 0.8.11.
  2943. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
  2944. Changes with nginx 0.8.17 28 Sep 2009
  2945. *) Security: now "/../" are disabled in "Destination" request header
  2946. line.
  2947. *) Change: now $host variable value is always low case.
  2948. *) Feature: the $ssl_session_id variable.
  2949. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
  2950. Changes with nginx 0.8.16 22 Sep 2009
  2951. *) Feature: the "image_filter_transparency" directive.
  2952. *) Bugfix: "addition_types" directive was incorrectly named
  2953. "addtion_types".
  2954. *) Bugfix: resolver cache poisoning.
  2955. Thanks to Matthew Dempsky.
  2956. *) Bugfix: memory leak in resolver.
  2957. Thanks to Matthew Dempsky.
  2958. *) Bugfix: invalid request line in $request variable was written in
  2959. access_log only if error_log was set to "info" or "debug" level.
  2960. *) Bugfix: in PNG alpha-channel support in the
  2961. ngx_http_image_filter_module.
  2962. *) Bugfix: nginx always added "Vary: Accept-Encoding" response header
  2963. line, if both "gzip_static" and "gzip_vary" were on.
  2964. *) Bugfix: in UTF-8 encoding support by "try_files" directive in
  2965. nginx/Windows.
  2966. *) Bugfix: in "post_action" directive usage; the bug had appeared in
  2967. 0.8.11.
  2968. Thanks to Igor Artemiev.
  2969. Changes with nginx 0.8.15 14 Sep 2009
  2970. *) Security: a segmentation fault might occur in worker process while
  2971. specially crafted request handling.
  2972. Thanks to Chris Ries.
  2973. *) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld
  2974. were defined, then the name .sub.domain.tld was matched by
  2975. .domain.tld.
  2976. *) Bugfix: in transparency support in the ngx_http_image_filter_module.
  2977. *) Bugfix: in file AIO.
  2978. *) Bugfix: in X-Accel-Redirect usage; the bug had appeared in 0.8.11.
  2979. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
  2980. Changes with nginx 0.8.14 07 Sep 2009
  2981. *) Bugfix: an expired cached response might stick in the "UPDATING"
  2982. state.
  2983. *) Bugfix: a segmentation fault might occur in worker process, if
  2984. error_log was set to info or debug level.
  2985. Thanks to Sergey Bochenkov.
  2986. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
  2987. *) Bugfix: an "error_page" directive did not redirect a 413 error; the
  2988. bug had appeared in 0.6.10.
  2989. Changes with nginx 0.8.13 31 Aug 2009
  2990. *) Bugfix: in the "aio sendfile" directive; the bug had appeared in
  2991. 0.8.12.
  2992. *) Bugfix: nginx could not be built without the --with-file-aio option
  2993. on FreeBSD; the bug had appeared in 0.8.12.
  2994. Changes with nginx 0.8.12 31 Aug 2009
  2995. *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD.
  2996. *) Bugfix: in try_files; the bug had appeared in 0.8.11.
  2997. *) Bugfix: in memcached; the bug had appeared in 0.8.11.
  2998. Changes with nginx 0.8.11 28 Aug 2009
  2999. *) Change: now directive "gzip_disable msie6" does not disable gzipping
  3000. for MSIE 6.0 SV1.
  3001. *) Feature: file AIO support on FreeBSD and Linux.
  3002. *) Feature: the "directio_alignment" directive.
  3003. Changes with nginx 0.8.10 24 Aug 2009
  3004. *) Bugfix: memory leaks if GeoIP City database was used.
  3005. *) Bugfix: in copying temporary files to permanent storage area; the bug
  3006. had appeared in 0.8.9.
  3007. Changes with nginx 0.8.9 17 Aug 2009
  3008. *) Feature: now the start cache loader runs in a separate process; this
  3009. should improve large caches handling.
  3010. *) Feature: now temporary files and permanent storage area may reside at
  3011. different file systems.
  3012. Changes with nginx 0.8.8 10 Aug 2009
  3013. *) Bugfix: in handling FastCGI headers split in records.
  3014. *) Bugfix: a segmentation fault occurred in worker process, if a request
  3015. was handled in two proxied or FastCGIed locations and a caching was
  3016. enabled in the first location; the bug had appeared in 0.8.7.
  3017. Changes with nginx 0.8.7 27 Jul 2009
  3018. *) Change: minimum supported OpenSSL version is 0.9.7.
  3019. *) Change: the "ask" parameter of the "ssl_verify_client" directive was
  3020. changed to the "optional" parameter and now it checks a client
  3021. certificate if it was offered.
  3022. Thanks to Brice Figureau.
  3023. *) Feature: the $ssl_client_verify variable.
  3024. Thanks to Brice Figureau.
  3025. *) Feature: the "ssl_crl" directive.
  3026. Thanks to Brice Figureau.
  3027. *) Feature: the "proxy" parameter of the "geo" directive.
  3028. *) Feature: the "image_filter" directive supports variables for setting
  3029. size.
  3030. *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the bug
  3031. had appeared in 0.7.7.
  3032. Thanks to Sergey Zhuravlev.
  3033. *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did
  3034. not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate",
  3035. "X-Accel-Buffering", and "X-Accel-Charset" lines from backend
  3036. response header.
  3037. Thanks to Maxim Dounin.
  3038. *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend
  3039. response header lines; the bug had appeared in 0.7.44.
  3040. Thanks to Maxim Dounin.
  3041. *) Bugfix: the "[alert] zero size buf" error if subrequest returns an
  3042. empty response; the bug had appeared in 0.8.5.
  3043. Changes with nginx 0.8.6 20 Jul 2009
  3044. *) Feature: the ngx_http_geoip_module.
  3045. *) Bugfix: XSLT filter may fail with message "not well formed XML
  3046. document" for valid XML document.
  3047. Thanks to Kuramoto Eiji.
  3048. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a
  3049. regular expression are always tested in case insensitive mode.
  3050. *) Bugfix: now nginx/Windows ignores trailing dots in URI.
  3051. Thanks to Hugo Leisink.
  3052. *) Bugfix: name of file specified in --conf-path was not honored during
  3053. installation; the bug had appeared in 0.6.6.
  3054. Thanks to Maxim Dounin.
  3055. Changes with nginx 0.8.5 13 Jul 2009
  3056. *) Bugfix: now nginx allows underscores in a request method.
  3057. *) Bugfix: a 500 error code was returned for invalid login/password
  3058. while HTTP Basic authentication on Windows.
  3059. *) Bugfix: ngx_http_perl_module responses did not work in subrequests.
  3060. *) Bugfix: in ngx_http_limit_req_module.
  3061. Thanks to Maxim Dounin.
  3062. Changes with nginx 0.8.4 22 Jun 2009
  3063. *) Bugfix: nginx could not be built --without-http-cache; the bug had
  3064. appeared in 0.8.3.
  3065. Changes with nginx 0.8.3 19 Jun 2009
  3066. *) Feature: the $upstream_cache_status variable.
  3067. *) Bugfix: nginx could not be built on MacOSX 10.6.
  3068. *) Bugfix: nginx could not be built --without-http-cache; the bug had
  3069. appeared in 0.8.2.
  3070. *) Bugfix: a segmentation fault occurred in worker process, if a backend
  3071. 401 error was intercepted and the backend did not set the
  3072. "WWW-Authenticate" response header line.
  3073. Thanks to Eugene Mychlo.
  3074. Changes with nginx 0.8.2 15 Jun 2009
  3075. *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
  3076. start up.
  3077. *) Bugfix: open_file_cache might cache open file descriptors too long;
  3078. the bug had appeared in 0.7.4.
  3079. Changes with nginx 0.8.1 08 Jun 2009
  3080. *) Feature: the "updating" parameter in "proxy_cache_use_stale" and
  3081. "fastcgi_cache_use_stale" directives.
  3082. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
  3083. header lines were passed to backend while caching if no
  3084. "proxy_set_header" directive was used with any parameters.
  3085. *) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
  3086. hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
  3087. directives were used with any parameters.
  3088. *) Bugfix: the ngx_http_image_filter_module did not support GIF87a
  3089. format.
  3090. Thanks to Denis Ilyinyh.
  3091. *) Bugfix: nginx could not be built modules on Solaris 10 and early; the
  3092. bug had appeared in 0.7.56.
  3093. Changes with nginx 0.8.0 02 Jun 2009
  3094. *) Feature: the "keepalive_requests" directive.
  3095. *) Feature: the "limit_rate_after" directive.
  3096. Thanks to Ivan Debnar.
  3097. *) Bugfix: XLST filter did not work in subrequests.
  3098. *) Bugfix: in relative paths handling in nginx/Windows.
  3099. *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache
  3100. in nginx/Windows.
  3101. *) Bugfix: in memory allocation error handling.
  3102. Thanks to Maxim Dounin and Kirill A. Korinskiy.
  3103. Changes with nginx 0.7.59 25 May 2009
  3104. *) Feature: the "proxy_cache_methods" and "fastcgi_cache_methods"
  3105. directives.
  3106. *) Bugfix: socket leak; the bug had appeared in 0.7.25.
  3107. Thanks to Maxim Dounin.
  3108. *) Bugfix: a segmentation fault occurred in worker process, if a request
  3109. had no body and the $request_body variable was used;
  3110. the bug had appeared in 0.7.58.
  3111. *) Bugfix: the SSL modules might not built on Solaris and Linux;
  3112. the bug had appeared in 0.7.56.
  3113. *) Bugfix: ngx_http_xslt_filter_module responses were not handled by
  3114. SSI, charset, and gzip filters.
  3115. *) Bugfix: a "charset" directive did not set a charset to
  3116. ngx_http_gzip_static_module responses.
  3117. Changes with nginx 0.7.58 18 May 2009
  3118. *) Feature: a "listen" directive of the mail proxy module supports IPv6.
  3119. *) Feature: the "image_filter_jpeg_quality" directive.
  3120. *) Feature: the "client_body_in_single_buffer" directive.
  3121. *) Feature: the $request_body variable.
  3122. *) Bugfix: in ngx_http_autoindex_module in file name links having a ":"
  3123. symbol in the name.
  3124. *) Bugfix: "make upgrade" procedure did not work; the bug had appeared
  3125. in 0.7.53.
  3126. Thanks to Denis F. Latypoff.
  3127. Changes with nginx 0.7.57 12 May 2009
  3128. *) Bugfix: a floating-point fault occurred in worker process, if the
  3129. ngx_http_image_filter_module errors were redirected to named
  3130. location; the bug had appeared in 0.7.56.
  3131. Changes with nginx 0.7.56 11 May 2009
  3132. *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the
  3133. HTTP module.
  3134. *) Bugfix: in ngx_http_image_filter_module.
  3135. Changes with nginx 0.7.55 06 May 2009
  3136. *) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and
  3137. "fastcgi_cache_use_stale" directives did not work.
  3138. *) Bugfix: fastcgi cache did not cache header only responses.
  3139. *) Bugfix: of "select() failed (9: Bad file descriptor)" error in
  3140. nginx/Unix and "select() failed (10038: ...)" error in nginx/Windows.
  3141. *) Bugfix: a segmentation fault might occur in worker process, if an
  3142. "debug_connection" directive was used; the bug had appeared in
  3143. 0.7.54.
  3144. *) Bugfix: fix ngx_http_image_filter_module building errors.
  3145. *) Bugfix: the files bigger than 2G could not be transferred using
  3146. $r->sendfile.
  3147. Thanks to Maxim Dounin.
  3148. Changes with nginx 0.7.54 01 May 2009
  3149. *) Feature: the ngx_http_image_filter_module.
  3150. *) Feature: the "proxy_ignore_headers" and "fastcgi_ignore_headers"
  3151. directives.
  3152. *) Bugfix: a segmentation fault might occur in worker process, if an
  3153. "open_file_cache_errors off" directive was used; the bug had appeared
  3154. in 0.7.53.
  3155. *) Bugfix: the "port_in_redirect off" directive did not work; the bug
  3156. had appeared in 0.7.39.
  3157. *) Bugfix: improve handling of "select" method errors.
  3158. *) Bugfix: of "select() failed (10022: ...)" error in nginx/Windows.
  3159. *) Bugfix: in error text descriptions in nginx/Windows; the bug had
  3160. appeared in 0.7.53.
  3161. Changes with nginx 0.7.53 27 Apr 2009
  3162. *) Change: now a log set by --error-log-path is created from the very
  3163. start-up.
  3164. *) Feature: now the start up errors and warnings are outputted to an
  3165. error_log and stderr.
  3166. *) Feature: the empty --prefix= configure parameter forces nginx to use
  3167. a directory where it was run as prefix.
  3168. *) Feature: the -p switch.
  3169. *) Feature: the -s switch on Unix platforms.
  3170. *) Feature: the -? and -h switches.
  3171. Thanks to Jerome Loyet.
  3172. *) Feature: now switches may be set in condensed form.
  3173. *) Bugfix: nginx/Windows did not work if configuration file was given by
  3174. the -c switch.
  3175. *) Bugfix: temporary files might be not removed if the "proxy_store",
  3176. "fastcgi_store", "proxy_cache", or "fastcgi_cache" were used.
  3177. Thanks to Maxim Dounin.
  3178. *) Bugfix: an incorrect value was passed to mail proxy authentication
  3179. server in "Auth-Method" header line; the bug had appeared
  3180. in 0.7.34.
  3181. Thanks to Simon Lecaille.
  3182. *) Bugfix: system error text descriptions were not logged on Linux;
  3183. the bug had appeared in 0.7.45.
  3184. *) Bugfix: the "fastcgi_cache_min_uses" directive did not work.
  3185. Thanks to Andrew Vorobyoff.
  3186. Changes with nginx 0.7.52 20 Apr 2009
  3187. *) Feature: the first native Windows binary release.
  3188. *) Bugfix: in processing HEAD method while caching.
  3189. *) Bugfix: in processing the "If-Modified-Since", "If-Range", etc.
  3190. client request header lines while caching.
  3191. *) Bugfix: now the "Set-Cookie" and "P3P" header lines are hidden in
  3192. cacheable responses.
  3193. *) Bugfix: if nginx was built with the ngx_http_perl_module and with a
  3194. perl which supports threads, then during a master process exit the
  3195. message "panic: MUTEX_LOCK" might be issued.
  3196. *) Bugfix: nginx could not be built --without-http-cache; the bug had
  3197. appeared in 0.7.48.
  3198. *) Bugfix: nginx could not be built on platforms different from i386,
  3199. amd64, sparc, and ppc; the bug had appeared in 0.7.42.
  3200. Changes with nginx 0.7.51 12 Apr 2009
  3201. *) Feature: the "try_files" directive supports a response code in the
  3202. fallback parameter.
  3203. *) Feature: now any response code can be used in the "return" directive.
  3204. *) Bugfix: the "error_page" directive made an external redirect without
  3205. query string; the bug had appeared in 0.7.44.
  3206. *) Bugfix: if servers listened on several defined explicitly addresses,
  3207. then virtual servers might not work; the bug had appeared in 0.7.39.
  3208. Changes with nginx 0.7.50 06 Apr 2009
  3209. *) Bugfix: the $arg_... variables did not work; the bug had appeared in
  3210. 0.7.49.
  3211. Changes with nginx 0.7.49 06 Apr 2009
  3212. *) Bugfix: a segmentation fault might occur in worker process, if the
  3213. $arg_... variables were used; the bug had appeared in 0.7.48.
  3214. Changes with nginx 0.7.48 06 Apr 2009
  3215. *) Feature: the "proxy_cache_key" directive.
  3216. *) Bugfix: now nginx takes into account the "X-Accel-Expires",
  3217. "Expires", and "Cache-Control" header lines in a backend response.
  3218. *) Bugfix: now nginx caches responses for the GET requests only.
  3219. *) Bugfix: the "fastcgi_cache_key" directive was not inherited.
  3220. *) Bugfix: the $arg_... variables did not work with SSI subrequests.
  3221. Thanks to Maxim Dounin.
  3222. *) Bugfix: nginx could not be built with uclibc library.
  3223. Thanks to Timothy Redaelli.
  3224. *) Bugfix: nginx could not be built on OpenBSD; the bug had
  3225. appeared in 0.7.46.
  3226. Changes with nginx 0.7.47 01 Apr 2009
  3227. *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; the
  3228. bug had appeared in 0.7.46.
  3229. *) Bugfix: nginx could not be built on MacOSX; the bug had
  3230. appeared in 0.7.46.
  3231. *) Bugfix: if the "max_size" parameter was set, then the cache manager
  3232. might purge a whole cache; the bug had appeared in 0.7.46.
  3233. *) Change: a segmentation fault might occur in worker process, if the
  3234. "proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
  3235. "fastcgi_cache_valid" were set on different levels; the bug had
  3236. appeared in 0.7.46.
  3237. *) Bugfix: a segmentation fault might occur in worker process, if a
  3238. request was redirected to a proxied or FastCGI server via error_page
  3239. or try_files; the bug had appeared in 0.7.44.
  3240. Changes with nginx 0.7.46 30 Mar 2009
  3241. *) Bugfix: the previous release tarball was incorrect.
  3242. Changes with nginx 0.7.45 30 Mar 2009
  3243. *) Change: now the "proxy_cache" and the "proxy_cache_valid" directives
  3244. can be set on different levels.
  3245. *) Change: the "clean_time" parameter of the "proxy_cache_path"
  3246. directive is canceled.
  3247. *) Feature: the "max_size" parameter of the "proxy_cache_path"
  3248. directive.
  3249. *) Feature: the ngx_http_fastcgi_module preliminary cache support.
  3250. *) Feature: now on shared memory allocation errors directive and zone
  3251. names are logged.
  3252. *) Bugfix: the directive "add_header last-modified ''" did not delete a
  3253. "Last-Modified" response header line; the bug had appeared in 0.7.44.
  3254. *) Bugfix: a relative path in the "auth_basic_user_file" directive given
  3255. without variables did not work; the bug had appeared in 0.7.44.
  3256. Thanks to Jerome Loyet.
  3257. *) Bugfix: in an "alias" directive given using variables without
  3258. references to captures of regular expressions; the bug had appeared
  3259. in 0.7.42.
  3260. Changes with nginx 0.7.44 23 Mar 2009
  3261. *) Feature: the ngx_http_proxy_module preliminary cache support.
  3262. *) Feature: the --with-pcre option in the configure.
  3263. *) Feature: the "try_files" directive is now allowed on the server block
  3264. level.
  3265. *) Bugfix: the "try_files" directive handled incorrectly a query string
  3266. in a fallback parameter.
  3267. *) Bugfix: the "try_files" directive might test incorrectly directories.
  3268. *) Bugfix: if there was a single server for given address:port pair,
  3269. then captures in regular expressions in a "server_name" directive did
  3270. not work.
  3271. Changes with nginx 0.7.43 18 Mar 2009
  3272. *) Bugfix: a request was handled incorrectly, if a "root" directive used
  3273. variables; the bug had appeared in 0.7.42.
  3274. *) Bugfix: if a server listened on wildcard address, then the
  3275. $server_addr variable value was "0.0.0.0"; the bug had appeared in
  3276. 0.7.36.
  3277. Changes with nginx 0.7.42 16 Mar 2009
  3278. *) Change: now the "Invalid argument" error returned by
  3279. setsockopt(TCP_NODELAY) on Solaris, is ignored.
  3280. *) Change: now if a file specified in a "auth_basic_user_file" directive
  3281. is absent, then the 403 error is returned instead of the 500 one.
  3282. *) Feature: the "auth_basic_user_file" directive supports variables.
  3283. Thanks to Kirill A. Korinskiy.
  3284. *) Feature: the "listen" directive supports the "ipv6only" parameter.
  3285. Thanks to Zhang Hua.
  3286. *) Bugfix: in an "alias" directive with references to captures of
  3287. regular expressions; the bug had appeared in 0.7.40.
  3288. *) Bugfix: compatibility with Tru64 UNIX.
  3289. Thanks to Dustin Marquess.
  3290. *) Bugfix: nginx could not be built without PCRE library; the bug had
  3291. appeared in 0.7.41.
  3292. Changes with nginx 0.7.41 11 Mar 2009
  3293. *) Bugfix: a segmentation fault might occur in worker process, if a
  3294. "server_name" or a "location" directives had captures in regular
  3295. expressions; the issue had appeared in 0.7.40.
  3296. Thanks to Vladimir Sopot.
  3297. Changes with nginx 0.7.40 09 Mar 2009
  3298. *) Feature: the "location" directive supports captures in regular
  3299. expressions.
  3300. *) Feature: an "alias" directive with capture references may be used
  3301. inside a location given by a regular expression with captures.
  3302. *) Feature: the "server_name" directive supports captures in regular
  3303. expressions.
  3304. *) Workaround: the ngx_http_autoindex_module did not show the trailing
  3305. slash in directories on XFS filesystem; the issue had appeared in
  3306. 0.7.15.
  3307. Thanks to Dmitry Kuzmenko.
  3308. Changes with nginx 0.7.39 02 Mar 2009
  3309. *) Bugfix: large response with SSI might hang, if gzipping was enabled;
  3310. the bug had appeared in 0.7.28.
  3311. Thanks to Artem Bokhan.
  3312. *) Bugfix: a segmentation fault might occur in worker process, if short
  3313. static variants are used in a "try_files" directive.
  3314. Changes with nginx 0.7.38 23 Feb 2009
  3315. *) Feature: authentication failures logging.
  3316. *) Bugfix: name/password in auth_basic_user_file were ignored after odd
  3317. number of empty lines.
  3318. Thanks to Alexander Zagrebin.
  3319. *) Bugfix: a segmentation fault occurred in a master process, if long
  3320. path was used in unix domain socket; the bug had appeared in 0.7.36.
  3321. Changes with nginx 0.7.37 21 Feb 2009
  3322. *) Bugfix: directives using upstreams did not work; the bug had appeared
  3323. in 0.7.36.
  3324. Changes with nginx 0.7.36 21 Feb 2009
  3325. *) Feature: a preliminary IPv6 support; the "listen" directive of the
  3326. HTTP module supports IPv6.
  3327. *) Bugfix: the $ancient_browser variable did not work for browsers
  3328. preset by a "modern_browser" directives.
  3329. Changes with nginx 0.7.35 16 Feb 2009
  3330. *) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for
  3331. asymmetric ciphers.
  3332. Thanks to Marcin Gozdalik.
  3333. *) Bugfix: a "try_files" directive set MIME type depending on an
  3334. original request extension.
  3335. *) Bugfix: "*domain.tld" names were handled incorrectly in
  3336. "server_name", "valid_referers", and "map" directives, if
  3337. ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
  3338. the bug had appeared in 0.7.9.
  3339. Changes with nginx 0.7.34 10 Feb 2009
  3340. *) Feature: the "off" parameter of the "if_modified_since" directive.
  3341. *) Feature: now nginx sends an HELO/EHLO command after a XCLIENT
  3342. command.
  3343. Thanks to Maxim Dounin.
  3344. *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
  3345. in mail proxy server.
  3346. Thanks to Maxim Dounin.
  3347. *) Bugfix: in a redirect rewrite directive original arguments were
  3348. concatenated with new arguments by a "?" rather than an "&";
  3349. the bug had appeared in 0.1.18.
  3350. Thanks to Maxim Dounin.
  3351. *) Bugfix: nginx could not be built on AIX.
  3352. Changes with nginx 0.7.33 02 Feb 2009
  3353. *) Bugfix: a double response might be returned if the epoll or rtsig
  3354. methods are used and a redirect was returned to a request with body.
  3355. Thanks to Eden Li.
  3356. *) Bugfix: the $sent_http_location variable was empty for some redirects
  3357. types.
  3358. *) Bugfix: a segmentation fault might occur in worker process if
  3359. "resolver" directive was used in SMTP proxy.
  3360. Changes with nginx 0.7.32 26 Jan 2009
  3361. *) Feature: now a directory existence testing can be set explicitly in
  3362. the "try_files" directive.
  3363. *) Bugfix: fastcgi_store stored files not always.
  3364. *) Bugfix: in geo ranges.
  3365. *) Bugfix: in shared memory allocations if nginx was built without
  3366. debugging.
  3367. Thanks to Andrey Kvasov.
  3368. Changes with nginx 0.7.31 19 Jan 2009
  3369. *) Change: now the "try_files" directive tests files only and ignores
  3370. directories.
  3371. *) Feature: the "fastcgi_split_path_info" directive.
  3372. *) Bugfixes in an "Expect" request header line support.
  3373. *) Bugfixes in geo ranges.
  3374. *) Bugfix: in a miss case ngx_http_memcached_module returned the "END"
  3375. line as response body instead of default 404 page body; the bug had
  3376. appeared in 0.7.18.
  3377. Thanks to Maxim Dounin.
  3378. *) Bugfix: while SMTP proxying nginx issued message "250 2.0.0 OK"
  3379. instead of "235 2.0.0 OK"; the bug had appeared in 0.7.22.
  3380. Thanks to Maxim Dounin.
  3381. Changes with nginx 0.7.30 24 Dec 2008
  3382. *) Bugfix: a segmentation fault occurred in worker process, if variables
  3383. were used in the "fastcgi_pass" or "proxy_pass" directives and host
  3384. name must be resolved; the bug had appeared in 0.7.29.
  3385. Changes with nginx 0.7.29 24 Dec 2008
  3386. *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not
  3387. support variables if unix domain sockets were used.
  3388. *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25.
  3389. *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests;
  3390. Thanks to Maxim Dounin.
  3391. *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on
  3392. Cygwin.
  3393. Changes with nginx 0.7.28 22 Dec 2008
  3394. *) Change: in memory allocation in the ngx_http_gzip_filter_module.
  3395. *) Change: the default "gzip_buffers" directive values have been changed
  3396. to 32 4k or 16 8k from 4 4k/8k.
  3397. Changes with nginx 0.7.27 15 Dec 2008
  3398. *) Feature: the "try_files" directive.
  3399. *) Feature: variables support in the "fastcgi_pass" directive.
  3400. *) Feature: now the $geo variable may get an address from a variable.
  3401. Thanks to Andrei Nigmatulin.
  3402. *) Feature: now a location's modifier may be used without space before
  3403. name.
  3404. *) Feature: the $upstream_response_length variable.
  3405. *) Bugfix: now a "add_header" directive does not add an empty value.
  3406. *) Bugfix: if zero length static file was requested, then nginx just
  3407. closed connection; the bug had appeared in 0.7.25.
  3408. *) Bugfix: a MOVE method could not move file in non-existent directory.
  3409. *) Bugfix: a segmentation fault occurred in worker process, if no one
  3410. named location was defined in server, but some one was used in an
  3411. error_page directive.
  3412. Thanks to Sergey Bochenkov.
  3413. Changes with nginx 0.7.26 08 Dec 2008
  3414. *) Bugfix: in subrequest processing; the bug had appeared in 0.7.25.
  3415. Changes with nginx 0.7.25 08 Dec 2008
  3416. *) Change: in subrequest processing.
  3417. *) Change: now POSTs without "Content-Length" header line are allowed.
  3418. *) Bugfix: now the "limit_req" and "limit_conn" directives log a
  3419. prohibition reason.
  3420. *) Bugfix: in the "delete" parameter of the "geo" directive.
  3421. Changes with nginx 0.7.24 01 Dec 2008
  3422. *) Feature: the "if_modified_since" directive.
  3423. *) Bugfix: nginx did not process a FastCGI server response, if the
  3424. server send too many messages to stderr before response.
  3425. *) Bugfix: the "$cookie_..." variables did not work in the SSI and the
  3426. perl module.
  3427. Changes with nginx 0.7.23 27 Nov 2008
  3428. *) Feature: the "delete" and "ranges" parameters in the "geo" directive.
  3429. *) Feature: speeding up loading of geo base with large number of values.
  3430. *) Feature: decrease of memory required for geo base load.
  3431. Changes with nginx 0.7.22 20 Nov 2008
  3432. *) Feature: the "none" parameter in the "smtp_auth" directive.
  3433. Thanks to Maxim Dounin.
  3434. *) Feature: the "$cookie_..." variables.
  3435. *) Bugfix: the "directio" directive did not work in XFS filesystem.
  3436. *) Bugfix: the resolver did not understand big DNS responses.
  3437. Thanks to Zyb.
  3438. Changes with nginx 0.7.21 11 Nov 2008
  3439. *) Changes in the ngx_http_limit_req_module.
  3440. *) Feature: the EXSLT support in the ngx_http_xslt_module.
  3441. Thanks to Denis F. Latypoff.
  3442. *) Workaround: compatibility with glibc 2.3.
  3443. Thanks to Eric Benson and Maxim Dounin.
  3444. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had
  3445. appeared in 0.7.6.
  3446. Changes with nginx 0.7.20 10 Nov 2008
  3447. *) Changes in the ngx_http_gzip_filter_module.
  3448. *) Feature: the ngx_http_limit_req_module.
  3449. *) Bugfix: worker processes might exit on a SIGBUS signal on sparc and
  3450. ppc platforms; the bug had appeared in 0.7.3.
  3451. Thanks to Maxim Dounin.
  3452. *) Bugfix: the "proxy_pass http://host/some:uri" directives did not
  3453. work; the bug had appeared in 0.7.12.
  3454. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
  3455. error.
  3456. *) Bugfix: the ngx_http_secure_link_module did not work inside
  3457. locations, whose names are less than 3 characters.
  3458. *) Bugfix: $server_addr variable might have no value.
  3459. Changes with nginx 0.7.19 13 Oct 2008
  3460. *) Bugfix: version number update.
  3461. Changes with nginx 0.7.18 13 Oct 2008
  3462. *) Change: the "underscores_in_headers" directive; now nginx does not
  3463. allows underscores in a client request header line names.
  3464. *) Feature: the ngx_http_secure_link_module.
  3465. *) Feature: the "real_ip_header" directive supports any header.
  3466. *) Feature: the "log_subrequest" directive.
  3467. *) Feature: the $realpath_root variable.
  3468. *) Feature: the "http_502" and "http_504" parameters of the
  3469. "proxy_next_upstream" directive.
  3470. *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
  3471. "fastcgi_next_upstream" directives did not work.
  3472. *) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line
  3473. for HEAD requests.
  3474. *) Bugfix: now accept threshold depends on worker_connections.
  3475. Changes with nginx 0.7.17 15 Sep 2008
  3476. *) Feature: now the "directio" directive works on Linux.
  3477. *) Feature: the $pid variable.
  3478. *) Bugfix: the "directio" optimization that had appeared in 0.7.15 did
  3479. not work with open_file_cache.
  3480. *) Bugfix: the "access_log" with variables did not work on Linux; the
  3481. bug had appeared in 0.7.7.
  3482. *) Bugfix: the ngx_http_charset_module did not understand quoted charset
  3483. name received from backend.
  3484. Changes with nginx 0.7.16 08 Sep 2008
  3485. *) Bugfix: nginx could not be built on 64-bit platforms; the bug had
  3486. appeared in 0.7.15.
  3487. Changes with nginx 0.7.15 08 Sep 2008
  3488. *) Feature: the ngx_http_random_index_module.
  3489. *) Feature: the "directio" directive has been optimized for file
  3490. requests starting from arbitrary position.
  3491. *) Feature: the "directio" directive turns off sendfile if it is
  3492. necessary.
  3493. *) Feature: now nginx allows underscores in a client request header line
  3494. names.
  3495. Changes with nginx 0.7.14 01 Sep 2008
  3496. *) Change: now the ssl_certificate and ssl_certificate_key directives
  3497. have no default values.
  3498. *) Feature: the "listen" directive supports the "ssl" parameter.
  3499. *) Feature: now nginx takes into account a time zone change while
  3500. reconfiguration on FreeBSD and Linux.
  3501. *) Bugfix: the "listen" directive parameters such as "backlog",
  3502. "rcvbuf", etc. were not set, if a default server was not the first
  3503. one.
  3504. *) Bugfix: if URI part captured by a "rewrite" directive was used as a
  3505. query string, then the query string was not escaped.
  3506. *) Bugfix: configuration file validity test improvements.
  3507. Changes with nginx 0.7.13 26 Aug 2008
  3508. *) Bugfix: nginx could not be built on Linux and Solaris; the bug had
  3509. appeared in 0.7.12.
  3510. Changes with nginx 0.7.12 26 Aug 2008
  3511. *) Feature: the "server_name" directive supports empty name "".
  3512. *) Feature: the "gzip_disable" directive supports special "msie6" mask.
  3513. *) Bugfix: if the "max_fails=0" parameter was used in upstream with
  3514. several servers, then a worker process exited on a SIGFPE signal.
  3515. Thanks to Maxim Dounin.
  3516. *) Bugfix: a request body was dropped while redirection via an
  3517. "error_page" directive.
  3518. *) Bugfix: a full response was returned for request method HEAD while
  3519. redirection via an "error_page" directive.
  3520. *) Bugfix: the $r->header_in() method did not return value of the
  3521. "Host", "User-Agent", and "Connection" request header lines; the bug
  3522. had appeared in 0.7.0.
  3523. Changes with nginx 0.7.11 18 Aug 2008
  3524. *) Change: now ngx_http_charset_module does not work by default with
  3525. text/css MIME type.
  3526. *) Feature: now nginx returns the 405 status code for POST method
  3527. requesting a static file only if the file exists.
  3528. *) Feature: the "proxy_ssl_session_reuse" directive.
  3529. *) Bugfix: a "proxy_pass" directive without URI part might use original
  3530. request after the "X-Accel-Redirect" redirection was used.
  3531. *) Bugfix: if a directory has search only rights and the first index
  3532. file was absent, then nginx returned the 500 status code.
  3533. *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
  3534. Changes with nginx 0.7.10 13 Aug 2008
  3535. *) Bugfix: in the "addition_types", "charset_types", "gzip_types",
  3536. "ssi_types", "sub_filter_types", and "xslt_types" directives; the
  3537. bugs had appeared in 0.7.9.
  3538. *) Bugfix: of recursive error_page for 500 status code.
  3539. *) Bugfix: now the ngx_http_realip_module sets address not for whole
  3540. keepalive connection, but for each request passed via the connection.
  3541. Changes with nginx 0.7.9 12 Aug 2008
  3542. *) Change: now ngx_http_charset_module works by default with following
  3543. MIME types: text/html, text/css, text/xml, text/plain,
  3544. text/vnd.wap.wml, application/x-javascript, and application/rss+xml.
  3545. *) Feature: the "charset_types" and "addition_types" directives.
  3546. *) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types"
  3547. directives use hash.
  3548. *) Feature: the ngx_cpp_test_module.
  3549. *) Feature: the "expires" directive supports daily time.
  3550. *) Feature: the ngx_http_xslt_module improvements and bug fixing.
  3551. Thanks to Denis F. Latypoff and Maxim Dounin.
  3552. *) Bugfix: the "log_not_found" directive did not work for index files
  3553. tests.
  3554. *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
  3555. eventport methods were used; the bug had appeared in 0.7.7.
  3556. *) Bugfix: if the "server_name", "valid_referers", and "map" directives
  3557. used an "*.domain.tld" wildcard and exact name "domain.tld" was not
  3558. set, then the exact name was matched by the wildcard; the bug had
  3559. appeared in 0.3.18.
  3560. Changes with nginx 0.7.8 04 Aug 2008
  3561. *) Feature: the ngx_http_xslt_module.
  3562. *) Feature: the "$arg_..." variables.
  3563. *) Feature: Solaris directio support.
  3564. Thanks to Ivan Debnar.
  3565. *) Bugfix: now if FastCGI server sends a "Location" header line without
  3566. status line, then nginx uses 302 status code.
  3567. Thanks to Maxim Dounin.
  3568. Changes with nginx 0.7.7 30 Jul 2008
  3569. *) Change: now the EAGAIN error returned by connect() is not considered
  3570. as temporary error.
  3571. *) Change: now the $ssl_client_cert variable value is a certificate with
  3572. TAB character intended before each line except first one; an
  3573. unchanged certificate is available in the $ssl_client_raw_cert
  3574. variable.
  3575. *) Feature: the "ask" parameter in the "ssl_verify_client" directive.
  3576. *) Feature: byte-range processing improvements.
  3577. Thanks to Maxim Dounin.
  3578. *) Feature: the "directio" directive.
  3579. Thanks to Jiang Hong.
  3580. *) Feature: MacOSX 10.5 sendfile() support.
  3581. *) Bugfix: now in MacOSX and Cygwin locations are tested in case
  3582. insensitive mode; however, the compare is provided by single-byte
  3583. locales only.
  3584. *) Bugfix: mail proxy SSL connections hanged, if select, poll, or
  3585. /dev/poll methods were used.
  3586. *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
  3587. Changes with nginx 0.7.6 07 Jul 2008
  3588. *) Bugfix: now if variables are used in the "access_log" directive a
  3589. request root existence is always tested.
  3590. *) Bugfix: the ngx_http_flv_module did not support several values in a
  3591. query string.
  3592. Changes with nginx 0.7.5 01 Jul 2008
  3593. *) Bugfixes in variables support in the "access_log" directive; the bugs
  3594. had appeared in 0.7.4.
  3595. *) Bugfix: nginx could not be built --without-http_gzip_module; the bug
  3596. had appeared in 0.7.3.
  3597. Thanks to Kirill A. Korinskiy.
  3598. *) Bugfix: if sub_filter and SSI were used together, then responses
  3599. might were transferred incorrectly.
  3600. Changes with nginx 0.7.4 30 Jun 2008
  3601. *) Feature: variables support in the "access_log" directive.
  3602. *) Feature: the "open_log_file_cache" directive.
  3603. *) Feature: the -g switch.
  3604. *) Feature: the "Expect" request header line support.
  3605. *) Bugfix: large SSI inclusions might be truncated.
  3606. Changes with nginx 0.7.3 23 Jun 2008
  3607. *) Change: the "rss" extension MIME type has been changed to
  3608. "application/rss+xml".
  3609. *) Change: now the "gzip_vary" directive turned on issues a
  3610. "Vary: Accept-Encoding" header line for uncompressed responses too.
  3611. *) Feature: now the "rewrite" directive does a redirect automatically if
  3612. the "https://" protocol is used.
  3613. *) Bugfix: the "proxy_pass" directive did not work with the HTTPS
  3614. protocol; the bug had appeared in 0.6.9.
  3615. Changes with nginx 0.7.2 16 Jun 2008
  3616. *) Feature: now nginx supports EDH key exchange ciphers.
  3617. *) Feature: the "ssl_dhparam" directive.
  3618. *) Feature: the $ssl_client_cert variable.
  3619. Thanks to Manlio Perillo.
  3620. *) Bugfix: after changing URI via a "rewrite" directive nginx did not
  3621. search a new location; the bug had appeared in 0.7.1.
  3622. Thanks to Maxim Dounin.
  3623. *) Bugfix: nginx could not be built without PCRE library; the bug had
  3624. appeared in 0.7.1.
  3625. *) Bugfix: when a request to a directory was redirected with the slash
  3626. added, nginx dropped a query string from the original request.
  3627. Changes with nginx 0.7.1 26 May 2008
  3628. *) Change: now locations are searched in a tree.
  3629. *) Change: the "optimize_server_names" directive was canceled due to the
  3630. "server_name_in_redirect" directive introduction.
  3631. *) Change: some long deprecated directives are not supported anymore.
  3632. *) Change: the "none" parameter in the "ssl_session_cache" directive;
  3633. now this is default parameter.
  3634. Thanks to Rob Mueller.
  3635. *) Bugfix: worker processes might not catch reconfiguration and log
  3636. rotation signals.
  3637. *) Bugfix: nginx could not be built on latest Fedora 9 Linux.
  3638. Thanks to Roxis.
  3639. Changes with nginx 0.7.0 19 May 2008
  3640. *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX
  3641. in an access_log.
  3642. Thanks to Maxim Dounin.
  3643. *) Change: now nginx allows several "Host" request header line.
  3644. *) Feature: the "modified" flag in the "expires" directive.
  3645. *) Feature: the $uid_got and $uid_set variables may be used at any
  3646. request processing stage.
  3647. *) Feature: the $hostname variable.
  3648. Thanks to Andrei Nigmatulin.
  3649. *) Feature: DESTDIR support.
  3650. Thanks to Todd A. Fisher and Andras Voroskoi.
  3651. *) Bugfix: a segmentation fault might occur in worker process on Linux,
  3652. if keepalive was enabled.
  3653. Changes with nginx 0.6.31 12 May 2008
  3654. *) Bugfix: nginx did not process FastCGI response if header was at the
  3655. end of FastCGI record; the bug had appeared in 0.6.2.
  3656. Thanks to Sergey Serov.
  3657. *) Bugfix: a segmentation fault might occur in worker process if a file
  3658. was deleted and the "open_file_cache_errors" directive was off.
  3659. Changes with nginx 0.6.30 29 Apr 2008
  3660. *) Change: now if an "include" directive pattern does not match any
  3661. file, then nginx does not issue an error.
  3662. *) Feature: now the time in directives may be specified without spaces,
  3663. for example, "1h50m".
  3664. *) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
  3665. Thanks to Chavelle Vincent.
  3666. *) Bugfix: the "sub_filter" directive might set text to change into
  3667. output.
  3668. *) Bugfix: the "error_page" directive did not take into account
  3669. arguments in redirected URI.
  3670. *) Bugfix: now nginx always opens files in binary mode under Cygwin.
  3671. *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in
  3672. 0.6.15.
  3673. Changes with nginx 0.6.29 18 Mar 2008
  3674. *) Feature: the ngx_google_perftools_module.
  3675. *) Bugfix: the ngx_http_perl_module could not be built on 64-bit
  3676. platforms; the bug had appeared in 0.6.27.
  3677. Changes with nginx 0.6.28 13 Mar 2008
  3678. *) Bugfix: the rtsig method could not be built; the bug had appeared in
  3679. 0.6.27.
  3680. Changes with nginx 0.6.27 12 Mar 2008
  3681. *) Change: now by default the rtsig method is not built on
  3682. Linux 2.6.18+.
  3683. *) Change: now a request method is not changed while redirection to a
  3684. named location via an "error_page" directive.
  3685. *) Feature: the "resolver" and "resolver_timeout" directives in SMTP
  3686. proxy.
  3687. *) Feature: the "post_action" directive supports named locations.
  3688. *) Bugfix: a segmentation fault occurred in worker process, if a request
  3689. was redirected from proxy, FastCGI, or memcached location to static
  3690. named locations.
  3691. *) Bugfix: browsers did not repeat SSL handshake if there is no valid
  3692. client certificate in first handshake.
  3693. Thanks to Alexander V. Inyukhin.
  3694. *) Bugfix: if response code 495-497 was redirected via an "error_page"
  3695. directive without code change, then nginx tried to allocate too many
  3696. memory.
  3697. *) Bugfix: memory leak in long-lived non buffered connections.
  3698. *) Bugfix: memory leak in resolver.
  3699. *) Bugfix: a segmentation fault occurred in worker process, if a request
  3700. was redirected from proxy, FastCGI, or memcached location to static
  3701. named locations.
  3702. *) Bugfix: in the $proxy_host and $proxy_port variables caching.
  3703. Thanks to Sergey Bochenkov.
  3704. *) Bugfix: a "proxy_pass" directive with variables used incorrectly the
  3705. same port as in another "proxy_pass" directive with the same host
  3706. name and without variables.
  3707. Thanks to Sergey Bochenkov.
  3708. *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some
  3709. 64-bit platforms while reconfiguration.
  3710. *) Bugfix: a segmentation fault occurred in worker process, if empty
  3711. stub block was used second time in SSI.
  3712. *) Bugfix: in copying URI part contained escaped symbols into arguments.
  3713. Changes with nginx 0.6.26 11 Feb 2008
  3714. *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
  3715. check a response length.
  3716. *) Bugfix: a segmentation fault occurred in worker process, if big value
  3717. was used in a "expires" directive.
  3718. Thanks to Joaquin Cuenca Abela.
  3719. *) Bugfix: nginx incorrectly detected cache line size on Pentium 4.
  3720. Thanks to Gena Makhomed.
  3721. *) Bugfix: in proxied or FastCGI subrequests a client original method
  3722. was used instead of the GET method.
  3723. *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
  3724. Thanks to Ben Maurer.
  3725. *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
  3726. (SSL: )"; the bug had appeared in 0.6.23.
  3727. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
  3728. error; the bug had appeared in 0.6.23.
  3729. Changes with nginx 0.6.25 08 Jan 2008
  3730. *) Change: now the "server_name_in_redirect" directive is used instead
  3731. of the "server_name" directive's special "*" parameter.
  3732. *) Change: now wildcard and regex names can be used as main name in a
  3733. "server_name" directive.
  3734. *) Change: the "satisfy_any" directive was replaced by the "satisfy"
  3735. directive.
  3736. *) Workaround: old worker processes might hog CPU after reconfiguration
  3737. if they was run under Linux OpenVZ.
  3738. *) Feature: the "min_delete_depth" directive.
  3739. *) Bugfix: the COPY and MOVE methods did not work with single files.
  3740. *) Bugfix: the ngx_http_gzip_static_module did not allow the
  3741. ngx_http_dav_module to work; the bug had appeared in 0.6.23.
  3742. *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
  3743. Thanks to Ben Maurer.
  3744. *) Bugfix: nginx could not be built without PCRE library; the bug had
  3745. appeared in 0.6.23.
  3746. Changes with nginx 0.6.24 27 Dec 2007
  3747. *) Bugfix: a segmentation fault might occur in worker process if HTTPS
  3748. was used; the bug had appeared in 0.6.23.
  3749. Changes with nginx 0.6.23 27 Dec 2007
  3750. *) Change: the "off" parameter in the "ssl_session_cache" directive; now
  3751. this is default parameter.
  3752. *) Change: the "open_file_cache_retest" directive was renamed to the
  3753. "open_file_cache_valid".
  3754. *) Feature: the "open_file_cache_min_uses" directive.
  3755. *) Feature: the ngx_http_gzip_static_module.
  3756. *) Feature: the "gzip_disable" directive.
  3757. *) Feature: the "memcached_pass" directive may be used inside the "if"
  3758. block.
  3759. *) Bugfix: a segmentation fault occurred in worker process, if the
  3760. "memcached_pass" and "if" directives were used in the same location.
  3761. *) Bugfix: if a "satisfy_any on" directive was used and not all access
  3762. and auth modules directives were set, then other given access and
  3763. auth directives were not tested;
  3764. *) Bugfix: regex parameters in a "valid_referers" directive were not
  3765. inherited from previous level.
  3766. *) Bugfix: a "post_action" directive did run if a request was completed
  3767. with 499 status code.
  3768. *) Bugfix: optimization of 16K buffer usage in a SSL connection.
  3769. Thanks to Ben Maurer.
  3770. *) Bugfix: the STARTTLS in SMTP mode did not work.
  3771. Thanks to Oleg Motienko.
  3772. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
  3773. error; the bug had appeared in 0.5.13.
  3774. Changes with nginx 0.6.22 19 Dec 2007
  3775. *) Change: now all ngx_http_perl_module methods return values copied to
  3776. perl's allocated memory.
  3777. *) Bugfix: if nginx was built with ngx_http_perl_module, the perl before
  3778. 5.8.6 was used, and perl supported threads, then during
  3779. reconfiguration the master process aborted; the bug had appeared in
  3780. 0.5.9.
  3781. Thanks to Boris Zhmurov.
  3782. *) Bugfix: the ngx_http_perl_module methods may get invalid values of
  3783. the regex captures.
  3784. *) Bugfix: a segmentation fault occurred in worker process, if the
  3785. $r->has_request_body() method was called for a request whose small
  3786. request body was already received.
  3787. *) Bugfix: large_client_header_buffers did not freed before going to
  3788. keep-alive state.
  3789. Thanks to Olexander Shtepa.
  3790. *) Bugfix: the last address was missed in the $upstream_addr variable;
  3791. the bug had appeared in 0.6.18.
  3792. *) Bugfix: the "fastcgi_catch_stderr" directive did return error code;
  3793. now it returns 502 code, that can be rerouted to a next server using
  3794. the "fastcgi_next_upstream invalid_header" directive.
  3795. *) Bugfix: a segmentation fault occurred in master process if the
  3796. "fastcgi_catch_stderr" directive was used; the bug had appeared in
  3797. 0.6.10.
  3798. Thanks to Manlio Perillo.
  3799. Changes with nginx 0.6.21 03 Dec 2007
  3800. *) Change: if variable values used in a "proxy_pass" directive contain
  3801. IP-addresses only, then a "resolver" directive is not mandatory.
  3802. *) Bugfix: a segmentation fault might occur in worker process if a
  3803. "proxy_pass" directive with URI-part was used; the bug had appeared
  3804. in 0.6.19.
  3805. *) Bugfix: if resolver was used on platform that does not support
  3806. kqueue, then nginx issued an alert "name is out of response".
  3807. Thanks to Andrei Nigmatulin.
  3808. *) Bugfix: if the $server_protocol was used in FastCGI parameters and a
  3809. request line length was near to the "client_header_buffer_size"
  3810. directive value, then nginx issued an alert "fastcgi: the request
  3811. record is too big".
  3812. *) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS
  3813. server, then nginx returned usual response.
  3814. Changes with nginx 0.6.20 28 Nov 2007
  3815. *) Bugfix: a segmentation fault might occur in worker process if a
  3816. "proxy_pass" directive with URI-part was used; the bug had appeared
  3817. in 0.6.19.
  3818. Changes with nginx 0.6.19 27 Nov 2007
  3819. *) Bugfix: the 0.6.18 version could not be built.
  3820. Changes with nginx 0.6.18 27 Nov 2007
  3821. *) Change: now the ngx_http_userid_module adds start time microseconds
  3822. to the cookie field contains a pid value.
  3823. *) Change: now the full request line instead of URI only is written to
  3824. error_log.
  3825. *) Feature: variables support in the "proxy_pass" directive.
  3826. *) Feature: the "resolver" and "resolver_timeout" directives.
  3827. *) Feature: now the directive "add_header last-modified ''" deletes a
  3828. "Last-Modified" response header line.
  3829. *) Bugfix: the "limit_rate" directive did not allow to use full
  3830. throughput, even if limit value was very high.
  3831. Changes with nginx 0.6.17 15 Nov 2007
  3832. *) Feature: the "If-Range" request header line support.
  3833. Thanks to Alexander V. Inyukhin.
  3834. *) Bugfix: URL double escaping in a redirect of the "msie_refresh"
  3835. directive; the bug had appeared in 0.6.4.
  3836. *) Bugfix: the "autoindex" directive did not work with the "alias /"
  3837. directive.
  3838. *) Bugfix: a segmentation fault might occur in worker process if
  3839. subrequests were used.
  3840. *) Bugfix: the big responses may be transferred truncated if SSL and
  3841. gzip were used.
  3842. *) Bugfix: the $status variable was equal to 0 if a proxied server
  3843. returned response in HTTP/0.9 version.
  3844. Changes with nginx 0.6.16 29 Oct 2007
  3845. *) Change: now the uname(2) is used on Linux instead of procfs.
  3846. Thanks to Ilya Novikov.
  3847. *) Bugfix: if the "?" character was in a "error_page" directive, then it
  3848. was escaped in a proxied request; the bug had appeared in 0.6.11.
  3849. *) Bugfix: compatibility with mget.
  3850. Changes with nginx 0.6.15 22 Oct 2007
  3851. *) Feature: Cygwin compatibility.
  3852. Thanks to Vladimir Kutakov.
  3853. *) Feature: the "merge_slashes" directive.
  3854. *) Feature: the "gzip_vary" directive.
  3855. *) Feature: the "server_tokens" directive.
  3856. *) Bugfix: nginx did not unescape URI in the "include" SSI command.
  3857. *) Bugfix: the segmentation fault was occurred on start or while
  3858. reconfiguration if variable was used in the "charset" or
  3859. "source_charset" directives.
  3860. *) Bugfix: nginx returned the 400 response on requests like
  3861. "GET http://www.domain.com HTTP/1.0".
  3862. Thanks to James Oakley.
  3863. *) Bugfix: if request with request body was redirected using the
  3864. "error_page" directive, then nginx tried to read the request body
  3865. again; the bug had appeared in 0.6.7.
  3866. *) Bugfix: a segmentation fault occurred in worker process if no
  3867. server_name was explicitly defined for server processing request; the
  3868. bug had appeared in 0.6.7.
  3869. Changes with nginx 0.6.14 15 Oct 2007
  3870. *) Change: now by default the "echo" SSI command uses entity encoding.
  3871. *) Feature: the "encoding" parameter in the "echo" SSI command.
  3872. *) Feature: the "access_log" directive may be used inside the
  3873. "limit_except" block.
  3874. *) Bugfix: if all upstream servers were failed, then all servers had got
  3875. weight the was equal one until servers became alive; the bug had
  3876. appeared in 0.6.6.
  3877. *) Bugfix: a segmentation fault occurred in worker process if
  3878. $date_local and $date_gmt were used outside the
  3879. ngx_http_ssi_filter_module.
  3880. *) Bugfix: a segmentation fault might occur in worker process if debug
  3881. log was enabled.
  3882. Thanks to Andrei Nigmatulin.
  3883. *) Bugfix: ngx_http_memcached_module did not set
  3884. $upstream_response_time.
  3885. Thanks to Maxim Dounin.
  3886. *) Bugfix: a worker process may got caught in an endless loop, if the
  3887. memcached was used.
  3888. *) Bugfix: nginx supported low case only "close" and "keep-alive" values
  3889. in the "Connection" request header line; the bug had appeared in
  3890. 0.6.11.
  3891. *) Bugfix: sub_filter did not work with empty substitution.
  3892. *) Bugfix: in sub_filter parsing.
  3893. Changes with nginx 0.6.13 24 Sep 2007
  3894. *) Bugfix: nginx did not close directory file on HEAD request if
  3895. autoindex was used.
  3896. Thanks to Arkadiusz Patyk.
  3897. Changes with nginx 0.6.12 21 Sep 2007
  3898. *) Change: mail proxy was split on three modules: pop3, imap and smtp.
  3899. *) Feature: the --without-mail_pop3_module, --without-mail_imap_module,
  3900. and --without-mail_smtp_module configuration parameters.
  3901. *) Feature: the "smtp_greeting_delay" and "smtp_client_buffer"
  3902. directives of the ngx_mail_smtp_module.
  3903. *) Bugfix: the trailing wildcards did not work; the bug had appeared in
  3904. 0.6.9.
  3905. *) Bugfix: nginx could not start on Solaris if the shared PCRE library
  3906. located in non-standard place was used.
  3907. *) Bugfix: the "proxy_hide_header" and "fastcgi_hide_header" directives
  3908. did not hide response header lines whose name was longer than 32
  3909. characters.
  3910. Thanks to Manlio Perillo.
  3911. Changes with nginx 0.6.11 11 Sep 2007
  3912. *) Bugfix: active connection counter always increased if mail proxy was
  3913. used.
  3914. *) Bugfix: if backend returned response header only using non-buffered
  3915. proxy, then nginx closed backend connection on timeout.
  3916. *) Bugfix: nginx did not support several "Connection" request header
  3917. lines.
  3918. *) Bugfix: if the "max_fails" was set for upstream server, then after
  3919. first failure server weight was always one; the bug had appeared in
  3920. 0.6.6.
  3921. Changes with nginx 0.6.10 03 Sep 2007
  3922. *) Feature: the "open_file_cache", "open_file_cache_retest", and
  3923. "open_file_cache_errors" directives.
  3924. *) Bugfix: socket leak; the bug had appeared in 0.6.7.
  3925. *) Bugfix: a charset set by the "charset" directive was not appended to
  3926. the "Content-Type" header set by $r->send_http_header().
  3927. *) Bugfix: a segmentation fault might occur in worker process if
  3928. /dev/poll method was used.
  3929. Changes with nginx 0.6.9 28 Aug 2007
  3930. *) Bugfix: a worker process may got caught in an endless loop, if the
  3931. HTTPS protocol was used; the bug had appeared in 0.6.7.
  3932. *) Bugfix: if server listened on two addresses or ports and trailing
  3933. wildcard was used, then nginx did not run.
  3934. *) Bugfix: the "ip_hash" directive might incorrectly mark servers as
  3935. down.
  3936. *) Bugfix: nginx could not be built on amd64; the bug had appeared in
  3937. 0.6.8.
  3938. Changes with nginx 0.6.8 20 Aug 2007
  3939. *) Change: now nginx tries to set the "worker_priority",
  3940. "worker_rlimit_nofile", "worker_rlimit_core", and
  3941. "worker_rlimit_sigpending" without super-user privileges.
  3942. *) Change: now nginx escapes space and "%" in request to a mail proxy
  3943. authentication server.
  3944. *) Change: now nginx escapes "%" in $memcached_key variable.
  3945. *) Bugfix: nginx used path relative to configuration prefix for
  3946. non-absolute configuration file path specified in the "-c" key; the
  3947. bug had appeared in 0.6.6.
  3948. *) Bugfix: nginx did not work on FreeBSD/sparc64.
  3949. Changes with nginx 0.6.7 15 Aug 2007
  3950. *) Change: now the paths specified in the "include",
  3951. "auth_basic_user_file", "perl_modules", "ssl_certificate",
  3952. "ssl_certificate_key", and "ssl_client_certificate" directives are
  3953. relative to directory of nginx configuration file nginx.conf, but not
  3954. to nginx prefix directory.
  3955. *) Change: the --sysconfdir=PATH option in configure was canceled.
  3956. *) Change: the special make target "upgrade1" was defined for online
  3957. upgrade of 0.1.x versions.
  3958. *) Feature: the "server_name" and "valid_referers" directives support
  3959. regular expressions.
  3960. *) Feature: the "server" directive in the "upstream" context supports
  3961. the "backup" parameter.
  3962. *) Feature: the ngx_http_perl_module supports the
  3963. $r->discard_request_body.
  3964. *) Feature: the "add_header Last-Modified ..." directive changes the
  3965. "Last-Modified" response header line.
  3966. *) Bugfix: if a response different than 200 was returned to a request
  3967. with body and connection went to the keep-alive state after the
  3968. request, then nginx returned 400 for the next request.
  3969. *) Bugfix: a segmentation fault occurred in worker process if invalid
  3970. address was set in the "auth_http" directive.
  3971. *) Bugfix: now nginx uses default listen backlog value 511 on all
  3972. platforms except FreeBSD.
  3973. Thanks to Jiang Hong.
  3974. *) Bugfix: a worker process may got caught in an endless loop, if a
  3975. "server" inside "upstream" block was marked as "down"; the bug had
  3976. appeared in 0.6.6.
  3977. *) Bugfix: now Solaris sendfilev() is not used to transfer the client
  3978. request body to FastCGI-server via the unix domain socket.
  3979. Changes with nginx 0.6.6 30 Jul 2007
  3980. *) Feature: the --sysconfdir=PATH option in configure.
  3981. *) Feature: named locations.
  3982. *) Feature: the $args variable can be set with the "set" directive.
  3983. *) Feature: the $is_args variable.
  3984. *) Bugfix: fair big weight upstream balancer.
  3985. *) Bugfix: if a client has closed connection to mail proxy then nginx
  3986. might not close connection to backend.
  3987. *) Bugfix: if the same host without specified port was used as backend
  3988. for HTTP and HTTPS, then nginx used only one port - 80 or 443.
  3989. *) Bugfix: fix building on Solaris/amd64 by Sun Studio 11 and early
  3990. versions; the bug had appeared in 0.6.4.
  3991. Changes with nginx 0.6.5 23 Jul 2007
  3992. *) Feature: $nginx_version variable.
  3993. Thanks to Nick S. Grechukh.
  3994. *) Feature: the mail proxy supports AUTHENTICATE in IMAP mode.
  3995. Thanks to Maxim Dounin.
  3996. *) Feature: the mail proxy supports STARTTLS in SMTP mode.
  3997. Thanks to Maxim Dounin.
  3998. *) Bugfix: now nginx escapes space in $memcached_key variable.
  3999. *) Bugfix: nginx was incorrectly built by Sun Studio on Solaris/amd64.
  4000. Thanks to Jiang Hong.
  4001. *) Bugfix: of minor potential bugs.
  4002. Thanks to Coverity's Scan.
  4003. Changes with nginx 0.6.4 17 Jul 2007
  4004. *) Security: the "msie_refresh" directive allowed XSS.
  4005. Thanks to Maxim Boguk.
  4006. *) Change: the "proxy_store" and "fastcgi_store" directives were
  4007. changed.
  4008. *) Feature: the "proxy_store_access" and "fastcgi_store_access"
  4009. directives.
  4010. *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
  4011. Studio.
  4012. Thanks to Andrei Nigmatulin.
  4013. *) Workaround: for Sun Studio 12.
  4014. Thanks to Jiang Hong.
  4015. Changes with nginx 0.6.3 12 Jul 2007
  4016. *) Feature: the "proxy_store" and "fastcgi_store" directives.
  4017. *) Bugfix: a segmentation fault might occur in worker process if the
  4018. "auth_http_header" directive was used.
  4019. Thanks to Maxim Dounin.
  4020. *) Bugfix: a segmentation fault occurred in worker process if the
  4021. CRAM-MD5 authentication method was used, but it was not enabled.
  4022. *) Bugfix: a segmentation fault might occur in worker process when the
  4023. HTTPS protocol was used in the "proxy_pass" directive.
  4024. *) Bugfix: a segmentation fault might occur in worker process if the
  4025. eventport method was used.
  4026. *) Bugfix: the "proxy_ignore_client_abort" and
  4027. "fastcgi_ignore_client_abort" directives did not work; the bug had
  4028. appeared in 0.5.13.
  4029. Changes with nginx 0.6.2 09 Jul 2007
  4030. *) Bugfix: if the FastCGI header was split in records, then nginx passed
  4031. garbage in the header to a client.
  4032. Changes with nginx 0.6.1 17 Jun 2007
  4033. *) Bugfix: in SSI parsing.
  4034. *) Bugfix: if remote SSI subrequest was used, then posterior local file
  4035. subrequest might transferred to client in wrong order.
  4036. *) Bugfix: large SSI inclusions buffered in temporary files were
  4037. truncated.
  4038. *) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
  4039. to the master process identification number.
  4040. Changes with nginx 0.6.0 14 Jun 2007
  4041. *) Feature: the "server_name", "map", and "valid_referers" directives
  4042. support the "www.example.*" wildcards.
  4043. Changes with nginx 0.5.25 11 Jun 2007
  4044. *) Bugfix: nginx could not be built with the
  4045. --without-http_rewrite_module parameter; the bug had appeared in
  4046. 0.5.24.
  4047. Changes with nginx 0.5.24 06 Jun 2007
  4048. *) Security: the "ssl_verify_client" directive did not work if request
  4049. was made using HTTP/0.9.
  4050. *) Bugfix: a part of response body might be passed uncompressed if gzip
  4051. was used; the bug had appeared in 0.5.23.
  4052. Changes with nginx 0.5.23 04 Jun 2007
  4053. *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS
  4054. extension.
  4055. *) Feature: the "fastcgi_catch_stderr" directive.
  4056. Thanks to Nick S. Grechukh, OWOX project.
  4057. *) Bugfix: a segmentation fault occurred in master process if two
  4058. virtual servers should bind() to the overlapping ports.
  4059. *) Bugfix: if nginx was built with ngx_http_perl_module and perl
  4060. supported threads, then during second reconfiguration the error
  4061. messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued.
  4062. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
  4063. Changes with nginx 0.5.22 29 May 2007
  4064. *) Bugfix: a big request body might not be passed to backend; the bug
  4065. had appeared in 0.5.21.
  4066. Changes with nginx 0.5.21 28 May 2007
  4067. *) Bugfix: if server has more than about ten locations, then regex
  4068. locations might be chosen not in that order as they were specified.
  4069. *) Bugfix: a worker process may got caught in an endless loop on 64-bit
  4070. platform, if the 33-rd or next in succession backend has failed.
  4071. Thanks to Anton Povarov.
  4072. *) Bugfix: a bus error might occur on Solaris/sparc64 if the PCRE
  4073. library was used.
  4074. Thanks to Andrei Nigmatulin.
  4075. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
  4076. Changes with nginx 0.5.20 07 May 2007
  4077. *) Feature: the "sendfile_max_chunk" directive.
  4078. *) Feature: the "$http_...", "$sent_http_...", and "$upstream_http_..."
  4079. variables may be changed using the "set" directive.
  4080. *) Bugfix: a segmentation fault might occur in worker process if the SSI
  4081. command 'if expr="$var = /"' was used.
  4082. *) Bugfix: trailing boundary of multipart range response was transferred
  4083. incorrectly.
  4084. Thanks to Evan Miller.
  4085. *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
  4086. Studio.
  4087. Thanks to Andrei Nigmatulin.
  4088. *) Bugfix: the ngx_http_perl_module could not be built by Solaris make.
  4089. Thanks to Andrei Nigmatulin.
  4090. Changes with nginx 0.5.19 24 Apr 2007
  4091. *) Change: now the $request_time variable has millisecond precision.
  4092. *) Change: the method $r->rflush of ngx_http_perl_module was renamed to
  4093. the $r->flush.
  4094. *) Feature: the $upstream_addr variable.
  4095. *) Feature: the "proxy_headers_hash_max_size" and
  4096. "proxy_headers_hash_bucket_size" directives.
  4097. Thanks to Volodymyr Kostyrko.
  4098. *) Bugfix: the files more than 2G could not be transferred using
  4099. sendfile and limit_rate on 64-bit platforms.
  4100. *) Bugfix: the files more than 2G could not be transferred using
  4101. sendfile on 64-bit Linux.
  4102. Changes with nginx 0.5.18 19 Apr 2007
  4103. *) Feature: the ngx_http_sub_filter_module.
  4104. *) Feature: the "$upstream_http_..." variables.
  4105. *) Feature: now the $upstream_status and $upstream_response_time
  4106. variables keep data about all upstreams before X-Accel-Redirect.
  4107. *) Bugfix: a segmentation fault occurred in master process after first
  4108. reconfiguration and receiving any signal if nginx was built with
  4109. ngx_http_perl_module and perl did not support multiplicity; the bug
  4110. had appeared in 0.5.9.
  4111. *) Bugfix: if perl did not support multiplicity, then after
  4112. reconfiguration perl code did not work; the bug had appeared in
  4113. 0.3.38.
  4114. Changes with nginx 0.5.17 02 Apr 2007
  4115. *) Change: now nginx always returns the 405 status for the TRACE method.
  4116. *) Feature: now nginx supports the "include" directive inside the
  4117. "types" block.
  4118. *) Bugfix: the $document_root variable usage in the "root" and "alias"
  4119. directives is disabled: this caused recursive stack overflow.
  4120. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
  4121. *) Bugfix: in some cases non-cacheable variables (such as $uri variable)
  4122. returned old cached value.
  4123. Changes with nginx 0.5.16 26 Mar 2007
  4124. *) Bugfix: the C-class network was not used as hash key in the "ip_hash"
  4125. directive.
  4126. Thanks to Pavel Yarkovoy.
  4127. *) Bugfix: a segmentation fault might occur in worker process if a
  4128. charset was set in the "Content-Type" header line and the line has
  4129. trailing ";"; the bug had appeared in 0.3.50.
  4130. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
  4131. used and a request body written in a temporary file was multiple of
  4132. 32K.
  4133. *) Bugfix: nginx could not be built on Solaris without the --with-debug
  4134. option; the bug had appeared in 0.5.15.
  4135. Changes with nginx 0.5.15 19 Mar 2007
  4136. *) Feature: the mail proxy supports authenticated SMTP proxying and the
  4137. "smtp_auth", "smtp_capabilities", and "xclient" directives.
  4138. Thanks to Anton Yuzhaninov and Maxim Dounin.
  4139. *) Feature: now the keep-alive connections are closed just after
  4140. receiving the reconfiguration signal.
  4141. *) Change: the "imap" and "auth" directives were renamed to the "mail"
  4142. and "pop3_auth" directives.
  4143. *) Bugfix: a segmentation fault occurred in worker process if the
  4144. CRAM-MD5 authentication method was used and the APOP method was
  4145. disabled.
  4146. *) Bugfix: if the "starttls only" directive was used in POP3 protocol,
  4147. then nginx allowed authentication without switching to the SSL mode.
  4148. *) Bugfix: worker processes did not exit after reconfiguration and did
  4149. not rotate logs if the eventport method was used.
  4150. *) Bugfix: a worker process may got caught in an endless loop, if the
  4151. "ip_hash" directive was used.
  4152. *) Bugfix: now nginx does not log some alerts if eventport or /dev/poll
  4153. methods are used.
  4154. Changes with nginx 0.5.14 23 Feb 2007
  4155. *) Bugfix: nginx ignored superfluous closing "}" in the end of
  4156. configuration file.
  4157. Changes with nginx 0.5.13 19 Feb 2007
  4158. *) Feature: the COPY and MOVE methods.
  4159. *) Bugfix: the ngx_http_realip_module set garbage for requests passed
  4160. via keep-alive connection.
  4161. *) Bugfix: nginx did not work on big-endian 64-bit Linux.
  4162. Thanks to Andrei Nigmatulin.
  4163. *) Bugfix: now when IMAP/POP3 proxy receives too long command it closes
  4164. the connection right away, but not after timeout.
  4165. *) Bugfix: if the "epoll" method was used and a client closed a
  4166. connection prematurely, then nginx closed the connection after a send
  4167. timeout only.
  4168. *) Bugfix: nginx could not be built on platforms different from i386,
  4169. amd64, sparc, and ppc; the bug had appeared in 0.5.8.
  4170. Changes with nginx 0.5.12 12 Feb 2007
  4171. *) Bugfix: nginx could not be built on platforms different from i386,
  4172. amd64, sparc, and ppc; the bug had appeared in 0.5.8.
  4173. *) Bugfix: a segmentation fault might occur in worker process if the
  4174. temporary files were used while working with FastCGI server; the bug
  4175. had appeared in 0.5.8.
  4176. *) Bugfix: a segmentation fault might occur in worker process if the
  4177. $fastcgi_script_name variable was logged.
  4178. *) Bugfix: ngx_http_perl_module could not be built on Solaris.
  4179. Changes with nginx 0.5.11 05 Feb 2007
  4180. *) Feature: now configure detects system PCRE library in MacPorts.
  4181. Thanks to Chris McGrath.
  4182. *) Bugfix: the response was incorrect if several ranges were requested;
  4183. the bug had appeared in 0.5.6.
  4184. *) Bugfix: the "create_full_put_path" directive could not create the
  4185. intermediate directories if no "dav_access" directive was set.
  4186. Thanks to Evan Miller.
  4187. *) Bugfix: the "0" response code might be logged in the access_log
  4188. instead of the "400" and "408" error codes.
  4189. *) Bugfix: a segmentation fault might occur in worker process if nginx
  4190. was built with -O2 optimization.
  4191. Changes with nginx 0.5.10 26 Jan 2007
  4192. *) Bugfix: while online executable file upgrade the new master process
  4193. did not inherit the listening sockets; the bug had appeared in 0.5.9.
  4194. *) Bugfix: a segmentation fault might occur in worker process if nginx
  4195. was built with -O2 optimization; the bug had appeared in 0.5.1.
  4196. Changes with nginx 0.5.9 25 Jan 2007
  4197. *) Change: now the ngx_http_memcached_module uses the $memcached_key
  4198. variable value as a key.
  4199. *) Feature: the $memcached_key variable.
  4200. *) Feature: the "clean" parameter in the "client_body_in_file_only"
  4201. directive.
  4202. *) Feature: the "env" directive.
  4203. *) Feature: the "sendfile" directive is available inside the "if" block.
  4204. *) Feature: now on failure of the writing to access nginx logs a message
  4205. to error_log, but not more often than once a minute.
  4206. *) Bugfix: the "access_log off" directive did not always turn off the
  4207. logging.
  4208. Changes with nginx 0.5.8 19 Jan 2007
  4209. *) Bugfix: a segmentation fault might occur if
  4210. "client_body_in_file_only on" was used and a request body was small.
  4211. *) Bugfix: a segmentation fault occurred if
  4212. "client_body_in_file_only on" and "proxy_pass_request_body off" or
  4213. "fastcgi_pass_request_body off" directives were used, and nginx
  4214. switched to a next upstream.
  4215. *) Bugfix: if the "proxy_buffering off" directive was used and a client
  4216. connection was non-active, then the connection was closed after send
  4217. timeout; the bug had appeared in 0.4.7.
  4218. *) Bugfix: if the "epoll" method was used and a client closed a
  4219. connection prematurely, then nginx closed the connection after a send
  4220. timeout only.
  4221. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
  4222. used.
  4223. *) Bugfixes in the "limit_zone" directive.
  4224. Changes with nginx 0.5.7 15 Jan 2007
  4225. *) Feature: the ssl_session_cache storage optimization.
  4226. *) Bugfixes in the "ssl_session_cache" and "limit_zone" directives.
  4227. *) Bugfix: the segmentation fault was occurred on start or while
  4228. reconfiguration if the "ssl_session_cache" or "limit_zone" directives
  4229. were used on 64-bit platforms.
  4230. *) Bugfix: a segmentation fault occurred if the "add_before_body" or
  4231. "add_after_body" directives were used and there was no "Content-Type"
  4232. header line in response.
  4233. *) Bugfix: the OpenSSL library was always built with the threads
  4234. support.
  4235. Thanks to Den Ivanov.
  4236. *) Bugfix: the PCRE-6.5+ library and the icc compiler compatibility.
  4237. Changes with nginx 0.5.6 09 Jan 2007
  4238. *) Change: now the ngx_http_index_module ignores all methods except the
  4239. GET, HEAD, and POST methods.
  4240. *) Feature: the ngx_http_limit_zone_module.
  4241. *) Feature: the $binary_remote_addr variable.
  4242. *) Feature: the "ssl_session_cache" directives of the
  4243. ngx_http_ssl_module and ngx_imap_ssl_module.
  4244. *) Feature: the DELETE method supports recursive removal.
  4245. *) Bugfix: the byte-ranges were transferred incorrectly if the
  4246. $r->sendfile() was used.
  4247. Changes with nginx 0.5.5 24 Dec 2006
  4248. *) Change: the -v switch does not show compiler information any more.
  4249. *) Feature: the -V switch.
  4250. *) Feature: the "worker_rlimit_core" directive supports size in K, M,
  4251. and G.
  4252. *) Bugfix: the nginx.pm module now could be installed by an unprivileged
  4253. user.
  4254. *) Bugfix: a segmentation fault might occur if the $r->request_body or
  4255. $r->request_body_file methods were used.
  4256. *) Bugfix: the ppc platform specific bugs.
  4257. Changes with nginx 0.5.4 15 Dec 2006
  4258. *) Feature: the "perl" directive may be used inside the "limit_except"
  4259. block.
  4260. *) Bugfix: the ngx_http_dav_module required the "Date" request header
  4261. line for the DELETE method.
  4262. *) Bugfix: if one only parameter was used in the "dav_access" directive,
  4263. then nginx might report about configuration error.
  4264. *) Bugfix: a segmentation fault might occur if the $host variable was
  4265. used; the bug had appeared in 0.4.14.
  4266. Changes with nginx 0.5.3 13 Dec 2006
  4267. *) Feature: the ngx_http_perl_module supports the $r->status,
  4268. $r->log_error, and $r->sleep methods.
  4269. *) Feature: the $r->variable method supports variables that do not exist
  4270. in nginx configuration.
  4271. *) Bugfix: the $r->has_request_body method did not work.
  4272. Changes with nginx 0.5.2 11 Dec 2006
  4273. *) Bugfix: if the "proxy_pass" directive used the name of the "upstream"
  4274. block, then nginx tried to resolve the name; the bug had appeared in
  4275. 0.5.1.
  4276. Changes with nginx 0.5.1 11 Dec 2006
  4277. *) Bugfix: the "post_action" directive might not run after a
  4278. unsuccessful completion of a request.
  4279. *) Workaround: for Eudora for Mac; the bug had appeared in 0.4.11.
  4280. Thanks to Bron Gondwana.
  4281. *) Bugfix: if the "upstream" name was used in the "fastcgi_pass", then
  4282. the message "no port in upstream" was issued; the bug had appeared in
  4283. 0.5.0.
  4284. *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
  4285. same servers but different ports, then these directives uses the
  4286. first described port; the bug had appeared in 0.5.0.
  4287. *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
  4288. unix domain sockets, then these directives used first described
  4289. socket; the bug had appeared in 0.5.0.
  4290. *) Bugfix: ngx_http_auth_basic_module ignored the user if it was in the
  4291. last line in the password file and there was no the carriage return,
  4292. the line feed, or the ":" symbol after the password.
  4293. *) Bugfix: the $upstream_response_time variable might be equal to
  4294. "0.000", although response time was more than 1 millisecond.
  4295. Changes with nginx 0.5.0 04 Dec 2006
  4296. *) Change: the parameters in the "%name" form in the "log_format"
  4297. directive are not supported anymore.
  4298. *) Change: the "proxy_upstream_max_fails",
  4299. "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails",
  4300. "fastcgi_upstream_fail_timeout", "memcached_upstream_max_fails", and
  4301. "memcached_upstream_fail_timeout" directives are not supported
  4302. anymore.
  4303. *) Feature: the "server" directive in the "upstream" context supports
  4304. the "max_fails", "fail_timeout", and "down" parameters.
  4305. *) Feature: the "ip_hash" directive inside the "upstream" block.
  4306. *) Feature: the WAIT status in the "Auth-Status" header line of the
  4307. IMAP/POP3 proxy authentication server response.
  4308. *) Bugfix: nginx could not be built on 64-bit platforms; the bug had
  4309. appeared in 0.4.14.
  4310. Changes with nginx 0.4.14 27 Nov 2006
  4311. *) Feature: the "proxy_pass_error_message" directive in IMAP/POP3 proxy.
  4312. *) Feature: now configure detects system PCRE library on FreeBSD, Linux,
  4313. and NetBSD.
  4314. *) Bugfix: ngx_http_perl_module did not work with perl built with the
  4315. threads support; the bug had appeared in 0.3.38.
  4316. *) Bugfix: ngx_http_perl_module did not work if perl was called
  4317. recursively.
  4318. *) Bugfix: nginx ignored a host name in a request line.
  4319. *) Bugfix: a worker process may got caught in an endless loop, if a
  4320. FastCGI server sent too many data to the stderr.
  4321. *) Bugfix: the $upstream_response_time variable may be negative if the
  4322. system time was changed backward.
  4323. *) Bugfix: the "Auth-Login-Attempt" parameter was not sent to IMAP/POP3
  4324. proxy authentication server when POP3 was used.
  4325. *) Bugfix: a segmentation fault might occur if connect to IMAP/POP3
  4326. proxy authentication server failed.
  4327. Changes with nginx 0.4.13 15 Nov 2006
  4328. *) Feature: the "proxy_pass" directive may be used inside the
  4329. "limit_except" block.
  4330. *) Feature: the "limit_except" directive supports all WebDAV methods.
  4331. *) Bugfix: if the "add_before_body" directive was used without the
  4332. "add_after_body" directive, then a response did not transferred
  4333. complete.
  4334. *) Bugfix: a large request body did not receive if the epoll method and
  4335. the deferred accept() were used.
  4336. *) Bugfix: a charset could not be set for ngx_http_autoindex_module
  4337. responses; the bug had appeared in 0.3.50.
  4338. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
  4339. used;
  4340. *) Bugfix: the --group= configuration parameter was ignored.
  4341. Thanks to Thomas Moschny.
  4342. *) Bugfix: the 50th subrequest in SSI response did not work; the bug had
  4343. appeared in 0.3.50.
  4344. Changes with nginx 0.4.12 31 Oct 2006
  4345. *) Feature: the ngx_http_perl_module supports the $r->variable method.
  4346. *) Bugfix: if a big static file was included using SSI in a response,
  4347. then the response may be transferred incomplete.
  4348. *) Bugfix: nginx did not omit the "#fragment" part in URI.
  4349. Changes with nginx 0.4.11 25 Oct 2006
  4350. *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
  4351. *) Feature: the ngx_http_perl_module supports the $r->allow_ranges
  4352. method.
  4353. *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS
  4354. commands might not work; the bug had appeared in 0.4.10.
  4355. Changes with nginx 0.4.10 23 Oct 2006
  4356. *) Feature: the POP3 proxy supports the APOP command.
  4357. *) Bugfix: if the select, poll or /dev/poll methods were used, then
  4358. while waiting authentication server response the IMAP/POP3 proxy
  4359. hogged CPU.
  4360. *) Bugfix: a segmentation fault might occur if the $server_addr variable
  4361. was used in the "map" directive.
  4362. *) Bugfix: the ngx_http_flv_module did not support the byte ranges for
  4363. full responses; the bug had appeared in 0.4.7.
  4364. *) Bugfix: nginx could not be built on Debian amd64; the bug had
  4365. appeared in 0.4.9.
  4366. Changes with nginx 0.4.9 13 Oct 2006
  4367. *) Feature: the "set" parameter in the "include" SSI command.
  4368. *) Feature: the ngx_http_perl_module now tests the nginx.pm module
  4369. version.
  4370. Changes with nginx 0.4.8 11 Oct 2006
  4371. *) Bugfix: if an "include" SSI command were before another "include" SSI
  4372. command with a "wait" parameter, then the "wait" parameter might not
  4373. work.
  4374. *) Bugfix: the ngx_http_flv_module added the FLV header to the full
  4375. responses.
  4376. Thanks to Alexey Kovyrin.
  4377. Changes with nginx 0.4.7 10 Oct 2006
  4378. *) Feature: the ngx_http_flv_module.
  4379. *) Feature: the $request_body_file variable.
  4380. *) Feature: the "charset" and "source_charset" directives support the
  4381. variables.
  4382. *) Bugfix: if an "include" SSI command were before another "include" SSI
  4383. command with a "wait" parameter, then the "wait" parameter might not
  4384. work.
  4385. *) Bugfix: if the "proxy_buffering off" directive was used or while
  4386. working with memcached the connections might not be closed on
  4387. timeout.
  4388. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
  4389. and ppc64.
  4390. Changes with nginx 0.4.6 06 Oct 2006
  4391. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
  4392. and ppc64.
  4393. *) Bugfix: nginx sent the chunked response for HTTP/1.1 request,
  4394. if its length was set by text string in the
  4395. $r->headers_out("Content-Length", ...) method.
  4396. *) Bugfix: after redirecting error by an "error_page" directive any
  4397. ngx_http_rewrite_module directive returned this error code; the bug
  4398. had appeared in 0.4.4.
  4399. Changes with nginx 0.4.5 02 Oct 2006
  4400. *) Bugfix: nginx could not be built on Linux and Solaris; the bug had
  4401. appeared in 0.4.4.
  4402. Changes with nginx 0.4.4 02 Oct 2006
  4403. *) Feature: the $scheme variable.
  4404. *) Feature: the "expires" directive supports the "max" parameter.
  4405. *) Feature: the "include" directive supports the "*" mask.
  4406. Thanks to Jonathan Dance.
  4407. *) Bugfix: the "return" directive always overrode the "error_page"
  4408. response code redirected by the "error_page" directive.
  4409. *) Bugfix: a segmentation fault occurred if zero-length body was in PUT
  4410. method.
  4411. *) Bugfix: the redirect was changed incorrectly if the variables were
  4412. used in the "proxy_redirect" directive.
  4413. Changes with nginx 0.4.3 26 Sep 2006
  4414. *) Change: now the 499 error could not be redirected using an
  4415. "error_page" directive.
  4416. *) Feature: the Solaris 10 event ports support.
  4417. *) Feature: the ngx_http_browser_module.
  4418. *) Bugfix: a segmentation fault may occur while redirecting the 400
  4419. error to the proxied server using a "proxy_pass" directive.
  4420. *) Bugfix: a segmentation fault occurred if an unix domain socket was
  4421. used in a "proxy_pass" directive; the bug had appeared in 0.3.47.
  4422. *) Bugfix: SSI did work with memcached and nonbuffered responses.
  4423. *) Workaround: of the Sun Studio PAUSE hardware capability bug.
  4424. Changes with nginx 0.4.2 14 Sep 2006
  4425. *) Bugfix: the O_NOATIME flag support on Linux was canceled; the bug had
  4426. appeared in 0.4.1.
  4427. Changes with nginx 0.4.1 14 Sep 2006
  4428. *) Bugfix: the DragonFlyBSD compatibility.
  4429. Thanks to Pavel Nazarov.
  4430. *) Workaround: of bug in 64-bit Linux sendfile(), when file is more than
  4431. 2G.
  4432. *) Feature: now on Linux nginx uses O_NOATIME flag for static requests.
  4433. Thanks to Yusuf Goolamabbas.
  4434. Changes with nginx 0.4.0 30 Aug 2006
  4435. *) Change in internal API: the HTTP modules initialization was moved
  4436. from the init module phase to the HTTP postconfiguration phase.
  4437. *) Change: now the request body is not read beforehand for the
  4438. ngx_http_perl_module: it's required to start the reading using the
  4439. $r->has_request_body method.
  4440. *) Feature: the ngx_http_perl_module supports the DECLINED return code.
  4441. *) Feature: the ngx_http_dav_module supports the incoming "Date" header
  4442. line for the PUT method.
  4443. *) Feature: the "ssi" directive is available inside the "if" block.
  4444. *) Bugfix: a segmentation fault occurred if there was an "index"
  4445. directive with variables and the first index name was without
  4446. variables; the bug had appeared in 0.1.29.
  4447. Changes with nginx 0.3.61 28 Aug 2006
  4448. *) Change: now the "tcp_nodelay" directive is turned on by default.
  4449. *) Feature: the "msie_refresh" directive.
  4450. *) Feature: the "recursive_error_pages" directive.
  4451. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the
  4452. redirect had the captured escaped symbols from original URI.
  4453. Changes with nginx 0.3.60 18 Aug 2006
  4454. *) Bugfix: a worker process may got caught in an endless loop while an
  4455. error redirection; the bug had appeared in 0.3.59.
  4456. Changes with nginx 0.3.59 16 Aug 2006
  4457. *) Feature: now is possible to do several redirection using the
  4458. "error_page" directive.
  4459. *) Bugfix: the "dav_access" directive did not support three parameters.
  4460. *) Bugfix: the "error_page" directive did not changes the "Content-Type"
  4461. header line after the "X-Accel-Redirect" was used; the bug had
  4462. appeared in 0.3.58.
  4463. Changes with nginx 0.3.58 14 Aug 2006
  4464. *) Feature: the "error_page" directive supports the variables.
  4465. *) Change: now the procfs interface instead of sysctl is used on Linux.
  4466. *) Change: now the "Content-Type" header line is inherited from first
  4467. response when the "X-Accel-Redirect" was used.
  4468. *) Bugfix: the "error_page" directive did not redirect the 413 error.
  4469. *) Bugfix: the trailing "?" did not remove old arguments if no new
  4470. arguments were added to a rewritten URI.
  4471. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
  4472. Changes with nginx 0.3.57 09 Aug 2006
  4473. *) Feature: the $ssl_client_serial variable.
  4474. *) Bugfix: in the "!-e" operator of the "if" directive.
  4475. Thanks to Andrian Budanstov.
  4476. *) Bugfix: while a client certificate verification nginx did not send to
  4477. a client the required certificates information.
  4478. *) Bugfix: the $document_root variable did not support the variables in
  4479. the "root" directive.
  4480. Changes with nginx 0.3.56 04 Aug 2006
  4481. *) Feature: the "dav_access" directive.
  4482. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e",
  4483. "-x", and "!-x" operators.
  4484. *) Bugfix: a segmentation fault occurred if a request returned a
  4485. redirect and some sent to client header lines were logged in the
  4486. access log.
  4487. Changes with nginx 0.3.55 28 Jul 2006
  4488. *) Feature: the "stub" parameter in the "include" SSI command.
  4489. *) Feature: the "block" SSI command.
  4490. *) Feature: the unicode2nginx script was added to contrib.
  4491. *) Bugfix: if a "root" was specified by variable only, then the root was
  4492. relative to a server prefix.
  4493. *) Bugfix: if the request contained "//" or "/./" and escaped symbols
  4494. after them, then the proxied request was sent unescaped.
  4495. *) Bugfix: the $r->header_in("Cookie") of the ngx_http_perl_module now
  4496. returns all "Cookie" header lines.
  4497. *) Bugfix: a segmentation fault occurred if
  4498. "client_body_in_file_only on" was used and nginx switched to a next
  4499. upstream.
  4500. *) Bugfix: on some condition while reconfiguration character codes
  4501. inside the "charset_map" may be treated invalid; the bug had appeared
  4502. in 0.3.50.
  4503. Changes with nginx 0.3.54 11 Jul 2006
  4504. *) Feature: nginx now logs the subrequest information to the error log.
  4505. *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and
  4506. "memcached_next_upstream" directives support the "off" parameter.
  4507. *) Feature: the "debug_connection" directive supports the CIDR address
  4508. form.
  4509. *) Bugfix: if a response of proxied server or FastCGI server was
  4510. converted from UTF-8 or back, then it may be transferred incomplete.
  4511. *) Bugfix: the $upstream_response_time variable had the time of the
  4512. first request to a backend only.
  4513. *) Bugfix: nginx could not be built on amd64 platform; the bug had
  4514. appeared in 0.3.53.
  4515. Changes with nginx 0.3.53 07 Jul 2006
  4516. *) Change: the "add_header" directive adds the string to 204, 301, and
  4517. 302 responses.
  4518. *) Feature: the "server" directive in the "upstream" context supports
  4519. the "weight" parameter.
  4520. *) Feature: the "server_name" directive supports the "*" wildcard.
  4521. *) Feature: nginx supports the request body size more than 2G.
  4522. *) Bugfix: if a client was successfully authorized using "satisfy_any
  4523. on", then anyway the message "access forbidden by rule" was written
  4524. in the log.
  4525. *) Bugfix: the "PUT" method may erroneously not create a file and return
  4526. the 409 code.
  4527. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx
  4528. continued proxying anyway.
  4529. Changes with nginx 0.3.52 03 Jul 2006
  4530. *) Change: the ngx_http_index_module behavior for the "POST /" requests
  4531. is reverted to the 0.3.40 version state: the module now does not
  4532. return the 405 error.
  4533. *) Bugfix: the worker process may got caught in an endless loop if the
  4534. limit rate was used; the bug had appeared in 0.3.37.
  4535. *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even
  4536. if the recoding was not needed; the bug had appeared in 0.3.50.
  4537. *) Bugfix: if a code response of the PUT request was 409, then a
  4538. temporary file was not removed.
  4539. Changes with nginx 0.3.51 30 Jun 2006
  4540. *) Bugfix: the "<" symbols might disappeared some conditions in the SSI;
  4541. the bug had appeared in 0.3.50.
  4542. Changes with nginx 0.3.50 28 Jun 2006
  4543. *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors"
  4544. directives was renamed to the "proxy_intercept_errors" and
  4545. "fastcgi_intercept_errors" directives.
  4546. *) Feature: the ngx_http_charset_module supports the recoding from the
  4547. single byte encodings to the UTF-8 encoding and back.
  4548. *) Feature: the "X-Accel-Charset" response header line is supported in
  4549. proxy and FastCGI mode.
  4550. *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI
  4551. command was removed only if the command also has the "$" symbol.
  4552. *) Bugfix: the "<!--" string might be added on some conditions in the
  4553. SSI after inclusion.
  4554. *) Bugfix: if the "Content-Length: 0" header line was in response, then
  4555. in nonbuffered proxying mode the client connection was not closed.
  4556. Changes with nginx 0.3.49 31 May 2006
  4557. *) Bugfix: in the "set" directive.
  4558. *) Bugfix: if two or more FastCGI subrequests was in SSI, then first
  4559. subrequest output was included instead of second and following
  4560. subrequests.
  4561. Changes with nginx 0.3.48 29 May 2006
  4562. *) Change: now the ngx_http_charset_module works for subrequests, if the
  4563. response has no "Content-Type" header line.
  4564. *) Bugfix: if the "proxy_pass" directive has no URI part, then the
  4565. "proxy_redirect default" directive add the unnecessary slash in start
  4566. of the rewritten redirect.
  4567. *) Bugfix: the internal redirect always transform client's HTTP method
  4568. to GET, now the transformation is made for the "X-Accel-Redirect"
  4569. redirects only and if the method is not HEAD; the bug had appeared in
  4570. 0.3.42.
  4571. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was
  4572. built with the threads support; the bug had appeared in 0.3.46.
  4573. Changes with nginx 0.3.47 23 May 2006
  4574. *) Feature: the "upstream" directive.
  4575. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
  4576. SSI command is always removed.
  4577. Changes with nginx 0.3.46 11 May 2006
  4578. *) Feature: the "proxy_hide_header", "proxy_pass_header",
  4579. "fastcgi_hide_header", and "fastcgi_pass_header" directives.
  4580. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and
  4581. "proxy_pass_server" directives were canceled.
  4582. *) Feature: the "X-Accel-Buffering" response header line is supported in
  4583. proxy mode.
  4584. *) Bugfix: the reconfiguration bug and memory leaks in the
  4585. ngx_http_perl_module.
  4586. Changes with nginx 0.3.45 06 May 2006
  4587. *) Feature: the "ssl_verify_client", "ssl_verify_depth", and
  4588. "ssl_client_certificate" directives.
  4589. *) Change: the $request_method variable now returns the main request
  4590. method.
  4591. *) Change: the &deg; symbol codes were changed in koi-win conversion
  4592. table.
  4593. *) Feature: the euro and N symbols were added to koi-win conversion
  4594. table.
  4595. *) Bugfix: if nginx distributed the requests among several backends and
  4596. some backend failed, then requests intended for this backend was
  4597. directed to one live backend only instead of being distributed among
  4598. the rest.
  4599. Changes with nginx 0.3.44 04 May 2006
  4600. *) Feature: the "wait" parameter in the "include" SSI command.
  4601. *) Feature: the Ukrainian and Byelorussian characters were added to
  4602. koi-win conversion table.
  4603. *) Bugfix: in the SSI.
  4604. Changes with nginx 0.3.43 26 Apr 2006
  4605. *) Bugfix: in the SSI.
  4606. Changes with nginx 0.3.42 26 Apr 2006
  4607. *) Feature: the "bind" option of the "listen" directive in IMAP/POP3
  4608. proxy.
  4609. *) Bugfix: if the same capture in the "rewrite" directive was used more
  4610. then once.
  4611. *) Bugfix: the $sent_http_content_type, $sent_http_content_length,
  4612. $sent_http_last_modified, $sent_http_connection,
  4613. $sent_http_keep_alive, and $sent_http_transfer_encoding variables
  4614. were not written to access log.
  4615. *) Bugfix: the $sent_http_cache_control returned value of the single
  4616. "Cache-Control" response header line.
  4617. Changes with nginx 0.3.41 21 Apr 2006
  4618. *) Feature: the -v switch.
  4619. *) Bugfix: the segmentation fault may occurred if the SSI page has
  4620. remote subrequests.
  4621. *) Bugfix: in FastCGI handling.
  4622. *) Bugfix: if the perl modules path was not set using
  4623. --with-perl_modules_path=PATH or the "perl_modules", then the
  4624. segmentation fault was occurred.
  4625. Changes with nginx 0.3.40 19 Apr 2006
  4626. *) Feature: the ngx_http_dav_module supports the MKCOL method.
  4627. *) Feature: the "create_full_put_path" directive.
  4628. *) Feature: the "$limit_rate" variable.
  4629. Changes with nginx 0.3.39 17 Apr 2006
  4630. *) Feature: the "uninitialized_variable_warn" directive; the logging
  4631. level of the "uninitialized variable" message was lowered from
  4632. "alert" to "warn".
  4633. *) Feature: the "override_charset" directive.
  4634. *) Change: now if the unknown variable is used in the "echo" and "if
  4635. expr='$name'" SSI-commands, then the "unknown variable" message is
  4636. not logged.
  4637. *) Bugfix: the active connection counter increased on the exceeding of
  4638. the connection limit specified by the "worker_connections" directive;
  4639. the bug had appeared in 0.2.0.
  4640. *) Bugfix: the limit rate might not work on some condition; the bug had
  4641. appeared in 0.3.38.
  4642. Changes with nginx 0.3.38 14 Apr 2006
  4643. *) Feature: the ngx_http_dav_module.
  4644. *) Change: the ngx_http_perl_module optimizations.
  4645. Thanks to Sergey Skvortsov.
  4646. *) Feature: the ngx_http_perl_module supports the $r->request_body_file
  4647. method.
  4648. *) Feature: the "client_body_in_file_only" directive.
  4649. *) Workaround: now on disk overflow nginx tries to write access logs
  4650. once a second only.
  4651. Thanks to Anton Yuzhaninov and Maxim Dounin.
  4652. *) Bugfix: now the "limit_rate" directive more precisely limits rate if
  4653. rate is more than 100 Kbyte/s.
  4654. Thanks to ForJest.
  4655. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in
  4656. login and password to pass authorization server.
  4657. Thanks to Maxim Dounin.
  4658. Changes with nginx 0.3.37 07 Apr 2006
  4659. *) Feature: the "limit_except" directive.
  4660. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f"
  4661. operators.
  4662. *) Feature: the ngx_http_perl_module supports the $r->request_body
  4663. method.
  4664. *) Bugfix: in the ngx_http_addition_filter_module.
  4665. Changes with nginx 0.3.36 05 Apr 2006
  4666. *) Feature: the ngx_http_addition_filter_module.
  4667. *) Feature: the "proxy_pass" and "fastcgi_pass" directives may be used
  4668. inside the "if" block.
  4669. *) Feature: the "proxy_ignore_client_abort" and
  4670. "fastcgi_ignore_client_abort" directives.
  4671. *) Feature: the "$request_completion" variable.
  4672. *) Feature: the ngx_http_perl_module supports the $r->request_method and
  4673. $r->remote_addr.
  4674. *) Feature: the ngx_http_ssi_module supports the "elif" command.
  4675. *) Bugfix: the "\/" string in the expression of the "if" command of the
  4676. ngx_http_ssi_module was treated incorrectly.
  4677. *) Bugfix: in the regular expressions in the "if" command of the
  4678. ngx_http_ssi_module.
  4679. *) Bugfix: if the relative path was specified in the
  4680. "client_body_temp_path", "proxy_temp_path", "fastcgi_temp_path", and
  4681. "perl_modules" directives, then the directory was used relatively to
  4682. a current path but not to a server prefix.
  4683. Changes with nginx 0.3.35 22 Mar 2006
  4684. *) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set
  4685. for first "listen" directive only; the bug had appeared in 0.3.31.
  4686. *) Bugfix: in the "proxy_pass" directive without the URI part in a
  4687. subrequest.
  4688. Changes with nginx 0.3.34 21 Mar 2006
  4689. *) Feature: the "add_header" directive supports the variables.
  4690. Changes with nginx 0.3.33 15 Mar 2006
  4691. *) Feature: the "http_503" parameter of the "proxy_next_upstream" or
  4692. "fastcgi_next_upstream" directives.
  4693. *) Bugfix: ngx_http_perl_module did not work with inlined in the
  4694. configuration code, if it was not started with the "sub" word.
  4695. *) Bugfix: in the "post_action" directive.
  4696. Changes with nginx 0.3.32 11 Mar 2006
  4697. *) Bugfix: the debug logging on startup and reconfiguration time was
  4698. removed; the bug had appeared in 0.3.31.
  4699. Changes with nginx 0.3.31 10 Mar 2006
  4700. *) Change: now nginx passes the malformed proxied backend responses.
  4701. *) Feature: the "listen" directives support the address in the "*:port"
  4702. form.
  4703. *) Feature: the EVFILER_TIMER support in MacOSX 10.4.
  4704. *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug.
  4705. Thanks to Andrei Nigmatulin.
  4706. *) Bugfix: if there were several "listen" directives listening one
  4707. various addresses inside one server, then server names like
  4708. "*.domain.tld" worked for first address only; the bug had appeared in
  4709. 0.3.18.
  4710. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
  4711. and the request body was in temporary file then the request was not
  4712. transferred.
  4713. *) Bugfix: perl 5.8.8 compatibility.
  4714. Changes with nginx 0.3.30 22 Feb 2006
  4715. *) Change: the ECONNABORTED error log level was changed to "error" from
  4716. "crit".
  4717. *) Bugfix: the ngx_http_perl_module could not be build without the
  4718. ngx_http_ssi_filter_module.
  4719. *) Bugfix: nginx could not be built on i386 platform, if the PIC was
  4720. used; the bug had appeared in 0.3.27.
  4721. Changes with nginx 0.3.29 20 Feb 2006
  4722. *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends
  4723. many warnings before the response.
  4724. *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in
  4725. the 204 responses for the HTTP/1.1 requests.
  4726. *) Bugfix: nginx returned the 502 response, if the complete response
  4727. header lines were transferred in a separate FastCGI records.
  4728. *) Bugfix: if the proxied URI was specified in the "post_action"
  4729. directive, then it ran only after a successful completion of a
  4730. request.
  4731. Changes with nginx 0.3.28 16 Feb 2006
  4732. *) Feature: the "restrict_host_names" directive was canceled.
  4733. *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
  4734. *) Bugfix: on some condition the proxied connection with a client was
  4735. terminated prematurely.
  4736. Thanks to Vladimir Shutoff.
  4737. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into
  4738. account if the request was redirected using the "X-Accel-Redirect"
  4739. header line.
  4740. *) Bugfix: the "post_action" directive ran only after a successful
  4741. completion of a request.
  4742. *) Bugfix: the proxied response body generated by the "post_action"
  4743. directive was transferred to a client.
  4744. Changes with nginx 0.3.27 08 Feb 2006
  4745. *) Change: the "variables_hash_max_size" and
  4746. "variables_hash_bucket_size" directives.
  4747. *) Feature: the $body_bytes_sent variable can be used not only in the
  4748. "log_format" directive.
  4749. *) Feature: the $ssl_protocol and $ssl_cipher variables.
  4750. *) Feature: the cache line size detection for widespread CPUs at start
  4751. time.
  4752. *) Feature: now the "accept_mutex" directive is supported using fcntl(2)
  4753. on platforms different from i386, amd64, sparc64, and ppc.
  4754. *) Feature: the "lock_file" directive and the --with-lock-path=PATH
  4755. autoconfiguration directive.
  4756. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
  4757. then the requests with the body was not transferred.
  4758. Changes with nginx 0.3.26 03 Feb 2006
  4759. *) Change: the "optimize_host_names" directive was renamed to the
  4760. "optimize_server_names".
  4761. *) Bugfix: if in the "proxy_pass" directive was no the URI part, then
  4762. the main request URI was transferred to a backend while proxying the
  4763. SSI subrequest.
  4764. Changes with nginx 0.3.25 01 Feb 2006
  4765. *) Bugfix: the segmentation fault was occurred on start or while
  4766. reconfiguration if there was invalid configuration; the bug had
  4767. appeared in 0.3.24.
  4768. Changes with nginx 0.3.24 01 Feb 2006
  4769. *) Workaround: for bug in FreeBSD kqueue.
  4770. *) Bugfix: now a response generated by the "post_action" directive is
  4771. not transferred to a client.
  4772. *) Bugfix: the memory leaks were occurring if many log files were used.
  4773. *) Bugfix: the first "proxy_redirect" directive was working inside one
  4774. location.
  4775. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start
  4776. if the many names were used in the "server_name" directives; the bug
  4777. had appeared in 0.3.18.
  4778. Changes with nginx 0.3.23 24 Jan 2006
  4779. *) Feature: the "optimize_host_names" directive.
  4780. *) Bugfix: in using of the variables in the "path" and "alias"
  4781. directives.
  4782. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and
  4783. Solaris.
  4784. Changes with nginx 0.3.22 17 Jan 2006
  4785. *) Feature: the ngx_http_perl_module supports the $r->args and
  4786. $r->unescape methods.
  4787. *) Feature: the method $r->query_string of ngx_http_perl_module was
  4788. canceled.
  4789. *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
  4790. values was specified in the "valid_referers" directive; the bug had
  4791. appeared in 0.3.18.
  4792. Changes with nginx 0.3.21 16 Jan 2006
  4793. *) Feature: the ngx_http_perl_module.
  4794. *) Change: the "valid_referers" directive allows the referrers without
  4795. URI part.
  4796. Changes with nginx 0.3.20 11 Jan 2006
  4797. *) Bugfix: in SSI handling.
  4798. *) Bugfix: the ngx_http_memcached_module did not support the keys in the
  4799. "/usr?args" form.
  4800. Changes with nginx 0.3.19 28 Dec 2005
  4801. *) Feature: the "path" and "alias" directives support the variables.
  4802. *) Change: now the "valid_referers" directive again checks the URI part.
  4803. *) Bugfix: in SSI handling.
  4804. Changes with nginx 0.3.18 26 Dec 2005
  4805. *) Feature: the "server_names" directive supports the ".domain.tld"
  4806. names.
  4807. *) Feature: the "server_names" directive uses the hash for the
  4808. "*.domain.tld" names and more effective hash for usual names.
  4809. *) Change: the "server_names_hash_max_size" and
  4810. "server_names_hash_bucket_size" directives.
  4811. *) Change: the "server_names_hash" and "server_names_hash_threshold"
  4812. directives were canceled.
  4813. *) Feature: the "valid_referers" directive uses the hash site names.
  4814. *) Change: now the "valid_referers" directive checks the site names only
  4815. without the URI part.
  4816. *) Bugfix: some ".domain.tld" names incorrectly processed by the
  4817. ngx_http_map_module.
  4818. *) Bugfix: segmentation fault was occurred if configuration file did not
  4819. exist; the bug had appeared in 0.3.12.
  4820. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start;
  4821. the bug had appeared in 0.3.16.
  4822. Changes with nginx 0.3.17 18 Dec 2005
  4823. *) Change: now on Linux configure checks the presence of epoll and
  4824. sendfile64() in kernel.
  4825. *) Feature: the "map" directive supports domain names in the
  4826. ".domain.tld" form.
  4827. *) Bugfix: the timeouts were not used in SSL handshake; the bug had
  4828. appeared in 0.2.4.
  4829. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
  4830. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass"
  4831. directive the port 80 was used by default.
  4832. Changes with nginx 0.3.16 16 Dec 2005
  4833. *) Feature: the ngx_http_map_module.
  4834. *) Feature: the "types_hash_max_size" and "types_hash_bucket_size"
  4835. directives.
  4836. *) Feature: the "ssi_value_length" directive.
  4837. *) Feature: the "worker_rlimit_core" directive.
  4838. *) Workaround: the connection number in logs was always 1 if nginx was
  4839. built by the icc 8.1 or 9.0 compilers with optimization for
  4840. Pentium 4.
  4841. *) Bugfix: the "config timefmt" SSI command set incorrect time format.
  4842. *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the
  4843. SSL connections; the bug had appeared in 0.3.13.
  4844. Thanks to Rob Mueller.
  4845. *) Bugfix: segmentation fault may occurred in at SSL shutdown; the bug
  4846. had appeared in 0.3.13.
  4847. Changes with nginx 0.3.15 07 Dec 2005
  4848. *) Feature: the new 444 code of the "return" directive to close
  4849. connection.
  4850. *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy.
  4851. *) Bugfix: if there are unclosed connection nginx now calls abort() only
  4852. on graceful quit and active "debug_points" directive.
  4853. Changes with nginx 0.3.14 05 Dec 2005
  4854. *) Bugfix: in the 304 response the body was transferred; the bug had
  4855. appeared in 0.3.13.
  4856. Changes with nginx 0.3.13 05 Dec 2005
  4857. *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS.
  4858. *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and
  4859. /dev/poll methods.
  4860. *) Bugfix: in SSI handling.
  4861. *) Bugfix: now Solaris sendfilev() is not used to transfer the client
  4862. request body to FastCGI-server via the unix domain socket.
  4863. *) Bugfix: the "auth_basic" directive did not disable the authorization;
  4864. the bug had appeared in 0.3.11.
  4865. Changes with nginx 0.3.12 26 Nov 2005
  4866. *) Security: if nginx was built with the ngx_http_realip_module and the
  4867. "satisfy_any on" directive was used, then access and authorization
  4868. directives did not work. The ngx_http_realip_module was not built and
  4869. is not built by default.
  4870. *) Change: the "$time_gmt" variable name was changed to "$time_local".
  4871. *) Change: the "proxy_header_buffer_size" and
  4872. "fastcgi_header_buffer_size" directives was renamed to the
  4873. "proxy_buffer_size" and "fastcgi_buffer_size" directives.
  4874. *) Feature: the ngx_http_memcached_module.
  4875. *) Feature: the "proxy_buffering" directive.
  4876. *) Bugfix: the changes in accept mutex handling when the "rtsig" method
  4877. was used; the bug had appeared in 0.3.0.
  4878. *) Bugfix: if the client sent the "Transfer-Encoding: chunked" header
  4879. line, then nginx returns the 411 error.
  4880. *) Bugfix: if the "auth_basic" directive was inherited from the http
  4881. level, then the realm in the "WWW-Authenticate" header line was
  4882. without the "Basic realm" text.
  4883. *) Bugfix: if the "combined" format was explicitly specified in the
  4884. "access_log" directive, then the empty lines was written to the log;
  4885. the bug had appeared in 0.3.8.
  4886. *) Bugfix: nginx did not run on the sparc platform under any OS except
  4887. Solaris.
  4888. *) Bugfix: now it is not necessary to place space between the quoted
  4889. string and closing bracket in the "if" directive.
  4890. Changes with nginx 0.3.11 15 Nov 2005
  4891. *) Bugfix: nginx did not pass the client request headers and body while
  4892. proxying; the bug had appeared in 0.3.10.
  4893. Changes with nginx 0.3.10 15 Nov 2005
  4894. *) Change: the "valid_referers" directive and the "$invalid_referer"
  4895. variable were moved to the new ngx_http_referer_module from the
  4896. ngx_http_rewrite_module.
  4897. *) Change: the "$apache_bytes_sent" variable name was changed to
  4898. "$body_bytes_sent".
  4899. *) Feature: the "$sent_http_..." variables.
  4900. *) Feature: the "if" directive supports the "=" and "!=" operations.
  4901. *) Feature: the "proxy_pass" directive supports the HTTPS protocol.
  4902. *) Feature: the "proxy_set_body" directive.
  4903. *) Feature: the "post_action" directive.
  4904. *) Feature: the ngx_http_empty_gif_module.
  4905. *) Feature: the "worker_cpu_affinity" directive for Linux.
  4906. *) Bugfix: the "rewrite" directive did not unescape URI part in
  4907. redirect, now it is unescaped except the %00-%25 and %7F-%FF
  4908. characters.
  4909. *) Bugfix: nginx could not be built by the icc 9.0 compiler.
  4910. *) Bugfix: if the SSI was enabled for zero size static file, then the
  4911. chunked response was encoded incorrectly.
  4912. Changes with nginx 0.3.9 10 Nov 2005
  4913. *) Bugfix: nginx considered URI as unsafe if two any symbols was between
  4914. two slashes; the bug had appeared in 0.3.8.
  4915. Changes with nginx 0.3.8 09 Nov 2005
  4916. *) Security: nginx now checks URI got from a backend in
  4917. "X-Accel-Redirect" header line or in SSI file for the "/../" paths
  4918. and zeroes.
  4919. *) Change: nginx now does not treat the empty user name in the
  4920. "Authorization" header line as valid one.
  4921. *) Feature: the "ssl_session_timeout" directives of the
  4922. ngx_http_ssl_module and ngx_imap_ssl_module.
  4923. *) Feature: the "auth_http_header" directive of the
  4924. ngx_imap_auth_http_module.
  4925. *) Feature: the "add_header" directive.
  4926. *) Feature: the ngx_http_realip_module.
  4927. *) Feature: the new variables to use in the "log_format" directive:
  4928. $bytes_sent, $apache_bytes_sent, $status, $time_gmt, $uri,
  4929. $request_time, $request_length, $upstream_status,
  4930. $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,
  4931. $connection, $pipe, and $msec. The parameters in the "%name" form
  4932. will be canceled soon.
  4933. *) Change: now the false variable values in the "if" directive are the
  4934. empty string "" and string starting with "0".
  4935. *) Bugfix: while using proxied or FastCGI-server nginx may leave
  4936. connections and temporary files with client requests in open state.
  4937. *) Bugfix: the worker processes did not flush the buffered logs on
  4938. graceful exit.
  4939. *) Bugfix: if the request URI was changes by the "rewrite" directive and
  4940. the request was proxied in location given by regular expression, then
  4941. the incorrect request was transferred to backend; the bug had
  4942. appeared in 0.2.6.
  4943. *) Bugfix: the "expires" directive did not remove the previous "Expires"
  4944. header.
  4945. *) Bugfix: nginx may stop to accept requests if the "rtsig" method and
  4946. several worker processes were used.
  4947. *) Bugfix: the "\"" and "\'" escape symbols were incorrectly handled in
  4948. SSI commands.
  4949. *) Bugfix: if the response was ended just after the SSI command and
  4950. gzipping was used, then the response did not transferred complete or
  4951. did not transferred at all.
  4952. Changes with nginx 0.3.7 27 Oct 2005
  4953. *) Feature: the "access_log" supports the "buffer=" parameter.
  4954. *) Bugfix: nginx could not be built on platforms different from i386,
  4955. amd64, sparc, and ppc; the bug had appeared in 0.3.2.
  4956. Changes with nginx 0.3.6 24 Oct 2005
  4957. *) Change: now the IMAP/POP3 proxy do not send the empty login to
  4958. authorization server.
  4959. *) Feature: the "log_format" supports the variables in the $name form.
  4960. *) Bugfix: if at least in one server was no the "listen" directive, then
  4961. nginx did not listen on the 80 port; the bug had appeared in 0.3.3.
  4962. *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the 80
  4963. port was always used.
  4964. Changes with nginx 0.3.5 21 Oct 2005
  4965. *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login
  4966. was changed by authorization server; the bug had appeared in 0.2.2.
  4967. *) Bugfix: the accept mutex did not work and all connections were
  4968. handled by one process; the bug had appeared in 0.3.3.
  4969. *) Bugfix: the timeout did not work if the "rtsig" method and the
  4970. "timer_resolution" directive were used.
  4971. Changes with nginx 0.3.4 19 Oct 2005
  4972. *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug
  4973. had appeared in 0.3.3.
  4974. Changes with nginx 0.3.3 19 Oct 2005
  4975. *) Change: the "bl" and "af" parameters of the "listen" directive was
  4976. renamed to the "backlog" and "accept_filter".
  4977. *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
  4978. directive.
  4979. *) Change: the "$msec" log parameter does not require now the additional
  4980. the gettimeofday() system call.
  4981. *) Feature: the -t switch now tests the "listen" directives.
  4982. *) Bugfix: if the invalid address was specified in the "listen"
  4983. directive, then after the -HUP signal nginx left an open socket in
  4984. the CLOSED state.
  4985. *) Bugfix: the mime type may be incorrectly set to default value for
  4986. index file with variable in the name; the bug had appeared in 0.3.0.
  4987. *) Feature: the "timer_resolution" directive.
  4988. *) Feature: the millisecond "$upstream_response_time" log parameter.
  4989. *) Bugfix: a temporary file with client request body now is removed just
  4990. after the response header was transferred to a client.
  4991. *) Bugfix: OpenSSL 0.9.6 compatibility.
  4992. *) Bugfix: the SSL certificate and key file paths could not be relative.
  4993. *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the
  4994. ngx_imap_ssl_module.
  4995. *) Bugfix: the "ssl_protocols" directive allowed to specify the single
  4996. protocol only.
  4997. Changes with nginx 0.3.2 12 Oct 2005
  4998. *) Feature: the Sun Studio 10 C compiler support.
  4999. *) Feature: the "proxy_upstream_max_fails",
  5000. "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and
  5001. "fastcgi_upstream_fail_timeout" directives.
  5002. Changes with nginx 0.3.1 10 Oct 2005
  5003. *) Bugfix: the segmentation fault occurred when the signal queue
  5004. overflowed if the "rtsig" method was used; the bug had appeared in
  5005. 0.2.0.
  5006. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in
  5007. SSI.
  5008. Changes with nginx 0.3.0 07 Oct 2005
  5009. *) Change: the 10-days live time limit of worker process was eliminated.
  5010. The limit was introduced because of millisecond timers overflow.
  5011. Changes with nginx 0.2.6 05 Oct 2005
  5012. *) Change: while using load-balancing the time before the failed backend
  5013. retry was decreased from 60 to 10 seconds.
  5014. *) Change: the "proxy_pass_unparsed_uri" was canceled, the original URI
  5015. now passed, if the URI part is omitted in "proxy_pass" directive.
  5016. *) Feature: the "error_page" directive supports redirects and allows
  5017. more flexible to change an error code.
  5018. *) Change: the charset in the "Content-Type" header line now is ignored
  5019. in proxied subrequests.
  5020. *) Bugfix: if the URI was changed in the "if" block and request did not
  5021. found new configuration, then the ngx_http_rewrite_module rules ran
  5022. again.
  5023. *) Bugfix: if the "set" directive set the ngx_http_geo_module variable
  5024. in some configuration part, the this variable was not available in
  5025. other configuration parts and the "using uninitialized variable"
  5026. error was occurred; the bug had appeared in 0.2.2.
  5027. Changes with nginx 0.2.5 04 Oct 2005
  5028. *) Change: the duplicate value of the ngx_http_geo_module variable now
  5029. causes the warning and changes old value.
  5030. *) Feature: the ngx_http_ssi_module supports the "set" command.
  5031. *) Feature: the ngx_http_ssi_module supports the "file" parameter in the
  5032. "include" command.
  5033. *) Feature: the ngx_http_ssi_module supports the variable value
  5034. substitutions in expressions of the "if" command.
  5035. Changes with nginx 0.2.4 03 Oct 2005
  5036. *) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text",
  5037. "$var=/text/", and "$var!=/text/" expressions in the "if" command.
  5038. *) Bugfix: in proxying location without trailing slash; the bug had
  5039. appeared in 0.1.44.
  5040. *) Bugfix: the segmentation fault may occurred if the "rtsig" method was
  5041. used; the bug had appeared in 0.2.0.
  5042. Changes with nginx 0.2.3 30 Sep 2005
  5043. *) Bugfix: nginx could not be built without the --with-debug option; the
  5044. bug had appeared in 0.2.2.
  5045. Changes with nginx 0.2.2 30 Sep 2005
  5046. *) Feature: the "config errmsg" command of the ngx_http_ssi_module.
  5047. *) Change: the ngx_http_geo_module variables can be overridden by the
  5048. "set" directive.
  5049. *) Feature: the "ssl_protocols" and "ssl_prefer_server_ciphers"
  5050. directives of the ngx_http_ssl_module and ngx_imap_ssl_module.
  5051. *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
  5052. file names;
  5053. *) Bugfix: the ngx_http_autoindex_module now do not show the files
  5054. starting by dot.
  5055. *) Bugfix: if the SSL handshake failed then another connection may be
  5056. closed too.
  5057. Thanks to Rob Mueller.
  5058. *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS.
  5059. Changes with nginx 0.2.1 23 Sep 2005
  5060. *) Bugfix: if all backend using in load-balancing failed after one
  5061. error, then nginx may got caught in an endless loop; the bug had
  5062. appeared in 0.2.0.
  5063. Changes with nginx 0.2.0 23 Sep 2005
  5064. *) The pid-file names used during online upgrade was changed and now is
  5065. not required a manual rename operation. The old master process adds
  5066. the ".oldbin" suffix to its pid-file and executes a new binary file.
  5067. The new master process creates usual pid-file without the ".newbin"
  5068. suffix. If the master process exits, then old master process renames
  5069. back its pid-file with the ".oldbin" suffix to the pid-file without
  5070. suffix.
  5071. *) Change: the "worker_connections" directive, new name of the
  5072. "connections" directive; now the directive specifies maximum number
  5073. of connections, but not maximum socket descriptor number.
  5074. *) Feature: SSL supports the session cache inside one worker process.
  5075. *) Feature: the "satisfy_any" directive.
  5076. *) Change: the ngx_http_access_module and ngx_http_auth_basic_module do
  5077. not run for subrequests.
  5078. *) Feature: the "worker_rlimit_nofile" and "worker_rlimit_sigpending"
  5079. directives.
  5080. *) Bugfix: if all backend using in load-balancing failed after one
  5081. error, then nginx did not try do connect to them during 60 seconds.
  5082. *) Bugfix: in IMAP/POP3 command argument parsing.
  5083. Thanks to Rob Mueller.
  5084. *) Bugfix: errors while using SSL in IMAP/POP3 proxy.
  5085. *) Bugfix: errors while using SSI and gzipping.
  5086. *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted
  5087. from the 304 responses.
  5088. Thanks to Alexandr Kukushkin.
  5089. Changes with nginx 0.1.45 08 Sep 2005
  5090. *) Change: the "ssl_engine" directive was canceled in the
  5091. ngx_http_ssl_module and now is introduced at global level.
  5092. *) Bugfix: the responses with SSI subrequests did not transferred via
  5093. SSL connection.
  5094. *) Various bug fixes in the IMAP/POP3 proxy.
  5095. Changes with nginx 0.1.44 06 Sep 2005
  5096. *) Feature: the IMAP/POP3 proxy supports SSL.
  5097. *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module.
  5098. *) Feature: the "userid_mark" directive.
  5099. *) Feature: the $remote_user variable value is determined independently
  5100. of authorization use.
  5101. Changes with nginx 0.1.43 30 Aug 2005
  5102. *) Feature: the listen(2) backlog in the "listen" directive can be
  5103. changed using the -HUP signal.
  5104. *) Feature: the geo2nginx.pl script was added to contrib.
  5105. *) Change: the FastCGI parameters with the empty values now are passed
  5106. to a server.
  5107. *) Bugfix: the segmentation fault occurred or the worker process may got
  5108. caught in an endless loop if the proxied or FastCGI server sent the
  5109. "Cache-Control" header line and the "expires" directive was used; in
  5110. the proxied mode the bug had appeared in 0.1.29.
  5111. Changes with nginx 0.1.42 23 Aug 2005
  5112. *) Bugfix: if the request URI had a zero length after the processing in
  5113. the ngx_http_proxy_module, then the segmentation fault or bus error
  5114. occurred in the ngx_http_proxy_module.
  5115. *) Bugfix: the "limit_rate" directive did not work inside the "if"
  5116. block; the bug had appeared in 0.1.38.
  5117. Changes with nginx 0.1.41 25 Jul 2005
  5118. *) Bugfix: if the variable was used in the configuration file, then it
  5119. can not be used in SSI.
  5120. Changes with nginx 0.1.40 22 Jul 2005
  5121. *) Bugfix: if a client sent too long header line, then the request
  5122. information did not logged in the error log.
  5123. *) Bugfix: the "Set-Cookie" header line was not transferred when the
  5124. "X-Accel-Redirect" was used; the bug had appeared in 0.1.39.
  5125. *) Bugfix: the "Content-Disposition" header line was not transferred
  5126. when the "X-Accel-Redirect" was used.
  5127. *) Bugfix: the master process did not close the listen socket on the
  5128. SIGQUIT signal.
  5129. *) Bugfix: after on-line upgrade on Linux and Solaris the process name
  5130. became shorter in the "ps" command.
  5131. Changes with nginx 0.1.39 14 Jul 2005
  5132. *) The changes in the ngx_http_charset_module: the "default_charset"
  5133. directive was canceled; the "charset" directive sets the response
  5134. charset; the "source_charset" directive sets the source charset only.
  5135. *) Bugfix: the backend "WWW-Authenticate" header line did not
  5136. transferred while the 401 response code redirecting.
  5137. *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may
  5138. close a connection before anything was transferred to a client; the
  5139. bug had appeared in 0.1.38.
  5140. *) Workaround: the Linux glibc crypt_r() initialization bug.
  5141. *) Bugfix: the ngx_http_ssi_module did not support the relative URI in
  5142. the "include virtual" command.
  5143. *) Bugfix: if the backend response had the "Location" header line and
  5144. nginx should not rewrite this line, then the 500 code response body
  5145. was transferred; the bug had appeared in 0.1.29.
  5146. *) Bugfix: some directives of the ngx_http_proxy_module and
  5147. ngx_http_fastcgi_module were not inherited from the server to the
  5148. location level; the bug had appeared in 0.1.29.
  5149. *) Bugfix: the ngx_http_ssl_module did not support the certificate
  5150. chain.
  5151. *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
  5152. file names; the bug had appeared in 0.1.38.
  5153. *) Bugfixes in IMAP/POP3 proxy in interaction with a backend at the
  5154. login state.
  5155. Changes with nginx 0.1.38 08 Jul 2005
  5156. *) Feature: the "limit_rate" directive is supported in proxy and FastCGI
  5157. mode.
  5158. *) Feature: the "X-Accel-Limit-Rate" response header line is supported
  5159. in proxy and FastCGI mode.
  5160. *) Feature: the "break" directive.
  5161. *) Feature: the "log_not_found" directive.
  5162. *) Bugfix: the response status code was not changed when request was
  5163. redirected by the ""X-Accel-Redirect" header line.
  5164. *) Bugfix: the variables set by the "set" directive could not be used in
  5165. SSI.
  5166. *) Bugfix: the segmentation fault may occurred if the SSI page has more
  5167. than one remote subrequest.
  5168. *) Bugfix: nginx treated the backend response as invalid if the status
  5169. line in the header was transferred in two packets; the bug had
  5170. appeared in 0.1.29.
  5171. *) Feature: the "ssi_types" directive.
  5172. *) Feature: the "autoindex_exact_size" directive.
  5173. *) Bugfix: the ngx_http_autoindex_module did not support the long file
  5174. names in UTF-8.
  5175. *) Feature: the IMAP/POP3 proxy.
  5176. Changes with nginx 0.1.37 23 Jun 2005
  5177. *) Change: now the "\n" is added to the end of the "nginx.pid" file.
  5178. *) Bugfix: the responses may be transferred not completely, if many
  5179. parts or the big parts were included by SSI.
  5180. *) Bugfix: if all backends had returned the 404 response and the
  5181. "http_404" parameter of the "proxy_next_upstream" or
  5182. "fastcgi_next_upstream" directives was used, then nginx started to
  5183. request all backends again.
  5184. Changes with nginx 0.1.36 15 Jun 2005
  5185. *) Change: if the request header has duplicate the "Host", "Connection",
  5186. "Content-Length", or "Authorization" lines, then nginx now returns
  5187. the 400 error.
  5188. *) Change: the "post_accept_timeout" directive was canceled.
  5189. *) Feature: the "default", "af=", "bl=", "deferred", and "bind"
  5190. parameters of the "listen" directive.
  5191. *) Feature: the FreeBSD accept filters support.
  5192. *) Feature: the Linux TCP_DEFER_ACCEPT support.
  5193. *) Bugfix: the ngx_http_autoindex_module did not support the file names
  5194. in UTF-8.
  5195. *) Bugfix: the new log file can be rotated by the -USR1 signal only if
  5196. the reconfiguration by the -HUP signal was made twice.
  5197. Changes with nginx 0.1.35 07 Jun 2005
  5198. *) Feature: the "working_directory" directive.
  5199. *) Feature: the "port_in_redirect" directive.
  5200. *) Bugfix: the segmentation fault was occurred if the backend response
  5201. header was in several packets; the bug had appeared in 0.1.29.
  5202. *) Bugfix: if more than 10 servers were configured or some server did
  5203. not use the "listen" directive, then the segmentation fault was
  5204. occurred on the start.
  5205. *) Bugfix: the segmentation fault might occur if the response was bigger
  5206. than the temporary file.
  5207. *) Bugfix: nginx returned the 400 response on requests like
  5208. "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in
  5209. 0.1.28.
  5210. Changes with nginx 0.1.34 26 May 2005
  5211. *) Bugfix: the worker process may got caught in an endless loop if the
  5212. big response part were include by SSI.
  5213. *) Bugfix: the variables set by the "set" directive were not available
  5214. in SSI.
  5215. *) Feature: the "autoindex_localtime" directive.
  5216. *) Bugfix: the empty value of the "proxy_set_header" directive forbids
  5217. the client request header line passing.
  5218. Changes with nginx 0.1.33 23 May 2005
  5219. *) Bugfix: nginx could not be built with the --without-pcre parameter;
  5220. the bug had appeared in 0.1.29.
  5221. *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level
  5222. cause the bus fault on start up.
  5223. *) Bugfix: the HTTP protocol was specified in the HTTPS redirects.
  5224. *) Bugfix: if the "rewrite" directive used the captures inside the "if"
  5225. directive, then the 500 error code was returned.
  5226. Changes with nginx 0.1.32 19 May 2005
  5227. *) Bugfix: the arguments were omitted in the redirects, issued by the
  5228. "rewrite" directive; the bug had appeared in 0.1.29.
  5229. *) Feature: the "if" directive supports the captures in regular
  5230. expressions.
  5231. *) Feature: the "set" directive supports the variables and the captures
  5232. of regular expressions.
  5233. *) Feature: the "X-Accel-Redirect" response header line is supported in
  5234. proxy and FastCGI mode.
  5235. Changes with nginx 0.1.31 16 May 2005
  5236. *) Bugfix: the response encrypted by SSL may not transferred complete.
  5237. *) Bugfix: errors while processing FastCGI response by SSI.
  5238. *) Bugfix: errors while using SSI and gzipping.
  5239. *) Bugfix: the redirect with the 301 code was transferred without
  5240. response body; the bug had appeared in 0.1.30.
  5241. Changes with nginx 0.1.30 14 May 2005
  5242. *) Bugfix: the worker process may got caught in an endless loop if the
  5243. SSI was used.
  5244. *) Bugfix: the response encrypted by SSL may not transferred complete.
  5245. *) Bugfix: if the length of the response part received at once from
  5246. proxied or FastCGI server was equal to 500, then nginx returns the
  5247. 500 response code; in proxy mode the bug had appeared in 0.1.29 only.
  5248. *) Bugfix: nginx did not consider the directives with 8 or 9 parameters
  5249. as invalid.
  5250. *) Feature: the "return" directive can return the 204 response code.
  5251. *) Feature: the "ignore_invalid_headers" directive.
  5252. Changes with nginx 0.1.29 12 May 2005
  5253. *) Feature: the ngx_http_ssi_module supports "include virtual" command.
  5254. *) Feature: the ngx_http_ssi_module supports the condition command like
  5255. 'if expr="$NAME"' and "else" and "endif" commands. Only one nested
  5256. level is supported.
  5257. *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and DATE_GMT
  5258. variables and "config timefmt" command.
  5259. *) Feature: the "ssi_ignore_recycled_buffers" directive.
  5260. *) Bugfix: the "echo" command did not show the default value for the
  5261. empty QUERY_STRING variable.
  5262. *) Change: the ngx_http_proxy_module was rewritten.
  5263. *) Feature: the "proxy_redirect", "proxy_pass_request_headers",
  5264. "proxy_pass_request_body", and "proxy_method" directives.
  5265. *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was
  5266. canceled and must be replaced with the proxy_set_header directive.
  5267. *) Change: the "proxy_preserve_host" is canceled and must be replaced
  5268. with the "proxy_set_header Host $host" and the "proxy_redirect off"
  5269. directives, the "proxy_set_header Host $host:$proxy_port" directive
  5270. and the appropriate proxy_redirect directives.
  5271. *) Change: the "proxy_set_x_real_ip" is canceled and must be replaced
  5272. with the "proxy_set_header X-Real-IP $remote_addr" directive.
  5273. *) Change: the "proxy_add_x_forwarded_for" is canceled and must be
  5274. replaced with
  5275. the "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for"
  5276. directive.
  5277. *) Change: the "proxy_set_x_url" is canceled and must be replaced with
  5278. the "proxy_set_header X-URL http://$host:$server_port$request_uri"
  5279. directive.
  5280. *) Feature: the "fastcgi_param" directive.
  5281. *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params"
  5282. directive are canceled and must be replaced with the fastcgi_param
  5283. directives.
  5284. *) Feature: the "index" directive can use the variables.
  5285. *) Feature: the "index" directive can be used at http and server levels.
  5286. *) Change: the last index only in the "index" directive can be absolute.
  5287. *) Feature: the "rewrite" directive can use the variables.
  5288. *) Feature: the "internal" directive.
  5289. *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR,
  5290. SERVER_PORT, SERVER_PROTOCOL, DOCUMENT_ROOT, SERVER_NAME,
  5291. REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables.
  5292. *) Change: nginx now passes the invalid lines in a client request
  5293. headers or a backend response header.
  5294. *) Bugfix: if the backend did not transfer response for a long time and
  5295. the "send_timeout" was less than "proxy_read_timeout", then nginx
  5296. returned the 408 response.
  5297. *) Bugfix: the segmentation fault was occurred if the backend sent an
  5298. invalid line in response header; the bug had appeared in 0.1.26.
  5299. *) Bugfix: the segmentation fault may occurred in FastCGI fault
  5300. tolerance configuration.
  5301. *) Bugfix: the "expires" directive did not remove the previous "Expires"
  5302. and "Cache-Control" headers.
  5303. *) Bugfix: nginx did not take into account trailing dot in "Host" header
  5304. line.
  5305. *) Bugfix: the ngx_http_auth_module did not work under Linux.
  5306. *) Bugfix: the rewrite directive worked incorrectly, if the arguments
  5307. were in a request.
  5308. *) Bugfix: nginx could not be built on MacOS X.
  5309. Changes with nginx 0.1.28 08 Apr 2005
  5310. *) Bugfix: nginx hogs CPU while proxying the huge files.
  5311. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
  5312. Changes with nginx 0.1.27 28 Mar 2005
  5313. *) Feature: the "blocked" parameter of the "valid_referers" directive.
  5314. *) Change: the errors while handling the request header now logged at
  5315. "info" level. The server name and the "Host" and "Referer" header
  5316. lines also logged.
  5317. *) Change: the "Host" header line is also logged in error log.
  5318. *) Feature: the proxy_pass_unparsed_uri directive. The special handling
  5319. of the "://" symbols in URI, appeared in 0.1.11 version, now is
  5320. canceled.
  5321. *) Bugfix: nginx could not be built on FreeBSD and Linux, if the
  5322. --without-ngx_http_auth_basic_module configuration parameter was
  5323. used.
  5324. Changes with nginx 0.1.26 22 Mar 2005
  5325. *) Change: the invalid client header lines are now ignored and logged at
  5326. the info level.
  5327. *) Change: the server name is also logged in error log.
  5328. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and
  5329. auth_basic_user_file directives.
  5330. Changes with nginx 0.1.25 19 Mar 2005
  5331. *) Bugfix: nginx did run on Linux parisc.
  5332. *) Feature: nginx now does not start under FreeBSD if the sysctl
  5333. kern.ipc.somaxconn value is too big.
  5334. *) Bugfix: if a request was internally redirected by the
  5335. ngx_http_index_module module to the ngx_http_proxy_module or
  5336. ngx_http_fastcgi_module modules, then the index file was not closed
  5337. after request completion.
  5338. *) Feature: the "proxy_pass" can be used in location with regular
  5339. expression.
  5340. *) Feature: the ngx_http_rewrite_filter_module module supports the
  5341. condition like "if ($HTTP_USER_AGENT ~ MSIE)".
  5342. *) Bugfix: nginx started too slow if the large number of addresses and
  5343. text values were used in the "geo" directive.
  5344. *) Change: a variable name must be declared as "$name" in the "geo"
  5345. directive. The previous variant without "$" is still supported, but
  5346. will be removed soon.
  5347. *) Feature: the "%{VARIABLE}v" logging parameter.
  5348. *) Feature: the "set $name value" directive.
  5349. *) Bugfix: gcc 4.0 compatibility.
  5350. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
  5351. Changes with nginx 0.1.24 04 Mar 2005
  5352. *) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and
  5353. DOCUMENT_URI variables.
  5354. *) Bugfix: the ngx_http_autoindex_module may some times return the 404
  5355. response for existent directory, if this directory was used in
  5356. "alias" directive.
  5357. *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large
  5358. responses.
  5359. *) Bugfix: the lack of the "Referer" header line was always accounted as
  5360. valid referrer.
  5361. Changes with nginx 0.1.23 01 Mar 2005
  5362. *) Feature: the ngx_http_ssi_filter_module and the ssi,
  5363. ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo
  5364. var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands are
  5365. supported.
  5366. *) Feature: the %request_time log parameter.
  5367. *) Feature: if the request has no the "Host" header line, then the
  5368. "proxy_preserve_host" directive set this header line to the first
  5369. server name of the "server_name" directive.
  5370. *) Bugfix: nginx could not be built on platforms different from i386,
  5371. amd64, sparc, and ppc; the bug had appeared in 0.1.22.
  5372. *) Bugfix: the ngx_http_autoindex_module now shows the information not
  5373. about the symlink, but about file or directory it points to.
  5374. *) Bugfix: the %apache_length parameter logged the negative length of
  5375. the response header if the no response was transferred to a client.
  5376. Changes with nginx 0.1.22 22 Feb 2005
  5377. *) Bugfix: the ngx_http_stub_status_module showed incorrect handled
  5378. connections statistics if the proxying or FastCGI server were used.
  5379. *) Bugfix: the installation paths were incorrectly quoted on Linux and
  5380. Solaris; the bug had appeared in 0.1.21.
  5381. Changes with nginx 0.1.21 22 Feb 2005
  5382. *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics
  5383. if "rtsig" method was used or if several worker process ran on SMP.
  5384. *) Bugfix: nginx could not be built by the icc compiler on Linux or if
  5385. the zlib-1.2.x library was building from sources.
  5386. *) Bugfix: nginx could not be built on NetBSD 2.0.
  5387. Changes with nginx 0.1.20 17 Feb 2005
  5388. *) Feature: the new "script_filename" and "remote_port" parameters of
  5389. the fastcgi_params directive.
  5390. *) Bugfix: the FastCGI stderr stream was handled incorrectly.
  5391. Changes with nginx 0.1.19 16 Feb 2005
  5392. *) Bugfix: now, if request contains the zero, then the 404 error is
  5393. returned for the local requests.
  5394. *) Bugfix: nginx could not be built on NetBSD 2.0.
  5395. *) Bugfix: the timeout may occur while reading of the client request
  5396. body via SSL connections.
  5397. Changes with nginx 0.1.18 09 Feb 2005
  5398. *) Workaround: the default values of the devpoll_events and the
  5399. devpoll_changes directives changed from 512 to 32 to be compatible
  5400. with Solaris 10.
  5401. *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not
  5402. inherited.
  5403. *) Bugfix: in a redirect rewrite directive arguments were concatenated
  5404. with URI by an "&" rather than a "?".
  5405. *) Bugfix: the lines without trailing ";" in the file being included by
  5406. the ngx_http_geo_module were silently ignored.
  5407. *) Feature: the ngx_http_stub_status_module.
  5408. *) Bugfix: the unknown log format in the access_log directive caused the
  5409. segmentation fault.
  5410. *) Feature: the new "document_root" parameter of the fastcgi_params
  5411. directive.
  5412. *) Feature: the fastcgi_redirect_errors directive.
  5413. *) Feature: the new "break" modifier of the "rewrite" directive allows
  5414. to stop the rewrite/location cycle and sets the current configuration
  5415. to the request.
  5416. Changes with nginx 0.1.17 03 Feb 2005
  5417. *) Change: the ngx_http_rewrite_module was rewritten from the scratch.
  5418. Now it is possible to redirect, to return the error codes, to check
  5419. the variables and referrers. The directives can be used inside
  5420. locations. The redirect directive was canceled.
  5421. *) Feature: the ngx_http_geo_module.
  5422. *) Feature: the proxy_set_x_var and fastcgi_set_var directives.
  5423. *) Bugfix: the location configuration with "=" modifier may be used in
  5424. another location.
  5425. *) Bugfix: the correct content type was set only for requests that use
  5426. small caps letters in extension.
  5427. *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the
  5428. location, and access was denied, and the error was redirected to a
  5429. static page, then the segmentation fault occurred.
  5430. *) Bugfix: if in a proxied "Location" header was a relative URL, then a
  5431. host name and a slash were added to them; the bug had appeared in
  5432. 0.1.14.
  5433. *) Bugfix: the system error message was not logged on Linux.
  5434. Changes with nginx 0.1.16 25 Jan 2005
  5435. *) Bugfix: if the response were transferred by chunks, then on the HEAD
  5436. request the final chunk was issued.
  5437. *) Bugfix: the "Connection: keep-alive" header were issued, even if the
  5438. keepalive_timeout directive forbade the keep-alive use.
  5439. *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
  5440. segmentation faults.
  5441. *) Bugfix: the compressed response encrypted by SSL may not transferred
  5442. complete.
  5443. *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPUSH, and TCP_CORK
  5444. options, are not used for the unix domain sockets.
  5445. *) Feature: the rewrite directive supports the arguments rewriting.
  5446. *) Bugfix: the response code 400 was returned for the POST request with
  5447. the "Content-Length: 0" header; the bug had appeared in 0.1.14.
  5448. Changes with nginx 0.1.15 19 Jan 2005
  5449. *) Bugfix: the error while the connecting to the FastCGI server caused
  5450. segmentation fault.
  5451. *) Bugfix: the correct handling of the regular expression, that has
  5452. different number of the captures and substitutions.
  5453. *) Feature: the location, that is passed to the FastCGI server, can be
  5454. regular expression.
  5455. *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the
  5456. arguments and in the original state.
  5457. *) Bugfix: the ngx_http_rewrite_module module was required to be built
  5458. to use the regular expressions in locations.
  5459. *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the
  5460. "Host" headers, if upstream listen on port 80; the bug had appeared
  5461. in 0.1.14.
  5462. *) Bugfix: the same paths in autoconfiguration parameters
  5463. --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or
  5464. --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH
  5465. caused segmentation fault.
  5466. Changes with nginx 0.1.14 18 Jan 2005
  5467. *) Feature: the autoconfiguration directives:
  5468. --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
  5469. --http-fastcgi-temp-path=PATH
  5470. *) Change: the directory name for the temporary files with the client
  5471. request body is specified by directive client_body_temp_path, by
  5472. default it is <prefix>/client_body_temp.
  5473. *) Feature: the ngx_http_fastcgi_module and the directives:
  5474. fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
  5475. fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
  5476. fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
  5477. fastcgi_busy_buffers_size, fastcgi_temp_path,
  5478. fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
  5479. fastcgi_next_upstream, and fastcgi_x_powered_by.
  5480. *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
  5481. 0.1.3.
  5482. *) Change: the URI must be specified after the host name in the
  5483. proxy_pass directive.
  5484. *) Change: the %3F symbol in the URI was considered as the argument
  5485. string start.
  5486. *) Feature: the unix domain sockets support in the
  5487. ngx_http_proxy_module.
  5488. *) Feature: the ssl_engine and ssl_ciphers directives.
  5489. Thanks to Sergey Skvortsov for SSL-accelerator.
  5490. Changes with nginx 0.1.13 21 Dec 2004
  5491. *) Feature: the server_names_hash and server_names_hash_threshold
  5492. directives.
  5493. *) Bugfix: the *.domain.tld names in the "server_name" directive did not
  5494. work.
  5495. *) Bugfix: the %request_length log parameter logged the incorrect
  5496. length.
  5497. Changes with nginx 0.1.12 06 Dec 2004
  5498. *) Feature: the %request_length log parameter.
  5499. *) Bugfix: when using the /dev/poll, select and poll on the platforms,
  5500. where these methods may do the false reports, there may be the long
  5501. delay when the request was passed via the keep-alive connection. It
  5502. may be at least on Solaris when using the /dev/poll.
  5503. *) Bugfix: the send_lowat directive is ignored on Linux because Linux
  5504. does not support the SO_SNDLOWAT option.
  5505. Changes with nginx 0.1.11 02 Dec 2004
  5506. *) Feature: the worker_priority directive.
  5507. *) Change: both tcp_nopush and tcp_nodelay directives affect the
  5508. transferred response.
  5509. *) Bugfix: nginx did not call initgroups().
  5510. Thanks to Andrew Sitnikov and Andrei Nigmatulin.
  5511. *) Change: now the ngx_http_autoindex_module shows the file size in the
  5512. bytes.
  5513. *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the
  5514. broken symlink was in a directory.
  5515. *) Bugfix: the files bigger than 4G could not be transferred using
  5516. sendfile.
  5517. *) Bugfix: if the backend was resolved to several backends and there was
  5518. an error while the response waiting then process may got caught in an
  5519. endless loop.
  5520. *) Bugfix: the worker process may exit with the "unknown cycle" message
  5521. when the /dev/poll method was used.
  5522. *) Bugfix: "close() channel failed" errors.
  5523. *) Bugfix: the autodetection of the "nobody" and "nogroup" groups.
  5524. *) Bugfix: the send_lowat directive did not work on Linux.
  5525. *) Bugfix: the segmentation fault occurred if there was no events
  5526. section in configuration.
  5527. *) Bugfix: nginx could not be built on OpenBSD.
  5528. *) Bugfix: the double slashes in "://" in the URI were converted to
  5529. ":/".
  5530. Changes with nginx 0.1.10 26 Nov 2004
  5531. *) Bugfix: if the request without arguments contains "//", "/./", "/../"
  5532. or "%XX" then the last character in the request line was lost; the
  5533. bug had appeared in 0.1.9.
  5534. *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did
  5535. not work.
  5536. Changes with nginx 0.1.9 25 Nov 2004
  5537. *) Bugfix: the proxied request was sent without arguments if the request
  5538. contains "//", "/./", "/../" or "%XX".
  5539. *) Bugfix: the large compressed responses may be transferred not
  5540. completely.
  5541. *) Bugfix: the files bigger than 2G was not transferred on Linux that
  5542. does not support sendfile64().
  5543. *) Bugfix: while the build configuration on Linux the --with-poll_module
  5544. parameter was required; the bug had appeared in 0.1.8.
  5545. Changes with nginx 0.1.8 20 Nov 2004
  5546. *) Bugfix: in the ngx_http_autoindex_module if the long file names were
  5547. in the listing.
  5548. *) Feature: the "^~" modifier in the location directive.
  5549. *) Feature: the proxy_max_temp_file_size directive.
  5550. Changes with nginx 0.1.7 12 Nov 2004
  5551. *) Bugfix: on FreeBSD the segmentation fault may occur if the size of
  5552. the transferred file was changed; the bug had appeared in 0.1.5.
  5553. Changes with nginx 0.1.6 11 Nov 2004
  5554. *) Bugfix: some location directive combinations with the regular
  5555. expressions caused the wrong configuration choose.
  5556. Changes with nginx 0.1.5 11 Nov 2004
  5557. *) Bugfix: on Solaris and Linux there may be too many "recvmsg()
  5558. returned not enough data" alerts.
  5559. *) Bugfix: there were the "writev() failed (22: Invalid argument)"
  5560. errors on Solaris in proxy mode without sendfile. On other platforms
  5561. that do not support sendfile at all the process got caught in an
  5562. endless loop.
  5563. *) Bugfix: segmentation fault on Solaris in proxy mode and using
  5564. sendfile.
  5565. *) Bugfix: segmentation fault on Solaris.
  5566. *) Bugfix: on-line upgrade did not work on Linux.
  5567. *) Bugfix: the ngx_http_autoindex_module module did not escape the
  5568. spaces, the quotes, and the percent signs in the directory listing.
  5569. *) Change: the decrease of the copy operations.
  5570. *) Feature: the userid_p3p directive.
  5571. Changes with nginx 0.1.4 26 Oct 2004
  5572. *) Bugfix: in the ngx_http_autoindex_module.
  5573. Changes with nginx 0.1.3 25 Oct 2004
  5574. *) Feature: the ngx_http_autoindex_module and the autoindex directive.
  5575. *) Feature: the proxy_set_x_url directive.
  5576. *) Bugfix: proxy module may get caught in an endless loop when sendfile
  5577. is not used.
  5578. Changes with nginx 0.1.2 21 Oct 2004
  5579. *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
  5580. options in configure.
  5581. *) Feature: the server_name directive supports *.domain.tld.
  5582. *) Bugfix: the portability improvements.
  5583. *) Bugfix: if configuration file was set in command line, the
  5584. reconfiguration was impossible; the bug had appeared in 0.1.1.
  5585. *) Bugfix: proxy module may get caught in an endless loop when sendfile
  5586. is not used.
  5587. *) Bugfix: with sendfile the response was not recoded according to the
  5588. charset module directives; the bug had appeared in 0.1.1.
  5589. *) Bugfix: very seldom bug in the kqueue processing.
  5590. *) Bugfix: the gzip module compressed the proxied responses that was
  5591. already compressed.
  5592. Changes with nginx 0.1.1 11 Oct 2004
  5593. *) Feature: the gzip_types directive.
  5594. *) Feature: the tcp_nodelay directive.
  5595. *) Feature: the send_lowat directive is working not only on OSes that
  5596. support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.
  5597. *) Feature: the setproctitle() emulation for Linux and Solaris.
  5598. *) Bugfix: the "Location" header rewrite bug fixed while the proxying.
  5599. *) Bugfix: the ngx_http_chunked_module module may get caught in an
  5600. endless loop.
  5601. *) Bugfix: the /dev/poll module bugs fixed.
  5602. *) Bugfix: the responses were corrupted when the temporary files were
  5603. used while the proxying.
  5604. *) Bugfix: the unescaped requests were passed to the backend.
  5605. *) Bugfix: while the build configuration on Linux 2.4 the
  5606. --with-poll_module parameter was required.
  5607. Changes with nginx 0.1.0 04 Oct 2004
  5608. *) The first public version.