Compare commits

...
2 Commits
Author SHA1 Message Date
Hakase 7564cabbbe Latest update - 7502 2019-04-24 22:21:21 +09:00
Hakase b714ce2c1c Version bump - v1.17.0 2019-04-24 22:20:48 +09:00
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -438,3 +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
+14
View File
@@ -5,6 +5,20 @@
<change_log title="nginx"> <change_log title="nginx">
<changes ver="1.16.0" date="2019-04-23">
<change>
<para lang="ru">
Стабильная ветка 1.16.x.
</para>
<para lang="en">
1.16.x stable branch.
</para>
</change>
</changes>
<changes ver="1.15.12" date="2019-04-16"> <changes ver="1.15.12" date="2019-04-16">
<change type="bugfix"> <change type="bugfix">
+2 -2
View File
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_ #define _NGINX_H_INCLUDED_
#define nginx_version 1015013 #define nginx_version 1017000
#define NGINX_VERSION "1.15.13" #define NGINX_VERSION "1.17.0"
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
#ifndef NGINX_SERVER #ifndef NGINX_SERVER
+1 -1
View File
@@ -49,7 +49,7 @@
#define NGX_DIRECT_CONF 0x00010000 #define NGX_DIRECT_CONF 0x00010000
#define NGX_MAIN_CONF 0x01000000 #define NGX_MAIN_CONF 0x01000000
#define NGX_ANY_CONF 0x1F000000 #define NGX_ANY_CONF 0xFF000000