summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-12-28 16:01:06 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-12-28 16:01:06 +0300
commit8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f (patch)
tree3432b58cc68541afdfab38c91a52271fa4d8284b /CHANGES
parent9a6d3c5775d945509c7c2cbec48be59757da42c3 (diff)
downloadunit-8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f.tar.gz
unit-8ba7f5f1e58e7f0d1e6a71bba70f8a988bb21d5f.tar.bz2
Added version 0.3 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2d930ef..8b773b47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,26 @@
+Changes with Unit 0.3 28 Dec 2017
+
+ *) Change: the Go package name changed to "nginx/unit".
+
+ *) Change: in the "limits.timeout" application option: application start
+ time and time in queue now are not accounted.
+
+ *) Feature: the "limits.requests" application option.
+
+ *) Feature: application request processing latency optimization.
+
+ *) Feature: HTTP keep-alive connections support.
+
+ *) Feature: the "home" Python virtual environment configuration option.
+
+ *) Feature: Python atexit hook support.
+
+ *) Feature: various Go package improvements.
+
+ *) Bugfix: various crashes fixed.
+
+
Changes with Unit 0.2 19 Oct 2017
*) Feature: configuration persistence.