diff options
| author | NGINX team <nginx@nginx.org> | 2012-01-30 14:53:52 +0000 |
|---|---|---|
| committer | Jonathan Kolb <jon@b0g.us> | 2012-01-30 14:53:52 +0000 |
| commit | 01f0bd5ae6dffe914b2909caf428f565a1c60351 (patch) | |
| tree | 3cdd9e3309e17c9e471cf05c73f683c5eaa3e6b7 /src/http/ngx_http_script.h | |
| parent | b61802612732d1211d92a3a4f449fb4cd1d80d18 (diff) | |
| download | nginx-01f0bd5ae6dffe914b2909caf428f565a1c60351.tar.gz | |
Changes with nginx 1.1.14 30 Jan 2012v1.1.14
*) Feature: multiple "limit_req" limits may be used simultaneously.
*) Bugfix: in error handling while connecting to a backend.
Thanks to Piotr Sikora.
*) Bugfix: in AIO error handling on FreeBSD.
*) Bugfix: in the OpenSSL library initialization.
*) Bugfix: the "proxy_redirect" directives might not be correctly
inherited.
*) Bugfix: memory leak during reconfiguration if the "pcre_jit"
directive was used.
Maxim Dounin
_______________________________________________
nginx-announce mailing list
nginx-announce@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-announce
Diffstat (limited to 'src/http/ngx_http_script.h')
| -rw-r--r-- | src/http/ngx_http_script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h index c5b1e4066..46592ab01 100644 --- a/src/http/ngx_http_script.h +++ b/src/http/ngx_http_script.h @@ -1,6 +1,7 @@ /* * Copyright (C) Igor Sysoev + * Copyright (C) Nginx, Inc. */ |
