diff options
author | nginx <nginx@nginx.org> | 2013-01-10 13:34:07 +0000 |
---|---|---|
committer | Jon Kolb <jon@b0g.us> | 2013-01-10 13:34:07 +0000 |
commit | 61c2753477f8ea559ebf67c8bc8276a9804ecd5a (patch) | |
tree | e3c4babf9205a52b4c9afc408fad861aa0d546c8 /man/nginx.8 | |
parent | 1c2503c4d9bc36b37e14c26ceb01558f6ca9949f (diff) | |
download | nginx-1.3.11.tar.gz |
Changes with nginx 1.3.11 10 Jan 2013v1.3.11
*) Bugfix: a segmentation fault might occur if logging was used; the bug
had appeared in 1.3.10.
*) Bugfix: the "proxy_pass" directive did not work with IP addresses
without port specified; the bug had appeared in 1.3.10.
*) Bugfix: a segmentation fault occurred on start or during
reconfiguration if the "keepalive" directive was specified more than
once in a single upstream block.
*) Bugfix: parameter "default" of the "geo" directive did not set
default value for IPv6 addresses.
Diffstat (limited to 'man/nginx.8')
-rw-r--r-- | man/nginx.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nginx.8 b/man/nginx.8 index 8fcb0b0d2..f119a2327 100644 --- a/man/nginx.8 +++ b/man/nginx.8 @@ -1,6 +1,6 @@ .\" -.\" Copyright (c) 2010 Sergey A. Osokin -.\" Copyright (c) 2011,2012 Nginx, Inc. +.\" Copyright (C) 2010 Sergey A. Osokin +.\" Copyright (C) Nginx, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without |