<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-21.2.3</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-15T18:35:10+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f4b17036bb6dbd302da3c38830512439b146e34'/>
<id>3f4b17036bb6dbd302da3c38830512439b146e34</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-15T18:35:08+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c005b842583f4aed77ec3a25038f0fd3623f8e9'/>
<id>9c005b842583f4aed77ec3a25038f0fd3623f8e9</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/dirty_scheduler_collapse/maint-21/OTP-15509' into maint-21</title>
<updated>2019-01-15T18:35:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d712e055d1554fafe9eb88b15ee5e726a8a6a9be'/>
<id>d712e055d1554fafe9eb88b15ee5e726a8a6a9be</id>
<content type='text'>
* rickard/dirty_scheduler_collapse/maint-21/OTP-15509:
  Fix bug causing dirty scheduler sleeper list inconsistency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/dirty_scheduler_collapse/maint-21/OTP-15509:
  Fix bug causing dirty scheduler sleeper list inconsistency
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/prim_file-init-restart/OTP-15495/ERL-821' into maint-21</title>
<updated>2019-01-15T18:35:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=113d7a9f6715b2a2785cb31e6bb369ca75abf187'/>
<id>113d7a9f6715b2a2785cb31e6bb369ca75abf187</id>
<content type='text'>
* john/erts/prim_file-init-restart/OTP-15495/ERL-821:
  Remove an unused variable
  Spawn prim_file helper as a system process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/prim_file-init-restart/OTP-15495/ERL-821:
  Remove an unused variable
  Spawn prim_file helper as a system process
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peterdmv/ssl/fix-srp-encode-decode/ERL-790/OTP-15477' into maint-21</title>
<updated>2019-01-15T18:35:04+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6bbb0b333315a7e76cb72269b23347edc560737b'/>
<id>6bbb0b333315a7e76cb72269b23347edc560737b</id>
<content type='text'>
* peterdmv/ssl/fix-srp-encode-decode/ERL-790/OTP-15477:
  ssl: Fix encoding/decoding of the SRP extension
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/ssl/fix-srp-encode-decode/ERL-790/OTP-15477:
  ssl: Fix encoding/decoding of the SRP extension
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/enhance-error-handling/OTP-15505' into maint-21</title>
<updated>2019-01-15T18:35:04+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=67867c639aa760d0dfab8e57f5bee1566c1be6e0'/>
<id>67867c639aa760d0dfab8e57f5bee1566c1be6e0</id>
<content type='text'>
* ingela/ssl/enhance-error-handling/OTP-15505:
  ssl: Cuddle test cases
  ssl: Fix test case
  ssl: Fix two invalid gen_statem returns
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/enhance-error-handling/OTP-15505:
  ssl: Cuddle test cases
  ssl: Fix test case
  ssl: Fix two invalid gen_statem returns
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/maint-21/active-once/ERL-371/OTP-15504' into maint-21</title>
<updated>2019-01-15T18:35:03+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=788b9bd0d7ef518fb58fe70793357eec47cd8671'/>
<id>788b9bd0d7ef518fb58fe70793357eec47cd8671</id>
<content type='text'>
* ingela/maint-21/active-once/ERL-371/OTP-15504:
  ssl: Guarantee active once data delivery
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/maint-21/active-once/ERL-371/OTP-15504:
  ssl: Guarantee active once data delivery
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lars/xmerl/bug-in-detect-charset/OTP-15492' into maint-21</title>
<updated>2019-01-15T18:35:02+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ba335f996b43da22e36eda25819019efaa3122d'/>
<id>1ba335f996b43da22e36eda25819019efaa3122d</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>Merge branch 'bjorn/compiler/interim-tuple-bug/OTP-15501/ERL-807' into maint-21</title>
<updated>2019-01-15T18:35:02+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-01-15T18:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cb7fdc0c214175c161b98274a18fc1733a937b49'/>
<id>cb7fdc0c214175c161b98274a18fc1733a937b49</id>
<content type='text'>
* bjorn/compiler/interim-tuple-bug/OTP-15501/ERL-807:
  Remove unsafe optimization for delaying creation of stackframe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/compiler/interim-tuple-bug/OTP-15501/ERL-807:
  Remove unsafe optimization for delaying creation of stackframe
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/dirty_scheduler_collapse/OTP-15509' into rickard/dirty_scheduler_collapse/maint-21/OTP-15509</title>
<updated>2019-01-11T20:18:00+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-01-11T20:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=291db25842a13102da8bb3b05e9914b8acd28c0a'/>
<id>291db25842a13102da8bb3b05e9914b8acd28c0a</id>
<content type='text'>
* rickard/dirty_scheduler_collapse/OTP-15509:
  Fix bug causing dirty scheduler sleeper list inconsistency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/dirty_scheduler_collapse/OTP-15509:
  Fix bug causing dirty scheduler sleeper list inconsistency
</pre>
</div>
</content>
</entry>
</feed>
