<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP-19.1.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2016-09-28T08:21:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-09-28T08:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22'/>
<id>bc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22</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 'ingela/ssl/prepare-patch' into maint-19</title>
<updated>2016-09-28T08:21:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-09-28T08:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86178975a2ff96009de373aefbfdaae1eb0a014b'/>
<id>86178975a2ff96009de373aefbfdaae1eb0a014b</id>
<content type='text'>
* ingela/ssl/prepare-patch:
  ssl: Prepare for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/prepare-patch:
  ssl: Prepare for release
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/ECC-selection-fix/OTP-13918' into maint-19</title>
<updated>2016-09-28T08:21:06+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-09-28T08:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83281b7c911abc34ba6359e88be39bada31073d8'/>
<id>83281b7c911abc34ba6359e88be39bada31073d8</id>
<content type='text'>
* ingela/ssl/ECC-selection-fix/OTP-13918:
  ssl: Correct ECC curve selection, the error could cause default to always be selected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/ECC-selection-fix/OTP-13918:
  ssl: Correct ECC curve selection, the error could cause default to always be selected.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Correct ECC curve selection, the error could cause default to always be selected.</title>
<updated>2016-09-28T08:05:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-09-27T10:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca78bf1500c5f3c68d72214bd06fcc1b66a52c38'/>
<id>ca78bf1500c5f3c68d72214bd06fcc1b66a52c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Prepare for release</title>
<updated>2016-09-27T14:38:35+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-09-27T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5c58530a6d9f30ac69b8fd02b67b05831a53f52b'/>
<id>5c58530a6d9f30ac69b8fd02b67b05831a53f52b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Avoid event reordering</title>
<updated>2016-09-27T13:55:55+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-09-23T14:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8757505b5e4e85fd8039412b3ebc2df0326ef325'/>
<id>8757505b5e4e85fd8039412b3ebc2df0326ef325</id>
<content type='text'>
Several handshake events may be received in the same TLS packet. Then there
will be several events pushed to the gen_statems internal queue.
New events already in the socket-buffer should not be processed
if there are more unprocessed handshake events in next_event queue.
We need to handle this in the next_record/1 function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several handshake events may be received in the same TLS packet. Then there
will be several events pushed to the gen_statems internal queue.
New events already in the socket-buffer should not be processed
if there are more unprocessed handshake events in next_event queue.
We need to handle this in the next_record/1 function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-09-20T07:36:54+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-09-20T07:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37e14c395a0d3621d65552b3954856d1cbeaed9a'/>
<id>37e14c395a0d3621d65552b3954856d1cbeaed9a</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 'raimo/diffserv-socket-option/OTP-13582' into maint</title>
<updated>2016-09-15T13:20:32+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-09-15T13:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=996a0630f2d20557c2f981106a4c316ac6a360ff'/>
<id>996a0630f2d20557c2f981106a4c316ac6a360ff</id>
<content type='text'>
* raimo/diffserv-socket-option/OTP-13582:
  Tune 'tclass' semantics
  Implement IPV6_TCLASS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/diffserv-socket-option/OTP-13582:
  Tune 'tclass' semantics
  Implement IPV6_TCLASS
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjorn/erts/on_load/ERL-240/OTP-13893' into maint</title>
<updated>2016-09-15T08:16:28+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2016-09-15T08:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fde238fb52133a6c7a2a3f2a2e16f1c1bef62394'/>
<id>fde238fb52133a6c7a2a3f2a2e16f1c1bef62394</id>
<content type='text'>
* bjorn/erts/on_load/ERL-240/OTP-13893:
  erts: Add nif_SUITE:t_on_load
  erts: Improve nif_SUITE:upgrade test
  Don't leak old code when loading a modules with an on_load function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/erts/on_load/ERL-240/OTP-13893:
  erts: Add nif_SUITE:t_on_load
  erts: Improve nif_SUITE:upgrade test
  Don't leak old code when loading a modules with an on_load function
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'richarl/eunit/fix-asserts/PR-1168/OTP-13892' into maint</title>
<updated>2016-09-15T07:58:31+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2016-09-15T07:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cebef1207eca1cdc8c601b172988a74fd0858efa'/>
<id>cebef1207eca1cdc8c601b172988a74fd0858efa</id>
<content type='text'>
* richarl/eunit/fix-asserts/PR-1168/OTP-13892:
  Ensure asserts are enabled in eunit.hrl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* richarl/eunit/fix-asserts/PR-1168/OTP-13892:
  Ensure asserts are enabled in eunit.hrl
</pre>
</div>
</content>
</entry>
</feed>
