Compare commits

..
3 Commits
Author SHA1 Message Date
Hakase 04b26acf63 Version bump - 1.17.2 2019-06-26 00:45:13 +09:00
Hakase 822cd094bd Release 1.17.1 2019-06-26 00:44:54 +09:00
Hakase d15a32b24b Latest update - 7517 2019-06-26 00:44:34 +09:00
4 changed files with 60 additions and 3 deletions
+1
View File
@@ -439,3 +439,4 @@ d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9
5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11 5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11
0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12 0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12
054c1c46395caff79bb4caf16f40b331f71bb6dd release-1.17.0 054c1c46395caff79bb4caf16f40b331f71bb6dd release-1.17.0
7816bd7dabf6ee86c53c073b90a7143161546e06 release-1.17.1
+56
View File
@@ -5,6 +5,62 @@
<change_log title="nginx"> <change_log title="nginx">
<changes ver="1.17.1" date="2019-06-25">
<change type="feature">
<para lang="ru">
директива limit_req_dry_run.
</para>
<para lang="en">
the "limit_req_dry_run" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
при использовании директивы hash в блоке upstream
пустой ключ хэширования теперь приводит к переключению
на round-robin балансировку.<br/>
Спасибо Niklas Keller.
</para>
<para lang="en">
when using the "hash" directive inside the "upstream" block
an empty hash key now triggers round-robin balancing.<br/>
Thanks to Niklas Keller.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если использовалось кэширование и директива image_filter,
а ошибки с кодом 415 перенаправлялись с помощь директивы error_page;
ошибка появилась в 1.11.10.
</para>
<para lang="en">
a segmentation fault might occur in a worker process
if caching was used along with the "image_filter" directive,
and errors with code 415 were redirected with the "error_page" directive;
the bug had appeared in 1.11.10.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если использовался встроенный перл;
ошибка появилась в 1.7.3.
</para>
<para lang="en">
a segmentation fault might occur in a worker process
if embedded perl was used;
the bug had appeared in 1.7.3.
</para>
</change>
</changes>
<changes ver="1.17.0" date="2019-05-21"> <changes ver="1.17.0" date="2019-05-21">
<change type="feature"> <change type="feature">
+1 -1
View File
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl CC = cl
OBJS = objs.msvc8 OBJS = objs.msvc8
OPENSSL = openssl-1.1.1b OPENSSL = openssl-1.1.1c
ZLIB = zlib-1.2.11 ZLIB = zlib-1.2.11
PCRE = pcre-8.43 PCRE = pcre-8.43
+2 -2
View File
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_ #define _NGINX_H_INCLUDED_
#define nginx_version 1017001 #define nginx_version 1017002
#define NGINX_VERSION "1.17.1" #define NGINX_VERSION "1.17.2"
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
#ifndef NGINX_SERVER #ifndef NGINX_SERVER