<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-18.2.4.0.1</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>2017-05-10T15:14:50+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-05-10T15:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a7f420e08aabe6af376f7b9c6f6bd50f342dfe8b'/>
<id>a7f420e08aabe6af376f7b9c6f6bd50f342dfe8b</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>2017-05-10T14:55:27+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-05-10T12:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8936183f86579acfbbcf061431d049755aa2ae54'/>
<id>8936183f86579acfbbcf061431d049755aa2ae54</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/rq-len/OTP-13201'</title>
<updated>2017-05-10T14:53:49+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-05-10T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1c5832cbfb8a965c8de9ca072361f3661cdfaea2'/>
<id>1c5832cbfb8a965c8de9ca072361f3661cdfaea2</id>
<content type='text'>
* rickard/rq-len/OTP-13201:
  Fix testcase
  Light weight statistics of run queue lengths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/rq-len/OTP-13201:
  Fix testcase
  Light weight statistics of run queue lengths
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2016-02-18T11:32:36+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-02-18T11:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d646221c59fbf57d5beac913248b46f5dbebfbe7'/>
<id>d646221c59fbf57d5beac913248b46f5dbebfbe7</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>2016-02-18T11:32:35+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-02-18T11:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5615f7f36f9c3a7e7f7307ade2c3830c83071d0c'/>
<id>5615f7f36f9c3a7e7f7307ade2c3830c83071d0c</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 'siri/ct_netconfc/multpile-end-tags/OTP-13323' into maint-18</title>
<updated>2016-02-18T11:32:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-02-18T11:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f849d89c3981cb464838fded797901a12272f8af'/>
<id>f849d89c3981cb464838fded797901a12272f8af</id>
<content type='text'>
* siri/ct_netconfc/multpile-end-tags/OTP-13323:
  [ct_netconfc] Fix XML parsing when multiple messages in package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/ct_netconfc/multpile-end-tags/OTP-13323:
  [ct_netconfc] Fix XML parsing when multiple messages in package
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct_netconfc] Fix XML parsing when multiple messages in package</title>
<updated>2016-02-18T11:31:54+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-02-12T14:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=171d7e2a161ef9270240aff0fa15a285df21c1ef'/>
<id>171d7e2a161ef9270240aff0fa15a285df21c1ef</id>
<content type='text'>
If a ssh package contained more than one netconf end tag, then the
second end tag was never detected in ct_netconfc:handle_data. Instead
it was included in the XML data given to the xmerl parser, which then
failed with reason "\"]]&gt;\" is not allowed in content".

This problem was introduced by OTP-13007.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a ssh package contained more than one netconf end tag, then the
second end tag was never detected in ct_netconfc:handle_data. Instead
it was included in the XML data given to the xmerl parser, which then
failed with reason "\"]]&gt;\" is not allowed in content".

This problem was introduced by OTP-13007.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2016-01-29T14:13:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-29T14:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d96471b3f404f7341279d8598dd74d92fb1a923c'/>
<id>d96471b3f404f7341279d8598dd74d92fb1a923c</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>2016-01-29T14:13:44+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-29T14:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f2d65a198fcebf2fb1603ed95f4aa09007a85711'/>
<id>f2d65a198fcebf2fb1603ed95f4aa09007a85711</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/maint/inets/mod_alias/OTP-13248' into maint-18</title>
<updated>2016-01-29T14:13:38+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-29T14:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80e2ab864725f62ba0e4e8e6d1d14ac4272c9ab2'/>
<id>80e2ab864725f62ba0e4e8e6d1d14ac4272c9ab2</id>
<content type='text'>
* ia/maint/inets/mod_alias/OTP-13248:
  inets: Prepare for release
  inets: Traverse all aliases looking for the longest match
  inets: Use re instead of inets_regexp

# Conflicts:
#	lib/inets/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/maint/inets/mod_alias/OTP-13248:
  inets: Prepare for release
  inets: Traverse all aliases looking for the longest match
  inets: Use re instead of inets_regexp

# Conflicts:
#	lib/inets/vsn.mk
</pre>
</div>
</content>
</entry>
</feed>
