<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-19.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>2016-06-29T15:43:28+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0573efbc18fc20f8646cf3ff64d2affd06e03cb8'/>
<id>0573efbc18fc20f8646cf3ff64d2affd06e03cb8</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-06-29T15:43:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9517c37a8c2319be620d304db0d5b11d398057be'/>
<id>9517c37a8c2319be620d304db0d5b11d398057be</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>2016-06-29T15:42:55+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e0995e0b54de40edd87b4ed48ce8595d5b561c66'/>
<id>e0995e0b54de40edd87b4ed48ce8595d5b561c66</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/set-gl-fix/OTP-13716' into maint-19</title>
<updated>2016-06-29T15:42:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e998937ffc2275d9d4ac87acc9e47ffff1b24e00'/>
<id>e998937ffc2275d9d4ac87acc9e47ffff1b24e00</id>
<content type='text'>
* rickard/set-gl-fix/OTP-13716:
  Fix group_leader/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/set-gl-fix/OTP-13716:
  Fix group_leader/2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/ssh_patches/OTP-13715' into maint-19</title>
<updated>2016-06-29T15:42:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a4c56b629456fa03e52952eadc37bbfcf53387a1'/>
<id>a4c56b629456fa03e52952eadc37bbfcf53387a1</id>
<content type='text'>
* hans/ssh/ssh_patches/OTP-13715:
  ssh: Update ssh version
  ssh: Remove possible hanging in TCs when server and client is on the same node
  ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3
  ssh: Extend experimental ssh_dbg.erl
  ssh: remove 'sync sleeps'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/ssh_patches/OTP-13715:
  ssh: Update ssh version
  ssh: Remove possible hanging in TCs when server and client is on the same node
  ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3
  ssh: Extend experimental ssh_dbg.erl
  ssh: remove 'sync sleeps'
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/retry_passwd_patch/OTP-13674' into maint-19</title>
<updated>2016-06-29T15:42:52+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=10991ae10b85d65215aaf570127c29d1e48a2e62'/>
<id>10991ae10b85d65215aaf570127c29d1e48a2e62</id>
<content type='text'>
* hans/ssh/retry_passwd_patch/OTP-13674:
  ssh: update vsn.mk
  ssh: polishing of password prompt's linefeed
  ssh: Fix a hazard bug in ssh_auth
  ssh: Some code cuddling in ssh_io
  ssh: Fix type error in args of ssh_auth:sort_selected_mthds
  ssh: Make client send a faulty pwd only once, ssh_connection_handler part
  ssh: Make client send a faulty pwd only once, ssh_auth part
  ssh: test cases for no repetition of bad passwords
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/retry_passwd_patch/OTP-13674:
  ssh: update vsn.mk
  ssh: polishing of password prompt's linefeed
  ssh: Fix a hazard bug in ssh_auth
  ssh: Some code cuddling in ssh_io
  ssh: Fix type error in args of ssh_auth:sort_selected_mthds
  ssh: Make client send a faulty pwd only once, ssh_connection_handler part
  ssh: Make client send a faulty pwd only once, ssh_auth part
  ssh: test cases for no repetition of bad passwords
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/inets/ftp_debug_printout/OTP-13712' into maint-19</title>
<updated>2016-06-29T15:42:52+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=932cda08f6a1e08fd908097276fd10529b7d8e29'/>
<id>932cda08f6a1e08fd908097276fd10529b7d8e29</id>
<content type='text'>
* hans/inets/ftp_debug_printout/OTP-13712:
  inets: updated version
  inets: unused var in ftp.erl anonymized
  inets: ftp debug printout removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/inets/ftp_debug_printout/OTP-13712:
  inets: updated version
  inets: unused var in ftp.erl anonymized
  inets: ftp debug printout removed
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/tools/fix_xref/ERL-173/OTP-13708' into maint-19</title>
<updated>2016-06-29T15:42:51+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d4bbde0a9c85849025c5f03bcc76ed014ced395'/>
<id>1d4bbde0a9c85849025c5f03bcc76ed014ced395</id>
<content type='text'>
* hasse/tools/fix_xref/ERL-173/OTP-13708:
  tools: Fix a bug adding multiple modules to an Xref server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/tools/fix_xref/ERL-173/OTP-13708:
  tools: Fix a bug adding multiple modules to an Xref server
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'margnus1/dialyzer/fix_map_bug/ERL-177/PR-1115/OTP-13709' into maint-19</title>
<updated>2016-06-29T15:42:51+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0eb8392e9cdc01393a1a0efd7648d9602ae7e627'/>
<id>0eb8392e9cdc01393a1a0efd7648d9602ae7e627</id>
<content type='text'>
* margnus1/dialyzer/fix_map_bug/ERL-177/PR-1115/OTP-13709:
  erl_types: Normalise X:=none() pairs in t_map/3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* margnus1/dialyzer/fix_map_bug/ERL-177/PR-1115/OTP-13709:
  erl_types: Normalise X:=none() pairs in t_map/3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/observer/fix-no-scheduler-change/ERL-171/OTP-13702' into maint-19</title>
<updated>2016-06-29T15:42:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-29T15:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=518d0ab2cf9a7200b88dceb177b6c7cda2f7e69d'/>
<id>518d0ab2cf9a7200b88dceb177b6c7cda2f7e69d</id>
<content type='text'>
* dgud/observer/fix-no-scheduler-change/ERL-171/OTP-13702:
  Reset data when changing node or no schedulers change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/observer/fix-no-scheduler-change/ERL-171/OTP-13702:
  Reset data when changing node or no schedulers change
</pre>
</div>
</content>
</entry>
</feed>
