<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool/doc/src/reltool.xml, branch R16B02_yielding_binary_to_term</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix some FOP warnings</title>
<updated>2013-01-09T07:34:30+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-01-05T08:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3448e2aa81a01244458824aae94d3e746a9a4c24'/>
<id>3448e2aa81a01244458824aae94d3e746a9a4c24</id>
<content type='text'>
Examples overflowing the width of PDF pages have been fixed.

The remaining warnings are due to table cells, and require more
work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Examples overflowing the width of PDF pages have been fixed.

The remaining warnings are due to table cells, and require more
work.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Use application name from .app file instead of directory name</title>
<updated>2012-09-21T06:46:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-09-19T12:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4a6edd6f6ffe820db595dfa1f2c43311f6581ca7'/>
<id>4a6edd6f6ffe820db595dfa1f2c43311f6581ca7</id>
<content type='text'>
In the first traversal of library directories, reltool used only the
directory names in order to figure out application names. This would
succeed if the directory name was AppName only or AppName-AppVsn and
AppVsn consisted of integers separated by dots only. If the AppVsn has
any other format, then reltool would not find the correct application
name.

With this commit, reltool will first look for a .app file and use the
.app file name as the application name. This will allow different
formats of the version identifier in the directory name. Note that
reltool can still not sort (and select the latest) amongst version
identifiers of other format than integers separated by dots.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the first traversal of library directories, reltool used only the
directory names in order to figure out application names. This would
succeed if the directory name was AppName only or AppName-AppVsn and
AppVsn consisted of integers separated by dots only. If the AppVsn has
any other format, then reltool would not find the correct application
name.

With this commit, reltool will first look for a .app file and use the
.app file name as the application name. This will allow different
formats of the version identifier in the directory name. Note that
reltool can still not sort (and select the latest) amongst version
identifiers of other format than integers separated by dots.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Allow incl_cond=derived on module level</title>
<updated>2012-09-11T07:30:19+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-09-10T14:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6f3205aed3acfb0a8426e87bfe52d6a36bceeb08'/>
<id>6f3205aed3acfb0a8426e87bfe52d6a36bceeb08</id>
<content type='text'>
According to documentation it should be allowed to set
incl_cond=include|exclude|derived, but if set to derived on module
level, reltool_server would crash. This has been corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to documentation it should be allowed to set
incl_cond=include|exclude|derived, but if set to derived on module
level, reltool_server would crash. This has been corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ta/docsmaint' into maint</title>
<updated>2012-08-29T14:10:10+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2012-08-29T14:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2890aeb643cc8ac0b46eebebb2f26e7d348bbea1'/>
<id>2890aeb643cc8ac0b46eebebb2f26e7d348bbea1</id>
<content type='text'>
* ta/docsmaint:
  Fix various doc typos for R15B02
  Fix various code typos for R15B02

OTP-10245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ta/docsmaint:
  Fix various doc typos for R15B02
  Fix various code typos for R15B02

OTP-10245
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add documentation for option 'excl_lib'</title>
<updated>2012-08-20T13:56:06+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-08-20T13:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eba1ece8d123cab16b357ea43a8dfc75a959ae0a'/>
<id>eba1ece8d123cab16b357ea43a8dfc75a959ae0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various doc typos for R15B02</title>
<updated>2012-07-05T19:34:23+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2012-04-10T10:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=541e986798f525add633b55349168eb1c75aa5cf'/>
<id>541e986798f525add633b55349168eb1c75aa5cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add configuration parameter lib_dir on application level</title>
<updated>2012-03-22T07:46:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-03-21T18:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=602d96340b97315c156b597a5ccbfcc135a9a682'/>
<id>602d96340b97315c156b597a5ccbfcc135a9a682</id>
<content type='text'>
As a way of specifying one specific version of an application, the
following configuration parameter is added on application level:

{lib_dir,Dir}, Dir = string()

This can be useful if the parent directory of the application
directory is not suitable to use as a lib dir on system level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a way of specifying one specific version of an application, the
following configuration parameter is added on application level:

{lib_dir,Dir}, Dir = string()

This can be useful if the parent directory of the application
directory is not suitable to use as a lib dir on system level.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Fix type spec and doc for app() and mod()</title>
<updated>2012-03-19T08:48:54+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-03-12T11:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=048c28bc6c75964c3ee7930f5a1aecae92843c88'/>
<id>048c28bc6c75964c3ee7930f5a1aecae92843c88</id>
<content type='text'>
OTP-9792

Also correct documentation of reltool:install/2: first argument is
RelName, not Server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-9792

Also correct documentation of reltool:install/2: first argument is
RelName, not Server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/reltool/doc-rootdir-recommendataion/OTP-9742'</title>
<updated>2011-12-07T10:05:18+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-12-07T10:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a1f72ad056cbec4cd69ff4ef0e9c2cc744361eac'/>
<id>a1f72ad056cbec4cd69ff4ef0e9c2cc744361eac</id>
<content type='text'>
* siri/reltool/doc-rootdir-recommendataion/OTP-9742:
  Add recommendation about RootDir parameter to reltool:eval_target_spec/3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/reltool/doc-rootdir-recommendataion/OTP-9742:
  Add recommendation about RootDir parameter to reltool:eval_target_spec/3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in reltool(3)</title>
<updated>2011-12-05T16:29:11+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2011-11-23T15:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de283136249edda485cc5d108946f40174f344e8'/>
<id>de283136249edda485cc5d108946f40174f344e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
