<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel, branch OTP-17.3.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Do not test appup of core apps for upgrade from current vsn</title>
<updated>2014-09-25T08:05:50+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-09-25T08:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=201b95c1fe992be2c7fdb6759a7e490105fdf510'/>
<id>201b95c1fe992be2c7fdb6759a7e490105fdf510</id>
<content type='text'>
The appup tests for kernel, stdlib and sasl tests that the appup file
allows upgrade from the previous and current major release to the
current release. If, in the current release, the application version
was not changed compared to the previous release, then we would still
test that the appup supported the upgrade (i.e. from current release
to current release). This is now changed, in order to avoid test
failures on patch releases where kernel, stdlib and sasl are not
changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The appup tests for kernel, stdlib and sasl tests that the appup file
allows upgrade from the previous and current major release to the
current release. If, in the current release, the application version
was not changed compared to the previous release, then we would still
test that the appup supported the upgrade (i.e. from current release
to current release). This is now changed, in order to avoid test
failures on patch releases where kernel, stdlib and sasl are not
changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2014-09-15T10:02:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=950d808c97a4c5b579f4f1cc16b95f2d419d3505'/>
<id>950d808c97a4c5b579f4f1cc16b95f2d419d3505</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>2014-09-15T10:00:20+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2191e216a95d3cb41edd7ad2069e3b2d88b907e7'/>
<id>2191e216a95d3cb41edd7ad2069e3b2d88b907e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspellings of 'another'</title>
<updated>2014-08-25T11:18:52+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2014-08-24T17:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=63d7fbe5cdf2b714500467b771a237e9ec11aaa8'/>
<id>63d7fbe5cdf2b714500467b771a237e9ec11aaa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor erl_epmd:names/1</title>
<updated>2014-08-14T14:49:08+00:00</updated>
<author>
<name>Luca Favatella</name>
<email>luca.favatella@erlang-solutions.com</email>
</author>
<published>2014-06-24T00:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fcef4dd4614211ca5cc592c428655cbad0342fa2'/>
<id>fcef4dd4614211ca5cc592c428655cbad0342fa2</id>
<content type='text'>
Simplify erl_epmd:names/1, keeping the same functionalities, relying
on inet:gethostbyname/1 being able to handle both atoms and strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify erl_epmd:names/1, keeping the same functionalities, relying
on inet:gethostbyname/1 being able to handle both atoms and strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept inet:ip_address() in net_adm:names/1</title>
<updated>2014-08-14T14:49:08+00:00</updated>
<author>
<name>Luca Favatella</name>
<email>luca.favatella@erlang-solutions.com</email>
</author>
<published>2014-06-24T00:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7968b44240626bd4a76a9b4f36cad849c4c26431'/>
<id>7968b44240626bd4a76a9b4f36cad849c4c26431</id>
<content type='text'>
This change also simplifies the code avoiding a double (conditional)
call to inet:gethostbyname/1 (in net_adm:names/1 and then
erl_epmd:names/1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change also simplifies the code avoiding a double (conditional)
call to inet:gethostbyname/1 (in net_adm:names/1 and then
erl_epmd:names/1).
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix tc and docs after {fd,FD} bind change</title>
<updated>2014-08-06T12:49:32+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2014-08-04T15:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6e3f09186e0a5e89eb729840f71e2a73684e9b50'/>
<id>6e3f09186e0a5e89eb729840f71e2a73684e9b50</id>
<content type='text'>
The sha of the original change is 52810718b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sha of the original change is 52810718b
</pre>
</div>
</content>
</entry>
<entry>
<title>fix xml file merge messup</title>
<updated>2014-07-25T07:11:35+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2014-07-25T07:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=62081266545df8f5eda8e2043f33055cfe575126'/>
<id>62081266545df8f5eda8e2043f33055cfe575126</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 'maint-r16' into maint</title>
<updated>2014-07-24T15:01:04+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2014-07-24T14:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b9383a8dbc03473860dfaacc7a02fbc8b1b1185'/>
<id>1b9383a8dbc03473860dfaacc7a02fbc8b1b1185</id>
<content type='text'>
Conflicts:
	erts/doc/src/notes.xml
	erts/preloaded/ebin/prim_inet.beam
	erts/vsn.mk
	lib/kernel/doc/src/notes.xml
	lib/kernel/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	erts/doc/src/notes.xml
	erts/preloaded/ebin/prim_inet.beam
	erts/vsn.mk
	lib/kernel/doc/src/notes.xml
	lib/kernel/vsn.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2014-07-22T16:01:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-07-22T16:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=65e335e255cb76d979f605ed34700e4e02041139'/>
<id>65e335e255cb76d979f605ed34700e4e02041139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
