From 182107c10ed7937e8becf49b870264fc34fb3c17 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 14 Nov 2019 19:23:38 +0300 Subject: [PATCH] Added version 1.13.0 CHANGES. --- CHANGES | 20 ++++++++++++++ docs/changes.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/CHANGES b/CHANGES index 608f3ee7..58e91d4f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,24 @@ +Changes with Unit 1.13.0 14 Nov 2019 + + *) Feature: basic support for HTTP reverse proxying. + + *) Feature: compatibility with Python 3.8. + + *) Bugfix: memory leak in Python application processes when the close + handler was used. + + *) Bugfix: threads in Python applications might not work correctly. + + *) Bugfix: Ruby on Rails applications might not work on Ruby 2.6. + + *) Bugfix: backtraces for uncaught exceptions in Python 3 might be + logged with significant delays. + + *) Bugfix: explicit setting a namespaces isolation option to false might + have enabled it. + + Changes with Unit 1.12.0 03 Oct 2019 *) Feature: compatibility with PHP 7.4. diff --git a/docs/changes.xml b/docs/changes.xml index 3ae75b5c..aa9fef40 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,76 @@ + + + + +NGINX Unit updated to 1.13.0. + + + + + + + + + + +basic support for HTTP reverse proxying. + + + + + +compatibility with Python 3.8. + + + + + +memory leak in Python application processes when the close handler was used. + + + + + +threads in Python applications might not work correctly. + + + + + +Ruby on Rails applications might not work on Ruby 2.6. + + + + + +backtraces for uncaught exceptions in Python 3 might be logged with significant +delays. + + + + + +explicit setting a namespaces isolation option to false might have enabled it. + + + + + +