comparison auto/summary @ 599:53f5f04a64b8 NGINX_0_8_45

nginx 0.8.45 *) Feature: ngx_http_xslt_filter improvements. Thanks to Laurence Rowe. *) Bugfix: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "listen" directive did not support the "setfib=0" parameter.
author Igor Sysoev <http://sysoev.ru>
date Tue, 13 Jul 2010 00:00:00 +0400
parents 4d3e880ce86c
children
comparison
equal deleted inserted replaced
598:565a8b8fdad5 599:53f5f04a64b8
36 36
37 else 37 else
38 case $PCRE in 38 case $PCRE in
39 YES) echo " + using system PCRE library" ;; 39 YES) echo " + using system PCRE library" ;;
40 NONE) echo " + PCRE library is not used" ;; 40 NONE) echo " + PCRE library is not used" ;;
41 NO) echo " + PCRE library is not found" ;;
42 *) echo " + using PCRE library: $PCRE" ;; 41 *) echo " + using PCRE library: $PCRE" ;;
43 esac 42 esac
44 fi 43 fi
45 44
46 case $OPENSSL in 45 case $OPENSSL in
47 YES) echo " + using system OpenSSL library" ;; 46 YES) echo " + using system OpenSSL library" ;;
48 NONE) echo " + OpenSSL library is not used" ;; 47 NONE) echo " + OpenSSL library is not used" ;;
49 NO) echo " + OpenSSL library is not found" ;;
50 *) echo " + using OpenSSL library: $OPENSSL" ;; 48 *) echo " + using OpenSSL library: $OPENSSL" ;;
51 esac 49 esac
52 50
53 case $MD5 in 51 case $MD5 in
54 YES) echo " + md5: using $MD5_LIB library" ;; 52 YES) echo " + md5: using $MD5_LIB library" ;;
55 NONE) echo " + md5 library is not used" ;; 53 NONE) echo " + md5 library is not used" ;;
56 NO) echo " + md5 library is not found" ;;
57 *) echo " + using md5 library: $MD5" ;; 54 *) echo " + using md5 library: $MD5" ;;
58 esac 55 esac
59 56
60 case $SHA1 in 57 case $SHA1 in
61 YES) echo " + sha1: using $SHA1_LIB library" ;; 58 YES) echo " + sha1: using $SHA1_LIB library" ;;
65 esac 62 esac
66 63
67 case $ZLIB in 64 case $ZLIB in
68 YES) echo " + using system zlib library" ;; 65 YES) echo " + using system zlib library" ;;
69 NONE) echo " + zlib library is not used" ;; 66 NONE) echo " + zlib library is not used" ;;
70 NO) echo " + zlib library is not found" ;;
71 *) echo " + using zlib library: $ZLIB" ;; 67 *) echo " + using zlib library: $ZLIB" ;;
72 esac 68 esac
73 69
74 case $NGX_LIBATOMIC in 70 case $NGX_LIBATOMIC in
75 YES) echo " + using system libatomic_ops library" ;; 71 YES) echo " + using system libatomic_ops library" ;;