<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/src, branch v3.8.0</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Revert "Fix possible copy-paste bug in rlx_prv_assembler"</title>
<updated>2015-09-28T20:54:56+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>tristan.sloughter@gmail.com</email>
</author>
<published>2015-09-28T20:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=0c03ac6daa9a85e64c7c0869fbe4ebc0073162a5'/>
<id>0c03ac6daa9a85e64c7c0869fbe4ebc0073162a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update erlware_commons, remove unneeded 'v' prefix hack and back to 'git' vsn</title>
<updated>2015-09-19T22:10:00+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-09-19T22:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=b907b2e9bfecc3cdba5096d0a76c47eecc83dede'/>
<id>b907b2e9bfecc3cdba5096d0a76c47eecc83dede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded ifdefs and change from NOTEST to TEST define</title>
<updated>2015-09-16T23:12:55+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-09-16T23:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=0945713e50b75cb835fc97cbeea7abd9e224f8c6'/>
<id>0945713e50b75cb835fc97cbeea7abd9e224f8c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possible copy-paste bug in rlx_prv_assembler</title>
<updated>2015-09-04T13:50:35+00:00</updated>
<author>
<name>Dmitry Ivanov</name>
<email>ethercrow@gmail.com</email>
</author>
<published>2015-09-04T13:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9b65de18bf1c8995a804347b4e4ecda6bcf7f03d'/>
<id>9b65de18bf1c8995a804347b4e4ecda6bcf7f03d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2015-08-24T17:21:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-08-24T17:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9d5ae5d39e159c9e925db04047297aeb4528ec98'/>
<id>9d5ae5d39e159c9e925db04047297aeb4528ec98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix error message for template file that doesn't exist</title>
<updated>2015-08-24T17:21:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-08-24T17:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=c9e6f3d8024149b13c3d1a527e2046aa75ba5f20'/>
<id>c9e6f3d8024149b13c3d1a527e2046aa75ba5f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Possibility for plugins to create custom actions/tasks</title>
<updated>2015-07-29T06:56:29+00:00</updated>
<author>
<name>Pavel Khusainov</name>
<email>pkhusainov@machinezone.com</email>
</author>
<published>2015-07-29T06:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=781d4d76ac89d7184214e44523a720e23de781bc'/>
<id>781d4d76ac89d7184214e44523a720e23de781bc</id>
<content type='text'>
Before this commit user side provider wasn't able to create custom action.

Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just
converting to atoms. In order to display error message about wrong action, we
have to add another check in `relx:run_providers` function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this commit user side provider wasn't able to create custom action.

Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just
converting to atoms. In order to display error message about wrong action, we
have to add another check in `relx:run_providers` function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add include and priv dirs to tar file</title>
<updated>2015-07-23T14:19:49+00:00</updated>
<author>
<name>CarlosEDP</name>
<email>me@carlosedp.com</email>
</author>
<published>2015-07-22T22:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=26618766e4cfff4988f392d34ef7d30c0aa3a919'/>
<id>26618766e4cfff4988f392d34ef7d30c0aa3a919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump to 3.4.0</title>
<updated>2015-07-21T15:02:42+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-07-21T15:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=32120eb12f2311f554f4af0424a2a98efa09d08c'/>
<id>32120eb12f2311f554f4af0424a2a98efa09d08c</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 #369 from tsloughter/master</title>
<updated>2015-07-18T18:18:51+00:00</updated>
<author>
<name>Jordan Wilberding</name>
<email>diginux@gmail.com</email>
</author>
<published>2015-07-18T18:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=fd9d25650730a764517b591bcf6301a4ddedf8fe'/>
<id>fd9d25650730a764517b591bcf6301a4ddedf8fe</id>
<content type='text'>
run overlay after release not before</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
run overlay after release not before</pre>
</div>
</content>
</entry>
</feed>
