diff --git a/CHANGES b/CHANGES index 1c2852dc..76f07a38 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,23 @@ +Changes with Unit 1.11.0 19 Sep 2019 + + *) Feature: basic support for serving static files. + + *) Feature: isolation of application processes with Linux namespaces. + + *) Feature: built-in WebSocket server implementation for Java Servlet + Containers. + + *) Feature: direct addressing of API configuration options containing + slashes "/" using URI encoding (%2F). + + *) Bugfix: segmentation fault might have occurred in Go applications + under high load. + + *) Bugfix: WebSocket support was broken if Unit was built with some + linkers other than GNU ld (e.g. gold or LLD). + + Changes with Unit 1.10.0 22 Aug 2019 *) Change: matching of cookies in routes made case sensitive. diff --git a/docs/changes.xml b/docs/changes.xml index 3a47acd6..0fbea179 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,71 @@ + + + + +NGINX Unit updated to 1.11.0. + + + + + + + + + + +basic support for serving static files. + + + + + +isolation of application processes with Linux namespaces. + + + + + +built-in WebSocket server implementation for Java Servlet Containers. + + + + + +direct addressing of API configuration options containing slashes "/" +using URI encoding (%2F). + + + + + +segmentation fault might have occurred in Go applications under high load. + + + + + +WebSocket support was broken if Unit was built with some linkers other than +GNU ld (e.g. gold or LLD). + + + + + +