diff --git a/.hgtags b/.hgtags index 8423c7e..5dd625b 100644 --- a/.hgtags +++ b/.hgtags @@ -438,4 +438,4 @@ d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9 75f5c7f628411c79c7044102049f7ab4f7a246e7 release-1.15.10 5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11 0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12 -abd40ce603fa49b2b8b1cca622c96093b1e14275 release-1.16.0 +054c1c46395caff79bb4caf16f40b331f71bb6dd release-1.17.0 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 5561726..ae034bb 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,14 +5,62 @@ - + - + -Стабильная ветка 1.16.x. +директивы limit_rate и limit_rate_after поддерживают переменные. -1.16.x stable branch. +variables support in the "limit_rate" and "limit_rate_after" directives. + + + + + +директивы proxy_upload_rate и proxy_download_rate в модуле stream +поддерживают переменные. + + +variables support +in the "proxy_upload_rate" and "proxy_download_rate" directives +in the stream module. + + + + + +минимальная поддерживаемая версия OpenSSL—0.9.8. + + +minimum supported OpenSSL version is 0.9.8. + + + + + +теперь postpone-фильтр собирается всегда. + + +now the postpone filter is always built. + + + + + +директива include не работала в блоках if и limit_except. + + +the "include" directive did not work inside the "if" and "limit_except" blocks. + + + + + +в обработке byte ranges. + + +in byte ranges processing.