<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch gcc-5-pic-cmpxchg8b-quickfix</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Quickfix for cmpxchg8b inline asm when pic and gcc &gt;= 5.0 is used</title>
<updated>2016-02-09T19:54:03+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2016-02-09T17:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fd7fa4606406de960366db4c5d8cb924e25dddb5'/>
<id>fd7fa4606406de960366db4c5d8cb924e25dddb5</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>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>
<entry>
<title>inets: Prepare for release</title>
<updated>2016-01-28T15:24:01+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-28T14:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a6a766143bd5332ff0173a9a3c05e3b36d20297c'/>
<id>a6a766143bd5332ff0173a9a3c05e3b36d20297c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Traverse all aliases looking for the longest match</title>
<updated>2016-01-28T15:13:58+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-28T14:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=03abb57fdcfe2e95f0f15b1bdb043d54662876c8'/>
<id>03abb57fdcfe2e95f0f15b1bdb043d54662876c8</id>
<content type='text'>
Before the first matching alias was returned, but we want the longest one to
be returned.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before the first matching alias was returned, but we want the longest one to
be returned.
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Use re instead of inets_regexp</title>
<updated>2016-01-28T15:13:58+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-28T14:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ba8d87765f490d99c9768dd116bb1a2e75354cc6'/>
<id>ba8d87765f490d99c9768dd116bb1a2e75354cc6</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>2016-01-08T12:09:37+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-08T12:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7cf9a621c5280a3e97967c4c63ab6ca1adde69c3'/>
<id>7cf9a621c5280a3e97967c4c63ab6ca1adde69c3</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-08T12:09:36+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-08T12:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9498322e15bf1cc049996813f3422462fd402502'/>
<id>9498322e15bf1cc049996813f3422462fd402502</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/keyboard_interactive0/OTP-13255' into maint-18</title>
<updated>2016-01-08T12:09:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-01-08T12:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99f3ef4df2fe90bc67afe9dc87464be18457dfec'/>
<id>99f3ef4df2fe90bc67afe9dc87464be18457dfec</id>
<content type='text'>
* hans/ssh/keyboard_interactive0/OTP-13255:
  ssh: update vsn.mk to 4.2.1
  ssh: handle secondary ssh_msg_userauth_info_request message
  ssh: testcase for abnormal keyboard-interactive authentication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/keyboard_interactive0/OTP-13255:
  ssh: update vsn.mk to 4.2.1
  ssh: handle secondary ssh_msg_userauth_info_request message
  ssh: testcase for abnormal keyboard-interactive authentication
</pre>
</div>
</content>
</entry>
</feed>
