Compare commits

...
3 Commits
Author SHA1 Message Date
Hakase 75dc02a1ae Version bump. - v1.17.1 2019-05-23 12:05:00 +09:00
Hakase c45b1861fb Submodule update. 2019-05-23 12:04:34 +09:00
Hakase a89def5d34 v1.17.0 2019-05-23 11:59:23 +09:00
6 changed files with 58 additions and 10 deletions
+1 -1
View File
@@ -438,4 +438,4 @@ d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9
75f5c7f628411c79c7044102049f7ab4f7a246e7 release-1.15.10 75f5c7f628411c79c7044102049f7ab4f7a246e7 release-1.15.10
5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11 5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11
0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12 0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12
abd40ce603fa49b2b8b1cca622c96093b1e14275 release-1.16.0 054c1c46395caff79bb4caf16f40b331f71bb6dd release-1.17.0
+52 -4
View File
@@ -5,14 +5,62 @@
<change_log title="nginx"> <change_log title="nginx">
<changes ver="1.16.0" date="2019-04-23"> <changes ver="1.17.0" date="2019-05-21">
<change> <change type="feature">
<para lang="ru"> <para lang="ru">
Стабильная ветка 1.16.x. директивы limit_rate и limit_rate_after поддерживают переменные.
</para> </para>
<para lang="en"> <para lang="en">
1.16.x stable branch. variables support in the "limit_rate" and "limit_rate_after" directives.
</para>
</change>
<change type="feature">
<para lang="ru">
директивы proxy_upload_rate и proxy_download_rate в модуле stream
поддерживают переменные.
</para>
<para lang="en">
variables support
in the "proxy_upload_rate" and "proxy_download_rate" directives
in the stream module.
</para>
</change>
<change type="change">
<para lang="ru">
минимальная поддерживаемая версия OpenSSL&mdash;0.9.8.
</para>
<para lang="en">
minimum supported OpenSSL version is 0.9.8.
</para>
</change>
<change type="change">
<para lang="ru">
теперь postpone-фильтр собирается всегда.
</para>
<para lang="en">
now the postpone filter is always built.
</para>
</change>
<change type="bugfix">
<para lang="ru">
директива include не работала в блоках if и limit_except.
</para>
<para lang="en">
the "include" directive did not work inside the "if" and "limit_except" blocks.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в обработке byte ranges.
</para>
<para lang="en">
in byte ranges processing.
</para> </para>
</change> </change>
+2 -2
View File
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_ #define _NGINX_H_INCLUDED_
#define nginx_version 1017000 #define nginx_version 1017001
#define NGINX_VERSION "1.17.0" #define NGINX_VERSION "1.17.1"
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
#ifndef NGINX_SERVER #ifndef NGINX_SERVER