<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-20.3.2</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>2018-03-21T17:33:28+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-21T17:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c5ee502e6031986983d3596745cad7fd547fd9c2'/>
<id>c5ee502e6031986983d3596745cad7fd547fd9c2</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>2018-03-21T17:33:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-21T17:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ed28dfa4434b2f885bc495a79a9670a32563781'/>
<id>8ed28dfa4434b2f885bc495a79a9670a32563781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2018-03-21T17:33:13+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-21T17:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a77d73ada12dd82df33bc3c9ab4c9efa6232ff94'/>
<id>a77d73ada12dd82df33bc3c9ab4c9efa6232ff94</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/ssh/spec_double_algs/OTP-14990' into maint-20</title>
<updated>2018-03-21T17:33:12+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-21T17:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cc2f9a78d05bac859c5a654c91f156c30c50e162'/>
<id>cc2f9a78d05bac859c5a654c91f156c30c50e162</id>
<content type='text'>
* hans/ssh/spec_double_algs/OTP-14990:
  ssh: Fix bad spec for double_algs() in ssh.hrl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/spec_double_algs/OTP-14990:
  ssh: Fix bad spec for double_algs() in ssh.hrl
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995' into maint-20</title>
<updated>2018-03-21T17:33:11+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-21T17:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80728176e894980aa425b1197c41647e25aa3274'/>
<id>80728176e894980aa425b1197c41647e25aa3274</id>
<content type='text'>
* raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995:
  Test event insert from init
  Fix init to allow all actions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995:
  Test event insert from init
  Fix init to allow all actions
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix bad spec for double_algs() in ssh.hrl</title>
<updated>2018-03-20T11:39:06+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-03-20T11:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a93d0f54e4064b22923cc5cb426c82150ad4431'/>
<id>1a93d0f54e4064b22923cc5cb426c82150ad4431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test event insert from init</title>
<updated>2018-03-17T13:49:53+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-03-17T13:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=57b6fd27292e1c80e8e443991b9a24d3f8ad92eb'/>
<id>57b6fd27292e1c80e8e443991b9a24d3f8ad92eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix init to allow all actions</title>
<updated>2018-03-15T13:42:57+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-03-15T13:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6ea4eb3aedc011194135493948f141729e36a8c7'/>
<id>6ea4eb3aedc011194135493948f141729e36a8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2018-03-15T10:42:59+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-15T10:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0f2ead7bedeedc852db2deeeaa0e9e096bba8c0f'/>
<id>0f2ead7bedeedc852db2deeeaa0e9e096bba8c0f</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>2018-03-15T10:42:56+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-03-15T10:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd2a492ed0343abe98cf5e0a009bec9563279821'/>
<id>bd2a492ed0343abe98cf5e0a009bec9563279821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
