<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool, branch OTP-19.1.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2016-09-20T07:36:54+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-09-20T07:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37e14c395a0d3621d65552b3954856d1cbeaed9a'/>
<id>37e14c395a0d3621d65552b3954856d1cbeaed9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Correct errors introduced by Editorial changes</title>
<updated>2016-09-01T12:34:41+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-01T12:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad6e765bcd4f35a282ef00e38ed9129f3a5c1d83'/>
<id>ad6e765bcd4f35a282ef00e38ed9129f3a5c1d83</id>
<content type='text'>
Fix some older errors as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some older errors as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Fix dialyzer warnings introduced by OTP-11993</title>
<updated>2016-08-24T13:02:01+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-08-24T13:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c5c8737556a2d8b3663d9e8d4853acce75806e7c'/>
<id>c5c8737556a2d8b3663d9e8d4853acce75806e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Fix dependency bug for applications not in 'rel' specs</title>
<updated>2016-07-11T12:35:31+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-07-11T12:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a72376e84b7829736b5674d2434e5224df7183cc'/>
<id>a72376e84b7829736b5674d2434e5224df7183cc</id>
<content type='text'>
For applications that are not included in a 'rel' spec in the reltool
config, dependencies in the .app file are not followed. This is now
corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For applications that are not included in a 'rel' spec in the reltool
config, dependencies in the .app file are not followed. This is now
corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Fix dependency bug for applications in 'rel' specs</title>
<updated>2016-07-11T12:35:31+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-07-08T13:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7f4a1ad4ab5671e464b22a80071f914f5894b781'/>
<id>7f4a1ad4ab5671e464b22a80071f914f5894b781</id>
<content type='text'>
For applications that are included in a 'rel' spec in the reltool
config, some dependency chains are not followed. E.g.

* Application x has y as included application, and y in turn has z as
  included application. Then z is not included.
* Application x has y in its 'applications' tag in the .app file, and
  y in turn has z as included application. Then z is not included.

This is now corrected - all app-file dependencies are recusively
followed for all applications that are included in a 'rel' spec in the
reltool config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For applications that are included in a 'rel' spec in the reltool
config, some dependency chains are not followed. E.g.

* Application x has y as included application, and y in turn has z as
  included application. Then z is not included.
* Application x has y in its 'applications' tag in the .app file, and
  y in turn has z as included application. Then z is not included.

This is now corrected - all app-file dependencies are recusively
followed for all applications that are included in a 'rel' spec in the
reltool config.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add test for ERL-167</title>
<updated>2016-07-11T12:35:31+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-07-08T13:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e49017f8cd3172a6e5db293720f09f30f3943342'/>
<id>e49017f8cd3172a6e5db293720f09f30f3943342</id>
<content type='text'>
For applications that are explicitly included in the reltool config,
but that are not included in a 'rel' spec, dependencies in the .app
file are not followed (only xref dependencies are taken care of).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For applications that are explicitly included in the reltool config,
but that are not included in a 'rel' spec, dependencies in the .app
file are not followed (only xref dependencies are taken care of).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-06-21T13:12:41+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-21T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6e51c6d19612d03abc81b86bb70b8d7da678ce5d'/>
<id>6e51c6d19612d03abc81b86bb70b8d7da678ce5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prepare release"</title>
<updated>2016-06-02T09:39:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-02T09:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c04cad3ba921deb086d19e2de2526af4854add75'/>
<id>c04cad3ba921deb086d19e2de2526af4854add75</id>
<content type='text'>
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-06-02T08:55:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-06-02T08:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e020f75c10410a6943cd055bfa072a2641eab7da'/>
<id>e020f75c10410a6943cd055bfa072a2641eab7da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Correct documentation</title>
<updated>2016-05-13T06:40:46+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-10-13T12:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=92fa4c59b303f4bf934915f40601e253393c14c2'/>
<id>92fa4c59b303f4bf934915f40601e253393c14c2</id>
<content type='text'>
Fix mistakes found by 'xmllint'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix mistakes found by 'xmllint'.
</pre>
</div>
</content>
</entry>
</feed>
