<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git, branch v3.22.4</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Merge pull request #567 from lrascao/feature/empty_application_apps_silently_skipped</title>
<updated>2017-03-20T23:17:32+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2017-03-20T23:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=c1e37960af7dc23513f7c6dbc8d711dc30050e84'/>
<id>c1e37960af7dc23513f7c6dbc8d711dc30050e84</id>
<content type='text'>
Ensure stdlib,kernel as application dependencies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure stdlib,kernel as application dependencies</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure stdlib,kernel as application dependencies</title>
<updated>2017-03-20T23:08:03+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-01-04T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=3a5137a9dca04c02b52d787aaec6630e721d0e08'/>
<id>3a5137a9dca04c02b52d787aaec6630e721d0e08</id>
<content type='text'>
Make this dependency explicit as it was causing
apps with empty application lists to not be included
in the generated release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make this dependency explicit as it was causing
apps with empty application lists to not be included
in the generated release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #579 from lrascao/fix/osx_readlink</title>
<updated>2017-03-14T16:25:03+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2017-03-14T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=aff9fca98f84f8031696a96d85a57eb398355f35'/>
<id>aff9fca98f84f8031696a96d85a57eb398355f35</id>
<content type='text'>
Fix OSX readlink</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix OSX readlink</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #563 from lrascao/feature/replace_os_vars_app_config_test</title>
<updated>2017-03-14T16:24:47+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2017-03-14T16:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=8f0e68e1897132b50f8578df5f7e635d18ad4070'/>
<id>8f0e68e1897132b50f8578df5f7e635d18ad4070</id>
<content type='text'>
Only use multi-node sys.config if requested when replacing OS vars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only use multi-node sys.config if requested when replacing OS vars</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #575 from lrascao/feature/no_debug_info</title>
<updated>2017-03-14T16:20:03+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2017-03-14T16:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=d64be0acf966c25a68fce6b37788ff3fb8a5373b'/>
<id>d64be0acf966c25a68fce6b37788ff3fb8a5373b</id>
<content type='text'>
Don't drop debug info on default build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't drop debug info on default build</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OSX readlink</title>
<updated>2017-03-12T01:15:22+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-02-06T21:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=1792f61606aac21f4cfeae2d018f776cc3f8c143'/>
<id>1792f61606aac21f4cfeae2d018f776cc3f8c143</id>
<content type='text'>
It does not support the -f option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does not support the -f option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only use multi-node sys.config if requested when replacing OS vars</title>
<updated>2017-03-11T10:38:29+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-01-21T23:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=d6066c58bb39b3495873c9d3c1337d16f102bbd1'/>
<id>d6066c58bb39b3495873c9d3c1337d16f102bbd1</id>
<content type='text'>
When replacing OS vars only create multi-node sys.config
files (ie. filenames containing the node name) only if explicitly
requested. This is necessary because inclusion of other config
files inside of sys.config is only allowed if the file is actually called
sys.config and nothing else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When replacing OS vars only create multi-node sys.config
files (ie. filenames containing the node name) only if explicitly
requested. This is necessary because inclusion of other config
files inside of sys.config is only allowed if the file is actually called
sys.config and nothing else.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't drop debug info on default build</title>
<updated>2017-03-11T10:38:08+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-02-27T23:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=7aa3c7e15781e74c69942c02f22db3fd5a1a26af'/>
<id>7aa3c7e15781e74c69942c02f22db3fd5a1a26af</id>
<content type='text'>
Drop it only when generating relx escript.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop it only when generating relx escript.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #574 from lrascao/feature/drop_export_all</title>
<updated>2017-03-10T01:03:27+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2017-03-10T01:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=87faa210dd6a5589ff86a9cc6992a413022feea7'/>
<id>87faa210dd6a5589ff86a9cc6992a413022feea7</id>
<content type='text'>
Drop use of export_all erlc directive</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop use of export_all erlc directive</pre>
</div>
</content>
</entry>
<entry>
<title>Drop use of export_all erlc directive</title>
<updated>2017-02-27T22:39:18+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-02-27T22:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=81003d9ce3c4719bf5bfe15a025b8316e711e800'/>
<id>81003d9ce3c4719bf5bfe15a025b8316e711e800</id>
<content type='text'>
Starting from OTP20 this will trigger a warning, since we
use the warnings_as_errors the build would fail when using
this OTP release onwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting from OTP20 this will trigger a warning, since we
use the warnings_as_errors the build would fail when using
this OTP release onwards.
</pre>
</div>
</content>
</entry>
</feed>
