<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git, branch 1.22.0</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Generated Dockerfiles for Unit 1.22.0.</title>
<updated>2021-02-04T15:22:33+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-02-04T15:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=98228f8ac878799e8265658d990bbff94675856b'/>
<id>98228f8ac878799e8265658d990bbff94675856b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added version 1.22.0 CHANGES.</title>
<updated>2021-02-04T15:22:33+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-02-04T15:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=56626b9232857d49deeca15d7dc8eeaeaffbdd6d'/>
<id>56626b9232857d49deeca15d7dc8eeaeaffbdd6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reordered changes for 1.22.0 by significance (subjective).</title>
<updated>2021-02-04T15:22:33+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-02-04T15:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=bde6a2afd4c3230f070e2e9158b6a96d1ce16b89'/>
<id>bde6a2afd4c3230f070e2e9158b6a96d1ce16b89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests for "path" option in Python application.</title>
<updated>2021-02-04T15:09:54+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2021-02-04T15:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=42725137f7a19991680c78a0b2d69bcbf1f9ab63'/>
<id>42725137f7a19991680c78a0b2d69bcbf1f9ab63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated phrasing and corrected errors in docs/changes.xml.</title>
<updated>2021-02-04T14:34:42+00:00</updated>
<author>
<name>Artem Konev</name>
<email>artem.konev@nginx.com</email>
</author>
<published>2021-02-04T14:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f2d96335664f561cab4ff2ff02f5cd3333af3b3a'/>
<id>f2d96335664f561cab4ff2ff02f5cd3333af3b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing shared app queue unmap size.</title>
<updated>2021-02-03T20:23:28+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2021-02-03T20:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=75a5dcfc4ec4f92a196c0cf3a187081a238a6b1d'/>
<id>75a5dcfc4ec4f92a196c0cf3a187081a238a6b1d</id>
<content type='text'>
Shared app queue takes more memory than port memory.  To unmap all memory pages
correct size need to be specified for munmap() call.  Otherwise 4 Mb memory
leaked on each configured application removal.

The issue was introduced in 1d84b9e4b459.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shared app queue takes more memory than port memory.  To unmap all memory pages
correct size need to be specified for munmap() call.  Otherwise 4 Mb memory
leaked on each configured application removal.

The issue was introduced in 1d84b9e4b459.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing possible NULL dereference.</title>
<updated>2021-02-03T20:23:17+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2021-02-03T20:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b1685dbc769a1b62eedc3249697c30d8770fc8c3'/>
<id>b1685dbc769a1b62eedc3249697c30d8770fc8c3</id>
<content type='text'>
For listen socket request reply port can be NULL if Router crashes immediately
after issuing the request.

Found by Coverity (CID 366310).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For listen socket request reply port can be NULL if Router crashes immediately
after issuing the request.

Found by Coverity (CID 366310).
</pre>
</div>
</content>
</entry>
<entry>
<title>Using shared memory to pass configuration to main process.</title>
<updated>2021-02-03T20:23:06+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2021-02-03T20:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8c88537e6ee0c0a2ae1c323b8cce09522240471b'/>
<id>8c88537e6ee0c0a2ae1c323b8cce09522240471b</id>
<content type='text'>
This patch is required to remove fragmented messages functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is required to remove fragmented messages functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docker: reverted 44154b830401.</title>
<updated>2021-02-02T13:46:10+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2021-02-02T13:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d4d704bc7f37f457a50b1226165d827a3c2b25e1'/>
<id>d4d704bc7f37f457a50b1226165d827a3c2b25e1</id>
<content type='text'>
Automatic synchronisation is now set up, so manual pushes to AWS ECR are
discouraged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic synchronisation is now set up, so manual pushes to AWS ECR are
discouraged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed building by GCC 10 with -flto and -O2.</title>
<updated>2021-02-01T15:55:49+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-02-01T15:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=93ac087e9684c63f82df36f847bf9239e2eb185e'/>
<id>93ac087e9684c63f82df36f847bf9239e2eb185e</id>
<content type='text'>
This closes #467 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #467 issue on GitHub.
</pre>
</div>
</content>
</entry>
</feed>
