comparison auto/lib/perl/make @ 680:597573166f34 NGINX_1_3_3

nginx 1.3.3 *) Feature: entity tags support and the "etag" directive. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Jul 2012 00:00:00 +0400
parents e5fa0a4a7d27
children 2e8a942c8872
comparison
equal deleted inserted replaced
679:cad34cec7d3b 680:597573166f34
10 src/http/modules/perl/nginx.xs \ 10 src/http/modules/perl/nginx.xs \
11 src/http/modules/perl/ngx_http_perl_module.h \ 11 src/http/modules/perl/ngx_http_perl_module.h \
12 $NGX_OBJS/src/http/modules/perl/Makefile 12 $NGX_OBJS/src/http/modules/perl/Makefile
13 cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/ 13 cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
14 14
15 cd $NGX_OBJS/src/http/modules/perl && make 15 cd $NGX_OBJS/src/http/modules/perl && \${MAKE}
16 16
17 rm -rf $NGX_OBJS/install_perl 17 rm -rf $NGX_OBJS/install_perl
18 18
19 19
20 $NGX_OBJS/src/http/modules/perl/Makefile: \ 20 $NGX_OBJS/src/http/modules/perl/Makefile: \