<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/src, branch v3.24.5</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Maintain no_dot_erlang.boot file in releases</title>
<updated>2017-11-01T19:42:25+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2017-11-01T19:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=78561dc7a812466aa1e8c9f36a6b48c7f7cc4195'/>
<id>78561dc7a812466aa1e8c9f36a6b48c7f7cc4195</id>
<content type='text'>
Had a problem in OTP-21 (master) where escript calls in nodetool would
fail since the file is not around and is being used by default there.

The patch works by copying its equivalent file, which I belive to be
just the start_clean file (their .rel.src are identical), into the same
directories as we do for start_clean.

Internal errors are renamed to be made neutral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had a problem in OTP-21 (master) where escript calls in nodetool would
fail since the file is not around and is being used by default there.

The patch works by copying its equivalent file, which I belive to be
just the start_clean file (their .rel.src are identical), into the same
directories as we do for start_clean.

Internal errors are renamed to be made neutral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support OTP-20 Unicode functions</title>
<updated>2017-11-01T19:40:09+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2017-11-01T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=7e78c133c7a373384411d9fd0e1366b14e4c31d8'/>
<id>7e78c133c7a373384411d9fd0e1366b14e4c31d8</id>
<content type='text'>
Use either optional compilation or version-safe variants of the string
functions. Prevents warnings when the switch to OTP-21 will happen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use either optional compilation or version-safe variants of the string
functions. Prevents warnings when the switch to OTP-21 will happen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #465 from filmor/semver-prefix</title>
<updated>2017-10-19T11:26:09+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T11:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=b02e2a90fa89df222472cefcab070bdefa0c2a55'/>
<id>b02e2a90fa89df222472cefcab070bdefa0c2a55</id>
<content type='text'>
Pass prefix through</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass prefix through</pre>
</div>
</content>
</entry>
<entry>
<title>Add `erts_dir` overlay var (#614)</title>
<updated>2017-10-19T04:24:37+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T04:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=88598b2f166849cd87ab102dcbab4497458b70cd'/>
<id>88598b2f166849cd87ab102dcbab4497458b70cd</id>
<content type='text'>
Useful for copying custom files from an erts build
such as a .kerl.config file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful for copying custom files from an erts build
such as a .kerl.config file.</pre>
</div>
</content>
</entry>
<entry>
<title>Start script extensions (#613)</title>
<updated>2017-10-19T04:23:47+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T04:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9855022433c9e3e08850c13b925b94f3b87df6c3'/>
<id>9855022433c9e3e08850c13b925b94f3b87df6c3</id>
<content type='text'>
* Extended start script command extensions

Provide a mechanism that allows for the application
to extend the list of commands available to be invoked
from the start script. An application may be able to
define a 'foo' extension that is associated with a 'foo_script'
written and maintained by the applicationr, (this association is
kept in rebar.config), upon invocation of bin/&lt;release_name&gt; foo
the 'foo_script' will then be invoked.

* Add test coverage for extension script

* Ensure extended script usage argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extended start script command extensions

Provide a mechanism that allows for the application
to extend the list of commands available to be invoked
from the start script. An application may be able to
define a 'foo' extension that is associated with a 'foo_script'
written and maintained by the applicationr, (this association is
kept in rebar.config), upon invocation of bin/&lt;release_name&gt; foo
the 'foo_script' will then be invoked.

* Add test coverage for extension script

* Ensure extended script usage argument
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass prefix through, again.</title>
<updated>2017-10-18T22:20:25+00:00</updated>
<author>
<name>Benedikt Reinartz</name>
<email>filmor@gmail.com</email>
</author>
<published>2016-04-06T14:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9727316ae651d88e49ada1d5142d16700ae837b1'/>
<id>9727316ae651d88e49ada1d5142d16700ae837b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #540 from obi458/master</title>
<updated>2017-10-18T21:51:21+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-18T21:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=5050dd81853923e904080de1da56e049f24459e3'/>
<id>5050dd81853923e904080de1da56e049f24459e3</id>
<content type='text'>
win32 cross release on unix and vs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
win32 cross release on unix and vs</pre>
</div>
</content>
</entry>
<entry>
<title>Start top-level applications as early as possible.</title>
<updated>2017-09-06T07:14:52+00:00</updated>
<author>
<name>Konstantin Tcepliaev</name>
<email>f355@f355.org</email>
</author>
<published>2017-09-05T18:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ac2b6b83ea88ce7dfa06ab802173bacd365d83ec'/>
<id>ac2b6b83ea88ce7dfa06ab802173bacd365d83ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use builtin status hook as default</title>
<updated>2017-07-24T22:36:17+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-07-24T22:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=2ba5ec449413a82ea3d6b9bdd268506b25ef368c'/>
<id>2ba5ec449413a82ea3d6b9bdd268506b25ef368c</id>
<content type='text'>
Let people define their own when they want to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let people define their own when they want to.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename gb_tree:tree to gb_trees:tree</title>
<updated>2017-06-08T03:13:03+00:00</updated>
<author>
<name>Yoshikazu Aoshima</name>
<email>yoshikazu_aoshima@dwango.co.jp</email>
</author>
<published>2017-06-08T03:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=e40c2c4d6241b2a75930ef2eeaebb9d05a1aa493'/>
<id>e40c2c4d6241b2a75930ef2eeaebb9d05a1aa493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
