<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP-19.3.6.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'john/erts/fix-port-leak/OTP-13939/ERL-193' into maint-19</title>
<updated>2017-06-26T14:03:10+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-26T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f2d536cb2ad0447eca64d91755dd8a4549561ac'/>
<id>5f2d536cb2ad0447eca64d91755dd8a4549561ac</id>
<content type='text'>
* john/erts/fix-port-leak/OTP-13939/ERL-193:
  Add a testcase for OTP-13939/ERL-193
  Mark socket disconnected on tcp_send_or_shutdown_error

# Conflicts:
#	lib/kernel/test/gen_tcp_misc_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/fix-port-leak/OTP-13939/ERL-193:
  Add a testcase for OTP-13939/ERL-193
  Mark socket disconnected on tcp_send_or_shutdown_error

# Conflicts:
#	lib/kernel/test/gen_tcp_misc_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a testcase for OTP-13939/ERL-193</title>
<updated>2017-06-14T10:14:10+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2017-06-14T10:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=02c0cf44437df3ed1ff8cdbb48b477b489977b85'/>
<id>02c0cf44437df3ed1ff8cdbb48b477b489977b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2017-06-02T08:38:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-02T08:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=984d9f66c0cdff91a599e8a1e332c85bbadb9b37'/>
<id>984d9f66c0cdff91a599e8a1e332c85bbadb9b37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Update version</title>
<updated>2017-05-24T10:54:40+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-24T10:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=842628fe530b3de3fe325e9bd20bb12b891d1b3d'/>
<id>842628fe530b3de3fe325e9bd20bb12b891d1b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Add test cases</title>
<updated>2017-05-24T10:54:40+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-24T05:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b8f358128742f3a815e39c30a68281246cc1911d'/>
<id>b8f358128742f3a815e39c30a68281246cc1911d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix endDocument bug in output backends</title>
<updated>2017-05-24T10:53:22+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-24T05:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f8ab425800ba3b01251616eb73d5faf22bc63387'/>
<id>f8ab425800ba3b01251616eb73d5faf22bc63387</id>
<content type='text'>
* Fix problem of unexpected endDocument in the old_dom and
  simple output backends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix problem of unexpected endDocument in the old_dom and
  simple output backends
</pre>
</div>
</content>
</entry>
<entry>
<title>[xmerl] Fix fragmented xml directive bug and replace ets table</title>
<updated>2017-05-24T10:50:59+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-05-18T10:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3851c6348596b0a9dda2997dac92d9ca9d7c2c1'/>
<id>f3851c6348596b0a9dda2997dac92d9ca9d7c2c1</id>
<content type='text'>
* Fix continuation bug if the xml directive is fragmented
* Replace the ENTITY ets table with a map
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix continuation bug if the xml directive is fragmented
* Replace the ENTITY ets table with a map
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-05-11T15:41:32+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-05-11T15:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83ed3c1d805034140298393a64133e8cecd9e659'/>
<id>83ed3c1d805034140298393a64133e8cecd9e659</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/inets/ftp_recv_chunk_close/OTP-14391' into maint-19</title>
<updated>2017-05-11T15:41:19+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-05-11T15:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a644cd89c84dc93eb3a1840c32ab2b1d0dd5f768'/>
<id>a644cd89c84dc93eb3a1840c32ab2b1d0dd5f768</id>
<content type='text'>
* hans/inets/ftp_recv_chunk_close/OTP-14391:
  inets: add testcase to ftp_SUITE Try doing three consecutive chunked receive with some changed timing in the ending sequence
  inets: Try fix ftp recv_chunk timing issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/inets/ftp_recv_chunk_close/OTP-14391:
  inets: add testcase to ftp_SUITE Try doing three consecutive chunked receive with some changed timing in the ending sequence
  inets: Try fix ftp recv_chunk timing issue
</pre>
</div>
</content>
</entry>
<entry>
<title>removed ct:pal call in ssl_connection</title>
<updated>2017-05-11T13:51:23+00:00</updated>
<author>
<name>Joe DeVivo</name>
<email>joe@devivo.com</email>
</author>
<published>2017-05-11T13:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a5434a323afb1972195aa5f55b4894595df2c24f'/>
<id>a5434a323afb1972195aa5f55b4894595df2c24f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
