<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git, branch 1.28.0-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Merged with the default branch.</title>
<updated>2022-09-13T09:17:16+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2022-09-13T09:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ce964aa30b163e2b3263c5af57c1a6dae7d0cebb'/>
<id>ce964aa30b163e2b3263c5af57c1a6dae7d0cebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generated Dockerfiles for Unit 1.28.0.</title>
<updated>2022-09-12T23:26:26+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-12T23:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=38bd7e76a134084ab95a4ee3125af1ccd7b35864'/>
<id>38bd7e76a134084ab95a4ee3125af1ccd7b35864</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.28.0 CHANGES.</title>
<updated>2022-09-13T08:27:13+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-13T08:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=a03894df61d679847c6dae4617b8e21511f71785'/>
<id>a03894df61d679847c6dae4617b8e21511f71785</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.28.0 by significance (subjective).</title>
<updated>2022-09-13T08:16:55+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-13T08:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ff9054af10fe439e3ad159e2570a789db9c0cb80'/>
<id>ff9054af10fe439e3ad159e2570a789db9c0cb80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capitalize "HTTP" in "changes.xml" to match common style.</title>
<updated>2022-09-12T23:31:32+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-12T23:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ac5c0f1f03ccde7d3354951e2f0c2c2ddd88a757'/>
<id>ac5c0f1f03ccde7d3354951e2f0c2c2ddd88a757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a mutex leak in the C API.</title>
<updated>2022-09-10T00:57:42+00:00</updated>
<author>
<name>Alex Colomar</name>
<email>a.colomar@f5.com</email>
</author>
<published>2022-09-09T12:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=558a5d3e892dab4690c9f980b3e175ac26e4e077'/>
<id>558a5d3e892dab4690c9f980b3e175ac26e4e077</id>
<content type='text'>
In nxt_unit_create() we could leak a mutex created in
nxt_unit_ctx_init().

This could happen if nxt_unit_ctx_init() succeeded but later on we
bailed out of nxt_unit_create(), we would destroy the mutex created in
nxt_unit_create() but not the one created in nxt_unit_ctx_init().

Reorder things so that we do the call to nxt_unit_create() after all the
other checks so if it fails we don't leak the mutex it created.

Co-developed-by: Andrew Clayton &lt;a.clayton@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@f5.com&gt;
Signed-off-by: Alex Colomar &lt;a.colomar@f5.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In nxt_unit_create() we could leak a mutex created in
nxt_unit_ctx_init().

This could happen if nxt_unit_ctx_init() succeeded but later on we
bailed out of nxt_unit_create(), we would destroy the mutex created in
nxt_unit_create() but not the one created in nxt_unit_ctx_init().

Reorder things so that we do the call to nxt_unit_create() after all the
other checks so if it fails we don't leak the mutex it created.

Co-developed-by: Andrew Clayton &lt;a.clayton@f5.com&gt;
Signed-off-by: Andrew Clayton &lt;a.clayton@f5.com&gt;
Signed-off-by: Alex Colomar &lt;a.colomar@f5.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerated Dockerfiles.</title>
<updated>2022-09-09T13:45:58+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2022-09-09T13:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4924bd185db2c2717bf0ef6d0403c6594c1f7789'/>
<id>4924bd185db2c2717bf0ef6d0403c6594c1f7789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docker: bumped language versions, moved jsc11 to eclipse-temurin.</title>
<updated>2022-09-09T12:17:42+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2022-09-09T12:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=38350c17fcfa0392c995688fd87bbd34d1ba374f'/>
<id>38350c17fcfa0392c995688fd87bbd34d1ba374f</id>
<content type='text'>
openjdk builds are no longer provided in the docker library due to deprecation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openjdk builds are no longer provided in the docker library due to deprecation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Packaging: removed support for SLES and derivatives.</title>
<updated>2022-06-21T11:04:19+00:00</updated>
<author>
<name>Konstantin Pavlov</name>
<email>thresh@nginx.com</email>
</author>
<published>2022-06-21T11:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=97124fc349a0deae49ef547f65636b8bb1333ecd'/>
<id>97124fc349a0deae49ef547f65636b8bb1333ecd</id>
<content type='text'>
The packages were never built for those OSes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The packages were never built for those OSes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: minor fixes.</title>
<updated>2022-09-07T00:11:04+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-07T00:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=c65e04682e85cc708b534863ae8f4e069ccccf64'/>
<id>c65e04682e85cc708b534863ae8f4e069ccccf64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
