Re: [PATCH] Added support for proxying managesieve protocol

2020-04-14 Thread Sander Hoentjen
Hello list, Since the Nginx development procedure is unknown to me: Did i do the right things to get my submission to be considered? What are the next steps? Will somebody review this, or reject it? Or is it possible that it just won't get any attention, and that this will mean it will not be

Re: [nginx] nginx-1.17.10-RELEASE

2020-04-14 Thread Jose R R
Круто, спасибо. On Tue, Apr 14, 2020 at 7:21 AM Maxim Dounin wrote: > > details: https://hg.nginx.org/nginx/rev/c44970de0147 > branches: > changeset: 7640:c44970de0147 > user: Maxim Dounin > date: Tue Apr 14 17:19:26 2020 +0300 > description: > nginx-1.17.10-RELEASE > > diffstat: >

[nginx] nginx-1.17.10-RELEASE

2020-04-14 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/c44970de0147 branches: changeset: 7640:c44970de0147 user: Maxim Dounin date: Tue Apr 14 17:19:26 2020 +0300 description: nginx-1.17.10-RELEASE diffstat: docs/xml/nginx/changes.xml | 14 ++ 1 files changed, 14 insertions(+), 0

[nginx] release-1.17.10 tag

2020-04-14 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/3a860f22c879 branches: changeset: 7641:3a860f22c879 user: Maxim Dounin date: Tue Apr 14 17:19:26 2020 +0300 description: release-1.17.10 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[nginx] Updated OpenSSL used for win32 builds.

2020-04-14 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/3726663b83cc branches: changeset: 7639:3726663b83cc user: Maxim Dounin date: Tue Apr 14 15:15:16 2020 +0300 description: Updated OpenSSL used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1

[njs] Fixed RegExp() constructor with empty pattern and non-empty flags.

2020-04-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/c6f1ae6d8fac branches: changeset: 1372:c6f1ae6d8fac user: Dmitry Volyntsev date: Tue Apr 14 12:42:05 2020 + description: Fixed RegExp() constructor with empty pattern and non-empty flags. diffstat: src/njs_regexp.c | 54

[njs] Fixed String.prototype.replace() when function returns non-string.

2020-04-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/3a650363913a branches: changeset: 1373:3a650363913a user: Dmitry Volyntsev date: Tue Apr 14 12:43:09 2020 + description: Fixed String.prototype.replace() when function returns non-string. This closes #303 issue on Github. diffstat:

[njs] Modules: added js_import directive.

2020-04-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/777ed1eb1918 branches: changeset: 1371:777ed1eb1918 user: Dmitry Volyntsev date: Tue Apr 14 12:18:25 2020 + description: Modules: added js_import directive. diffstat: nginx/ngx_http_js_module.c | 352

[njs] Added "lineNumber" and "fileName" to SyntaxError.

2020-04-14 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/a46c221089c0 branches: changeset: 1370:a46c221089c0 user: Dmitry Volyntsev date: Sun Apr 12 12:56:25 2020 + description: Added "lineNumber" and "fileName" to SyntaxError. diffstat: src/njs_parser.c | 25 + 1 files