<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/make, branch OTP-21.1.3</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>2018-11-23T08:44:32+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-23T08:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=41d99b0fd412c9a7ea5a080274fac98a84ec283b'/>
<id>41d99b0fd412c9a7ea5a080274fac98a84ec283b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-15T11:26:12+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-15T11:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3c71d353e884316420eebea2d7ef802c651437b'/>
<id>e3c71d353e884316420eebea2d7ef802c651437b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-10-12T15:12:09+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-10-12T15:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac'/>
<id>218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix generated encoding for xml files generated with emd2exml</title>
<updated>2018-08-15T18:57:52+00:00</updated>
<author>
<name>Mariano Guerra</name>
<email>mariano@marianoguerra.org</email>
</author>
<published>2018-08-14T12:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce7e5e9c26efa1f907b152a4f6d223e0080542d1'/>
<id>ce7e5e9c26efa1f907b152a4f6d223e0080542d1</id>
<content type='text'>
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8
and make xmerl_scan:file/1,2 fail parsing them

(cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8
and make xmerl_scan:file/1,2 fail parsing them

(cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315)
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide build support for standalone corba repo</title>
<updated>2018-07-12T13:30:37+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-07-11T14:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f5814f7b40b1d91527d797cada8202d7004e7c24'/>
<id>f5814f7b40b1d91527d797cada8202d7004e7c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/xcomp-fix/OTP-15096'</title>
<updated>2018-06-13T07:28:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-06-13T07:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=78100134e1fa6948dc19058c27ddab4ac1aa0e8c'/>
<id>78100134e1fa6948dc19058c27ddab4ac1aa0e8c</id>
<content type='text'>
* rickard/xcomp-fix/OTP-15096:
  Ensure no progress reports when checking OTP release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/xcomp-fix/OTP-15096:
  Ensure no progress reports when checking OTP release
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979'</title>
<updated>2018-06-12T12:08:32+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-06-12T12:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86022d6e975aff0254f4800cf2f15260517849ea'/>
<id>86022d6e975aff0254f4800cf2f15260517849ea</id>
<content type='text'>
* lukas/erl_docgen/add_github_contrib_link/OTP-14979:
  otp: Allow applications to opt out of github edit links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/erl_docgen/add_github_contrib_link/OTP-14979:
  otp: Allow applications to opt out of github edit links
</pre>
</div>
</content>
</entry>
<entry>
<title>otp: Allow applications to opt out of github edit links</title>
<updated>2018-06-11T09:13:07+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-06-11T09:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=199095e7a49b57b7660fdd695139791d73fcf7c6'/>
<id>199095e7a49b57b7660fdd695139791d73fcf7c6</id>
<content type='text'>
This is to be used by application like orber that live outside
the main repository but still use the OTP build system to
generate documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to be used by application like orber that live outside
the main repository but still use the OTP build system to
generate documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure no progress reports when checking OTP release</title>
<updated>2018-05-29T13:19:16+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-05-29T13:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=23abd013424f8264e422f7f478a71919d5684309'/>
<id>23abd013424f8264e422f7f478a71919d5684309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: Don't call mkdir with empty argument</title>
<updated>2018-05-23T07:39:15+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-05-23T07:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6365a98f3a256adb62a05cc8644fa39b0aaf963f'/>
<id>6365a98f3a256adb62a05cc8644fa39b0aaf963f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
