Update from 0.5.34 to 0.5.35.

<ChangeLog>

    *) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the $status variable was equal to 0 if a proxied server
       returned response in HTTP/0.9 version.

    *) Bugfix: if the "?" character was in a "error_page" directive, then
       it was escaped in a proxied request; bug appeared in 0.5.32.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2008-01-10 15:18:25 +00:00
parent c602dd26a2
commit 4193ec240d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205382
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nginx
PORTVERSION= 0.5.34
PORTVERSION= 0.5.35
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}

View File

@ -1,3 +1,3 @@
MD5 (nginx-0.5.34.tar.gz) = 8f7d3efcd7caaf1f06e4d95dfaeac238
SHA256 (nginx-0.5.34.tar.gz) = 64e255bb76afa1cce2b65ba2b33b4d1cff034654ff20f64b4c285d143f059a3a
SIZE (nginx-0.5.34.tar.gz) = 487815
MD5 (nginx-0.5.35.tar.gz) = 1100d8a2f811777f38eff44fe6548d7e
SHA256 (nginx-0.5.35.tar.gz) = efc6723a2005cc4d6395d7e915c0da91be9e2b133be761de037842b8e8655e68
SIZE (nginx-0.5.35.tar.gz) = 488926