comparison CHANGES @ 232:d8f5c91a5c07 NGINX_0_4_1

nginx 0.4.1 *) Bugfix: the DragonFlyBSD compatibility. Thanks to Pavel Nazarov. *) Workaround: of bug in 64-bit Linux sendfile(), when file is more than 2G. *) Feature: now on Linux nginx uses O_NOATIME flag for static requests. Thanks to Yusuf Goolamabbas.
author Igor Sysoev <http://sysoev.ru>
date Thu, 14 Sep 2006 00:00:00 +0400
parents 38e7b94d63ac
children c16038b14e68
comparison
equal deleted inserted replaced
231:8024b0d52263 232:d8f5c91a5c07
1
2 Changes with nginx 0.4.1 14 Sep 2006
3
4 *) Bugfix: the DragonFlyBSD compatibility.
5 Thanks to Pavel Nazarov.
6
7 *) Workaround: of bug in 64-bit Linux sendfile(), when file is more
8 than 2G.
9
10 *) Feature: now on Linux nginx uses O_NOATIME flag for static
11 requests.
12 Thanks to Yusuf Goolamabbas.
13
1 14
2 Changes with nginx 0.4.0 30 Aug 2006 15 Changes with nginx 0.4.0 30 Aug 2006
3 16
4 *) Change in internal API: the HTTP modules initialization was moved 17 *) Change in internal API: the HTTP modules initialization was moved
5 from the init module phase to the HTTP postconfiguration phase. 18 from the init module phase to the HTTP postconfiguration phase.