<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/observer, branch maint-19</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>2017-03-14T14:59:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-03-14T14:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4d658008be5a08ddadbe75ebadb9ef124436b76e'/>
<id>4d658008be5a08ddadbe75ebadb9ef124436b76e</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>2017-03-10T14:00:46+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-03-10T14:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26c3cd82529836cb5b6eefbf7f92f318fd91f847'/>
<id>26c3cd82529836cb5b6eefbf7f92f318fd91f847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dialyzer, observer: Use portable lookup of home directory</title>
<updated>2017-03-02T14:33:44+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-03-02T14:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=74e9234a87f6fac98900201a481696b31df2bdab'/>
<id>74e9234a87f6fac98900201a481696b31df2bdab</id>
<content type='text'>
Use init:get_argument(home) to find the location of the home
directory. That will work on all platforms (including Windows).

Note that the run-time system will fail to start if HOME
(or the equivalent on Windows) is not set. Therefore, it can
be assumed that init:get_argument(home) will not fail.

ERL-161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use init:get_argument(home) to find the location of the home
directory. That will work on all platforms (including Windows).

Note that the run-time system will fail to start if HOME
(or the equivalent on Windows) is not set. Therefore, it can
be assumed that init:get_argument(home) will not fail.

ERL-161
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix observer term conversion error spelling</title>
<updated>2017-02-08T11:09:08+00:00</updated>
<author>
<name>Dave Jeffrey</name>
<email>dj@sopost.com</email>
</author>
<published>2017-02-08T11:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8fa95e4cc7b127ca2cd7dfeeed7111bc70874ec1'/>
<id>8fa95e4cc7b127ca2cd7dfeeed7111bc70874ec1</id>
<content type='text'>
In the observer UI, when inspecting state, the error given when attempting to convert a bad term contains a spelling mistake.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the observer UI, when inspecting state, the error given when attempting to convert a bad term contains a spelling mistake.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix observer application crash (#1296)</title>
<updated>2017-01-26T10:18:12+00:00</updated>
<author>
<name>visciang</name>
<email>giovanni_visciano@yahoo.it</email>
</author>
<published>2017-01-26T10:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=15dd52f771314b6eade47314afcd8b3206c694b1'/>
<id>15dd52f771314b6eade47314afcd8b3206c694b1</id>
<content type='text'>
Fix observer application crash

When clicking an HTML-link to a port before the port tab has been opened for the first time, observer would crash since port info is not initiated. This is now corrected.

Also, when clicking on an HTML link to a port, and the port does not exist,
then pop up an info dialog saying "No such port". 

OTP-14151</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix observer application crash

When clicking an HTML-link to a port before the port tab has been opened for the first time, observer would crash since port info is not initiated. This is now corrected.

Also, when clicking on an HTML link to a port, and the port does not exist,
then pop up an info dialog saying "No such port". 

OTP-14151</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cdv/multi-line-slogan/ERL-318/OTP-14093' into maint</title>
<updated>2016-12-20T08:39:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-20T08:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f0152387b96dc0c2ce5ecf7805fc435cb400356e'/>
<id>f0152387b96dc0c2ce5ecf7805fc435cb400356e</id>
<content type='text'>
* siri/cdv/multi-line-slogan/ERL-318/OTP-14093:
  [crashdump_viewer] Allow multiple lines in Slogan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cdv/multi-line-slogan/ERL-318/OTP-14093:
  [crashdump_viewer] Allow multiple lines in Slogan
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/etop/cpu-per-interval/OTP-14090' into maint</title>
<updated>2016-12-20T08:35:04+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-20T08:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ec809d53049d956869f9c17e1eef207c4cc1ed4'/>
<id>5ec809d53049d956869f9c17e1eef207c4cc1ed4</id>
<content type='text'>
* siri/etop/cpu-per-interval/OTP-14090:
  [etop] Show CPU utilization for last interval only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/etop/cpu-per-interval/OTP-14090:
  [etop] Show CPU utilization for last interval only
</pre>
</div>
</content>
</entry>
<entry>
<title>[crashdump_viewer] Allow multiple lines in Slogan</title>
<updated>2016-12-14T16:09:25+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-14T16:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f4a441331b5be0235d6b96bc25e3f904c2c9ea6d'/>
<id>f4a441331b5be0235d6b96bc25e3f904c2c9ea6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[etop] Show CPU utilization for last interval only</title>
<updated>2016-12-12T15:34:32+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-12T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40e5a09362042adfccc5964bde48a2dce27373fd'/>
<id>40e5a09362042adfccc5964bde48a2dce27373fd</id>
<content type='text'>
Since commit 265998a7e412cd382315632964846569c370a5a2, etop reports
the CPU (scheduler) utilization since the tool was started instead of
for the last interval only. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since commit 265998a7e412cd382315632964846569c370a5a2, etop reports
the CPU (scheduler) utilization since the tool was started instead of
for the last interval only. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-12-09T10:45:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-09T10:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc0427be6d482182ec70f3cd87c73027cfb17ea9'/>
<id>fc0427be6d482182ec70f3cd87c73027cfb17ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
