<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/sasl/test, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib</title>
<updated>2019-02-21T09:36:42+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-10-02T08:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21801003718dd0ca06d5171eb2b4a00790a00d40'/>
<id>21801003718dd0ca06d5171eb2b4a00790a00d40</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 'maint'</title>
<updated>2018-09-10T09:39:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-09-10T09:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b641db169ac57ef98b6a5d0dd5672fe966d9997e'/>
<id>b641db169ac57ef98b6a5d0dd5672fe966d9997e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[sasl] Flush logger handlers to file before terminating node</title>
<updated>2018-09-04T10:13:43+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-09-04T10:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3a4f728fc767671535b2ae6716caef8872d3fb91'/>
<id>3a4f728fc767671535b2ae6716caef8872d3fb91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "can not" into "cannot"</title>
<updated>2018-07-27T08:16:17+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-07-26T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37c11cda19bd9067a4e094fbde53b276d6ab0d3d'/>
<id>37c11cda19bd9067a4e094fbde53b276d6ab0d3d</id>
<content type='text'>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add legacy test of sasl_report_file_h and size limiting</title>
<updated>2018-07-13T10:20:26+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-26T14:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d4789fa6f6795252f9eecec8c4b7e0ec4c7f86ec'/>
<id>d4789fa6f6795252f9eecec8c4b7e0ec4c7f86ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add more functions for reading configuration</title>
<updated>2018-06-08T12:47:07+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-05T18:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2ab3e91a44032cab2b173efc33b5d9589eec4864'/>
<id>2ab3e91a44032cab2b173efc33b5d9589eec4864</id>
<content type='text'>
Added:
* logger:get_config() - replaces i(), returns all Logger
  configuration, i.e. primary and handler config, and module levels
* logger:get_handler_ids() -&gt; [HandlerId]
* logger:get_handler_config() -&gt; [{HandlerId,Module,Config}]

Removed:
* logger:i/1, will probably be replaced in a later release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added:
* logger:get_config() - replaces i(), returns all Logger
  configuration, i.e. primary and handler config, and module levels
* logger:get_handler_ids() -&gt; [HandlerId]
* logger:get_handler_config() -&gt; [{HandlerId,Module,Config}]

Removed:
* logger:i/1, will probably be replaced in a later release.
</pre>
</div>
</content>
</entry>
<entry>
<title>logger: Rework configuration of logger</title>
<updated>2018-05-21T15:43:52+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-05-08T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=395dbad6bcc38c3384840674f40657273b05b14a'/>
<id>395dbad6bcc38c3384840674f40657273b05b14a</id>
<content type='text'>
Most logger configuration that was possible through
kernel application variables have been moved into a
common 'logger' application environment in kernel.

Now all the configuration possible through the logger
API can be done as sys config.

The handler started by kernel has been renamed to 'default'
instead of logger_std_h.

There is a new logger:setup_handlers/1 function that given an
application name can be used to setup handlers in other applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most logger configuration that was possible through
kernel application variables have been moved into a
common 'logger' application environment in kernel.

Now all the configuration possible through the logger
API can be done as sys config.

The handler started by kernel has been renamed to 'default'
instead of logger_std_h.

There is a new logger:setup_handlers/1 function that given an
application name can be used to setup handlers in other applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test cuddle for logger</title>
<updated>2018-04-26T12:37:31+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-04-24T13:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=291cf6d8530f4e0ad2f22f199b5ae6975135bbb3'/>
<id>291cf6d8530f4e0ad2f22f199b5ae6975135bbb3</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 'maint'</title>
<updated>2018-04-19T10:00:03+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-04-19T10:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=747e027b085c0569088f12999824dcce63be0935'/>
<id>747e027b085c0569088f12999824dcce63be0935</id>
<content type='text'>
* maint:
  Updated OTP version
  Prepare release
  Update appup file for sasl
  Fix bug in hybrid boot file used for restart_new_emulator

Conflicts:
	OTP_VERSION
	lib/sasl/src/sasl.appup.src
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Updated OTP version
  Prepare release
  Update appup file for sasl
  Fix bug in hybrid boot file used for restart_new_emulator

Conflicts:
	OTP_VERSION
	lib/sasl/src/sasl.appup.src
</pre>
</div>
</content>
</entry>
</feed>
