<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch maint-21</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-07-11T15:18:55+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-07-11T15:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4e0ab84c9f5f57bf73f72294789a447f458291f5'/>
<id>4e0ab84c9f5f57bf73f72294789a447f458291f5</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-07-11T15:18:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-07-11T15:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=61daf50ebe9f82678781ee45a3afe0cd40ddcf47'/>
<id>61daf50ebe9f82678781ee45a3afe0cd40ddcf47</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 'rickard/test-fixes-21' into maint-21</title>
<updated>2019-07-11T15:18:51+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-07-11T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4d3bd3f798f3be182f2d1195269cc761b7a27ad'/>
<id>b4d3bd3f798f3be182f2d1195269cc761b7a27ad</id>
<content type='text'>
* rickard/test-fixes-21:
  Fix unstable test dump_SUITE:signal_abort
  Fix unstable node_container_SUITE:magic_ref test
  Fix unstable node_container_SUITE:node_controller_refc test
  Fix unstable tests process_SUITE:no_priority_inversion{,2}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/test-fixes-21:
  Fix unstable test dump_SUITE:signal_abort
  Fix unstable node_container_SUITE:magic_ref test
  Fix unstable node_container_SUITE:node_controller_refc test
  Fix unstable tests process_SUITE:no_priority_inversion{,2}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/ssl/fix-zero-fragment-buffer-handling/ERIERL-379/OTP-15328' into maint-21</title>
<updated>2019-07-11T15:18:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-07-11T15:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=efddea245dae866b80c98a069cdeb4266d5ee4ab'/>
<id>efddea245dae866b80c98a069cdeb4266d5ee4ab</id>
<content type='text'>
* raimo/ssl/fix-zero-fragment-buffer-handling/ERIERL-379/OTP-15328:
  Do not call dist_ctrl_put_data with empty binaries
  Refine the queue code
  Fix extracting 0 bytes from queue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/ssl/fix-zero-fragment-buffer-handling/ERIERL-379/OTP-15328:
  Do not call dist_ctrl_put_data with empty binaries
  Refine the queue code
  Fix extracting 0 bytes from queue
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unstable test dump_SUITE:signal_abort</title>
<updated>2019-07-08T09:10:23+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-04T15:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f9648e8f4aab57411c6002815b1fde43185b29c2'/>
<id>f9648e8f4aab57411c6002815b1fde43185b29c2</id>
<content type='text'>
Sometimes processes have not had the time to spread
from one scheduler. Force spread by using the undocumented
'scheduler' option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes processes have not had the time to spread
from one scheduler. Force spread by using the undocumented
'scheduler' option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/test-fixes-20' into rickard/test-fixes-21</title>
<updated>2019-07-08T09:10:02+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-08T09:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2c49062e00375e90b3076bf707412303ed73e457'/>
<id>2c49062e00375e90b3076bf707412303ed73e457</id>
<content type='text'>
* rickard/test-fixes-20:
  Fix unstable node_container_SUITE:magic_ref test
  Fix unstable node_container_SUITE:node_controller_refc test
  Fix unstable tests process_SUITE:no_priority_inversion{,2}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/test-fixes-20:
  Fix unstable node_container_SUITE:magic_ref test
  Fix unstable node_container_SUITE:node_controller_refc test
  Fix unstable tests process_SUITE:no_priority_inversion{,2}
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unstable node_container_SUITE:magic_ref test</title>
<updated>2019-07-08T09:08:43+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-05T13:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=18a5032e06eebbb6870489bd6d89d495175297ec'/>
<id>18a5032e06eebbb6870489bd6d89d495175297ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unstable node_container_SUITE:node_controller_refc test</title>
<updated>2019-07-08T09:08:34+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-04T18:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1651bd5f6053c73129a38b6df5a8a130d2564e5b'/>
<id>1651bd5f6053c73129a38b6df5a8a130d2564e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unstable tests process_SUITE:no_priority_inversion{,2}</title>
<updated>2019-07-08T09:01:03+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-04T16:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=91b25395276b2cb2467087133b57fbac795fde97'/>
<id>91b25395276b2cb2467087133b57fbac795fde97</id>
<content type='text'>
Sometimes processes have not had the time to spread
from one scheduler. Force spread by using the undocumented
'scheduler' option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes processes have not had the time to spread
from one scheduler. Force spread by using the undocumented
'scheduler' option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not call dist_ctrl_put_data with empty binaries</title>
<updated>2019-07-05T13:42:05+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2019-07-05T09:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7db6faacd845ced366bbd98aef1ce85856781e53'/>
<id>7db6faacd845ced366bbd98aef1ce85856781e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
