comparison CHANGES @ 250:fbf2b2f66c9f NGINX_0_4_10

nginx 0.4.10 *) Feature: the POP3 proxy supports the APOP command. *) Bugfix: if the select, poll or /dev/poll methods were used, then while waiting authentication server response the IMAP/POP3 proxy hogged CPU. *) Bugfix: a segmentation fault might occur if the $server_addr variable was used in the "map" directive. *) Bugfix: the ngx_http_flv_module did not support the byte ranges for full responses; bug appeared in 0.4.7. *) Bugfix: nginx could not be built on Debian amd64; bug appeared in 0.4.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Oct 2006 00:00:00 +0400
parents acd2ec3541cb
children 644510700914
comparison
equal deleted inserted replaced
249:7a34085272cb 250:fbf2b2f66c9f
1
2 Changes with nginx 0.4.10 23 Oct 2006
3
4 *) Feature: the IMAP/POP3 proxy supports the APOP command.
5
6 *) Bugfix: if the select, poll or /dev/poll methods were used, then
7 while waiting authentication server response the IMAP/POP3 proxy
8 hogged CPU.
9
10 *) Bugfix: a segmentation fault might occur if the $server_addr
11 variable was used in the "map" directive.
12
13 *) Bugfix: the ngx_http_flv_module did not support the byte ranges for
14 full responses; bug appeared in 0.4.7.
15
16 *) Bugfix: nginx could not be built on Debian amd64; bug appeared in
17 0.4.9.
18
1 19
2 Changes with nginx 0.4.9 13 Oct 2006 20 Changes with nginx 0.4.9 13 Oct 2006
3 21
4 *) Feature: the "set" parameter in the "include" SSI command. 22 *) Feature: the "set" parameter in the "include" SSI command.
5 23
1574 *) Bugfix: nginx could not be built on MacOS X. 1592 *) Bugfix: nginx could not be built on MacOS X.
1575 1593
1576 1594
1577 Changes with nginx 0.1.28 08 Apr 2005 1595 Changes with nginx 0.1.28 08 Apr 2005
1578 1596
1579 *) Bugfix: nginx hogs CPU while proxing the huge files. 1597 *) Bugfix: nginx hogs CPU while proxying the huge files.
1580 1598
1581 *) Bugfix: nginx could not be built by gcc 4.0 on Linux. 1599 *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
1582 1600
1583 1601
1584 Changes with nginx 0.1.27 28 Mar 2005 1602 Changes with nginx 0.1.27 28 Mar 2005
1685 1703
1686 1704
1687 Changes with nginx 0.1.22 22 Feb 2005 1705 Changes with nginx 0.1.22 22 Feb 2005
1688 1706
1689 *) Bugfix: the ngx_http_stub_status_module showed incorrect handled 1707 *) Bugfix: the ngx_http_stub_status_module showed incorrect handled
1690 connections statistics if the proxing or FastCGI server were used. 1708 connections statistics if the proxying or FastCGI server were used.
1691 1709
1692 *) Bugfix: the installation paths were incorrectly quoted on Linux and 1710 *) Bugfix: the installation paths were incorrectly quoted on Linux and
1693 Solaris; bug appeared in 0.1.21. 1711 Solaris; bug appeared in 0.1.21.
1694 1712
1695 1713
2049 *) Feature: the send_lowat directive is working not only on OSes that 2067 *) Feature: the send_lowat directive is working not only on OSes that
2050 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT. 2068 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.
2051 2069
2052 *) Feature: the setproctitle() emulation for Linux and Solaris. 2070 *) Feature: the setproctitle() emulation for Linux and Solaris.
2053 2071
2054 *) Bugfix: the "Location" header rewrite bug fixed while the proxing. 2072 *) Bugfix: the "Location" header rewrite bug fixed while the proxying.
2055 2073
2056 *) Bugfix: the ngx_http_chunked_module module may get caught in an 2074 *) Bugfix: the ngx_http_chunked_module module may get caught in an
2057 endless loop. 2075 endless loop.
2058 2076
2059 *) Bugfix: the /dev/poll module bugs fixed. 2077 *) Bugfix: the /dev/poll module bugs fixed.
2060 2078
2061 *) Bugfix: the responses were corrupted when the temporary files were 2079 *) Bugfix: the responses were corrupted when the temporary files were
2062 used while the proxing. 2080 used while the proxying.
2063 2081
2064 *) Bugfix: the unescaped requests were passed to the backend. 2082 *) Bugfix: the unescaped requests were passed to the backend.
2065 2083
2066 *) Bugfix: while the build configuration on Linux 2.4 the 2084 *) Bugfix: while the build configuration on Linux 2.4 the
2067 --with-poll_module parameter was required. 2085 --with-poll_module parameter was required.