<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-20.3.8.17</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2019-01-07T13:38:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-07T13:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0d6eeb82210b5ad848af972c3b2f687a52edd156'/>
<id>0d6eeb82210b5ad848af972c3b2f687a52edd156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2019-01-07T13:38:25+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-07T13:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86ae3bb161daf1b0e4c370b18285c5b55e97ebe7'/>
<id>86ae3bb161daf1b0e4c370b18285c5b55e97ebe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lars/xmerl/bug-in-detect-charset/OTP-15492' into maint-20</title>
<updated>2019-01-07T13:38:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-07T13:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eacdf022ce5b1e75ca79fc7bb9c23c1917e3391f'/>
<id>eacdf022ce5b1e75ca79fc7bb9c23c1917e3391f</id>
<content type='text'>
* lars/xmerl/bug-in-detect-charset/OTP-15492:
  [xmerl] Fix detect charset crash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lars/xmerl/bug-in-detect-charset/OTP-15492:
  [xmerl] Fix detect charset crash
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix detect charset crash</title>
<updated>2019-01-07T12:21:14+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2019-01-07T12:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7880634d51beb05b86f3bc7616831f4f5f7c1dbe'/>
<id>7880634d51beb05b86f3bc7616831f4f5f7c1dbe</id>
<content type='text'>
The charset detection parsing crash in some cases when
the XML directive is not syntactic correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The charset detection parsing crash in some cases when
the XML directive is not syntactic correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2018-12-28T11:11:20+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-28T11:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=13f956c27a25b726b0cc297740d1f14bf854567f'/>
<id>13f956c27a25b726b0cc297740d1f14bf854567f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-12-28T11:11:18+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-28T11:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e53cfd7555f68e3c2c408e84c8007efcd4bd552'/>
<id>5e53cfd7555f68e3c2c408e84c8007efcd4bd552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-20</title>
<updated>2018-12-28T11:11:16+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-28T11:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08df5db981fe8ca7065d5204821e9c0d18b5533d'/>
<id>08df5db981fe8ca7065d5204821e9c0d18b5533d</id>
<content type='text'>
* hans/ssh/port_leak/OTP-15397:
  ssh: Fix port leakage for daemons failing at start
  ssh: Add port close test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/port_leak/OTP-15397:
  ssh: Fix port leakage for daemons failing at start
  ssh: Add port close test
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maint-20</title>
<updated>2018-12-28T11:11:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-28T11:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5a5bb6f80b63b5125cfdd485ef908afb995b4f14'/>
<id>5a5bb6f80b63b5125cfdd485ef908afb995b4f14</id>
<content type='text'>
* sverker/big-band-bug/ERL-804/OTP-15487:
  erts: Fix bug in 'band' of two negative numbers, one big
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/big-band-bug/ERL-804/OTP-15487:
  erts: Fix bug in 'band' of two negative numbers, one big
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix port leakage for daemons failing at start</title>
<updated>2018-12-21T16:16:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-12-19T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9b8575437a3c84eab77453279d8844c52485216c'/>
<id>9b8575437a3c84eab77453279d8844c52485216c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add port close test</title>
<updated>2018-12-21T16:16:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-12-21T11:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c9cc06c9e3545716e7a5dba8d6bfaf2cf8ef0078'/>
<id>c9cc06c9e3545716e7a5dba8d6bfaf2cf8ef0078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
