diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-11-15 09:01:31 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2011-11-15 09:01:31 +0000 |
commit | 329a5f241459251c8b5f681aac54db4c5039ec4a (patch) | |
tree | 952afd7aabd80c84689c10f0113fa549992983dd /src/core/nginx.h | |
parent | efac10e4a17884eb7af1418a4bc595a7c574f1fa (diff) | |
download | nginx-1.0.10.tar.gz |
Changes with nginx 1.0.10 15 Nov 2011v1.0.10
*) Bugfix: a segmentation fault might occur in a worker process if
resolver got a big DNS response.
Thanks to Ben Hawkes.
*) Bugfix: in cache key calculation if internal MD5 implementation was
used; the bug had appeared in 1.0.4.
*) Bugfix: the module ngx_http_mp4_module sent incorrect
"Content-Length" response header line if the "start" argument was
used.
Thanks to Piotr Sikora.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index e528d8441..edec76299 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000009 -#define NGINX_VERSION "1.0.9" +#define nginx_version 1000010 +#define NGINX_VERSION "1.0.10" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |