comparison auto/sources @ 252:644510700914 NGINX_0_4_11

nginx 0.4.11 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. *) Feature: the ngx_http_perl_module supports the $r->allow_ranges method. *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10.
author Igor Sysoev <http://sysoev.ru>
date Wed, 25 Oct 2006 00:00:00 +0400
parents fbf2b2f66c9f
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
251:16ffa8ae5759 252:644510700914
118 118
119 119
120 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" 120 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"
121 121
122 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ 122 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \
123 src/core/ngx_unix_domain.h \
124 src/os/unix/ngx_time.h \ 123 src/os/unix/ngx_time.h \
125 src/os/unix/ngx_types.h \ 124 src/os/unix/ngx_types.h \
126 src/os/unix/ngx_errno.h \ 125 src/os/unix/ngx_errno.h \
127 src/os/unix/ngx_alloc.h \ 126 src/os/unix/ngx_alloc.h \
128 src/os/unix/ngx_files.h \ 127 src/os/unix/ngx_files.h \
147 # src/os/unix/ngx_sunpro_amd64.il \ 146 # src/os/unix/ngx_sunpro_amd64.il \
148 # src/os/unix/ngx_sunpro_sparc64.il \ 147 # src/os/unix/ngx_sunpro_sparc64.il \
149 148
150 149
151 UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \ 150 UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \
152 src/core/ngx_unix_domain.c \
153 src/os/unix/ngx_time.c \ 151 src/os/unix/ngx_time.c \
154 src/os/unix/ngx_errno.c \ 152 src/os/unix/ngx_errno.c \
155 src/os/unix/ngx_alloc.c \ 153 src/os/unix/ngx_alloc.c \
156 src/os/unix/ngx_files.c \ 154 src/os/unix/ngx_files.c \
157 src/os/unix/ngx_socket.c \ 155 src/os/unix/ngx_socket.c \