<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-18.0</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>2015-06-23T08:24:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-06-23T08:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=74a95b3d511177a9b35c2b0272b9ca5511b6f750'/>
<id>74a95b3d511177a9b35c2b0272b9ca5511b6f750</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>2015-06-23T08:24:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-06-23T08:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2955ddebc32837b66d9bacb4e925ad0ed0033168'/>
<id>2955ddebc32837b66d9bacb4e925ad0ed0033168</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 'ia/ssl/modern-timetrap'</title>
<updated>2015-06-23T08:08:51+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-23T08:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7cff27e14e051b6ee15f564335eb8e685e1639c1'/>
<id>7cff27e14e051b6ee15f564335eb8e685e1639c1</id>
<content type='text'>
* ia/ssl/modern-timetrap:
  ssl: Make init functions fail if make_certs:all fails
  ssl: Avoid sleep
  ssl: modernize timetrap handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssl/modern-timetrap:
  ssl: Make init functions fail if make_certs:all fails
  ssl: Avoid sleep
  ssl: modernize timetrap handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/debug-fix/OTP-12650'</title>
<updated>2015-06-22T18:28:53+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2015-06-22T18:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c57c5c83acb3a21b52304bc53cbdf32e0dda3690'/>
<id>c57c5c83acb3a21b52304bc53cbdf32e0dda3690</id>
<content type='text'>
* rickard/debug-fix/OTP-12650:
  Fix node/dist refc count
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/debug-fix/OTP-12650:
  Fix node/dist refc count
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix node/dist refc count</title>
<updated>2015-06-22T18:27:52+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2015-06-22T18:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37f143e9e16e89d753b0e5e4415968dbcd5f6b65'/>
<id>37f143e9e16e89d753b0e5e4415968dbcd5f6b65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Make init functions fail if make_certs:all fails</title>
<updated>2015-06-22T14:47:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-22T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=566cbee917638f596c5d46bd0aff331a66f5c8d2'/>
<id>566cbee917638f596c5d46bd0aff331a66f5c8d2</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 'vinoski/driver-doc-fix/OTP-12855'</title>
<updated>2015-06-22T14:14:45+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2015-06-22T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fa94e6bd6887284e59b5a187de99e6a37ca6e8d1'/>
<id>fa94e6bd6887284e59b5a187de99e6a37ca6e8d1</id>
<content type='text'>
* vinoski/driver-doc-fix/OTP-12855:
  Fix documentation of ERL_DRV_ERROR_ERRNO
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* vinoski/driver-doc-fix/OTP-12855:
  Fix documentation of ERL_DRV_ERROR_ERRNO
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Avoid sleep</title>
<updated>2015-06-22T14:02:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-22T14:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43787faa5933483128f06d775bc41fef36df4567'/>
<id>43787faa5933483128f06d775bc41fef36df4567</id>
<content type='text'>
When possible avoid sleep in test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When possible avoid sleep in test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: modernize timetrap handling</title>
<updated>2015-06-22T14:02:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-17T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=287ab39e946b4578d755038989ad50ccfb95f575'/>
<id>287ab39e946b4578d755038989ad50ccfb95f575</id>
<content type='text'>
Watchdog is legacy test_server use only ct:timetrap/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Watchdog is legacy test_server use only ct:timetrap/1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation of ERL_DRV_ERROR_ERRNO</title>
<updated>2015-06-22T13:48:15+00:00</updated>
<author>
<name>Steve Vinoski</name>
<email>vinoski@ieee.org</email>
</author>
<published>2015-06-22T13:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a988faecec41db09c819fd948ef294ee5282e5b5'/>
<id>a988faecec41db09c819fd948ef294ee5282e5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
