comparison auto/sources @ 489:549994537f15 NGINX_0_7_52

nginx 0.7.52 *) Feature: the first native Windows binary release. *) Bugfix: in processing HEAD method while caching. *) Bugfix: in processing the "If-Modified-Since", "If-Range", etc. client request header lines while caching. *) Bugfix: now the "Set-Cookie" and "P3P" header lines are hidden in cacheable responses. *) Bugfix: if nginx was built with the ngx_http_perl_module and with a perl which supports threads, then during a master process exit the message "panic: MUTEX_LOCK" might be issued. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.7.48. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.7.42.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Apr 2009 00:00:00 +0400
parents c8cfb6c462ef
children ed5e10fb40fc
comparison
equal deleted inserted replaced
488:eb4fdebda673 489:549994537f15
213 src/os/win32/ngx_atomic.h \ 213 src/os/win32/ngx_atomic.h \
214 src/os/win32/ngx_thread.h \ 214 src/os/win32/ngx_thread.h \
215 src/os/win32/ngx_socket.h \ 215 src/os/win32/ngx_socket.h \
216 src/os/win32/ngx_os.h \ 216 src/os/win32/ngx_os.h \
217 src/os/win32/ngx_user.h \ 217 src/os/win32/ngx_user.h \
218 src/os/win32/ngx_gui.h \
219 src/os/win32/ngx_gui_resources.h \
220 src/os/win32/ngx_process_cycle.h" 218 src/os/win32/ngx_process_cycle.h"
221 219
222 WIN32_CONFIG=src/os/win32/ngx_win32_config.h 220 WIN32_CONFIG=src/os/win32/ngx_win32_config.h
223 221
224 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \ 222 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \
231 src/os/win32/ngx_thread.c \ 229 src/os/win32/ngx_thread.c \
232 src/os/win32/ngx_socket.c \ 230 src/os/win32/ngx_socket.c \
233 src/os/win32/ngx_wsarecv.c \ 231 src/os/win32/ngx_wsarecv.c \
234 src/os/win32/ngx_wsarecv_chain.c \ 232 src/os/win32/ngx_wsarecv_chain.c \
235 src/os/win32/ngx_udp_wsarecv.c \ 233 src/os/win32/ngx_udp_wsarecv.c \
234 src/os/win32/ngx_wsasend.c \
236 src/os/win32/ngx_wsasend_chain.c \ 235 src/os/win32/ngx_wsasend_chain.c \
237 src/os/win32/ngx_win32_init.c \ 236 src/os/win32/ngx_win32_init.c \
238 src/os/win32/ngx_user.c \ 237 src/os/win32/ngx_user.c \
239 src/os/win32/ngx_gui.c \ 238 src/os/win32/ngx_event_log.c \
240 src/os/win32/ngx_process_cycle.c \ 239 src/os/win32/ngx_process_cycle.c \
241 src/event/ngx_event_acceptex.c" 240 src/event/ngx_event_acceptex.c"
242 241
243 NGX_WIN32_ICONS="src/os/win32/nginx.ico src/os/win32/nginx_tray.ico" 242 NGX_WIN32_ICONS="src/os/win32/nginx.ico"
244 NGX_WIN32_RC="src/os/win32/nginx.rc" 243 NGX_WIN32_RC="src/os/win32/nginx.rc"
245 244
246 245
247 # the http modules that have their logging formats 246 # the http modules that have their logging formats
248 # must be after ngx_http_log_module 247 # must be after ngx_http_log_module