Changes of Revision 276
[-] | Changed | nginx.changes |
1
2 ------------------------------------------------------------------- 3 +Tue Jun 5 13:27:07 UTC 2018 - cs@linux-administrator.com 4 + 5 +- update to nginx 1.14.0 6 + 7 +------------------------------------------------------------------- 8 Tue Jun 5 13:00:11 UTC 2018 - cs@linux-administrator.com 9 10 - update to nginx 1.13.12 11 |
||
[-] | Changed | nginx.spec ^ |
10 1
2 %define with_pagespeed 0 3 4 Name: nginx 5 -Version: 1.13.12 6 +Version: 1.14.0 7 Release: 1 8 Summary: Robust, small and high performance http and reverse proxy server 9 Group: System Environment/Daemons 10 |
||
[+] | Changed | _service ^ |
@@ -2,6 +2,6 @@ <service name="download_url"> <param name="host">nginx.org</param> <param name="protocol">http</param> - <param name="path">/download/nginx-1.13.12.tar.gz</param> + <param name="path">/download/nginx-1.14.0.tar.gz</param> </service> <service name="download_url"><param name="host">www.openssl.org</param><param name="protocol">https</param><param name="path">/source/openssl-1.1.0h.tar.gz</param></service></services> | ||
[+] | Changed | _service:download_url:nginx-1.14.0.tar.gz/CHANGES ^ |
@@ -1,4 +1,9 @@ +Changes with nginx 1.14.0 17 Apr 2018 + + *) 1.14.x stable branch. + + Changes with nginx 1.13.12 10 Apr 2018 *) Bugfix: connections with gRPC backends might be closed unexpectedly | ||
[+] | Changed | _service:download_url:nginx-1.14.0.tar.gz/CHANGES.ru ^ |
@@ -1,4 +1,9 @@ +Изменения в nginx 1.14.0 17.04.2018 + + *) Стабильная ветка 1.14.x. + + Изменения в nginx 1.13.12 10.04.2018 *) Исправление: при возврате большого ответа соединения с gRPC-бэкендами | ||
[+] | Changed | _service:download_url:nginx-1.14.0.tar.gz/src/core/nginx.h ^ |
@@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1013012 -#define NGINX_VERSION "1.13.12" +#define nginx_version 1014000 +#define NGINX_VERSION "1.14.0" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |