diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-08 18:42:51 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-08 18:42:51 +0300 |
commit | 40a360b6409a13f43ef0943e79ebdcbd3543de2a (patch) | |
tree | 11e613c50ac40a7d6fd2c8437c96cc8909f8f0b5 /CHANGES | |
parent | 11d5206866f88740f29fd42b060fc3152b764ae4 (diff) | |
download | unit-40a360b6409a13f43ef0943e79ebdcbd3543de2a.tar.gz unit-40a360b6409a13f43ef0943e79ebdcbd3543de2a.tar.bz2 |
Added version 0.5 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,4 +1,27 @@ +Changes with Unit 0.5 08 Feb 2018 + + *) Change: the "workers" application option was removed, the "processes" + application option should be used instead. + + *) Feature: the "processes" application option with prefork and dynamic + process management support. + + *) Feature: Perl application module. + + *) Bugfix: in reading client request body; the bug had appeared in 0.3. + + *) Bugfix: some Python applications might not work due to missing + "wsgi.errors" environ variable. + + *) Bugfix: HTTP chunked responses might be encoded incorrectly on 32-bit + platforms. + + *) Bugfix: infinite looping in HTTP parser. + + *) Bugfix: segmentation fault in router. + + Changes with Unit 0.4 15 Jan 2018 *) Feature: compatibility with DragonFly BSD. |