<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/observer, branch OTP-18.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2015-12-15T08:45:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-12-15T08:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f4a0ae1736216feac5ae053610644bba2e12ed34'/>
<id>f4a0ae1736216feac5ae053610644bba2e12ed34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2015-12-15T08:43:08+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-12-15T08:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4586435cd4ca0d3ad3aedd60f462aed8da589460'/>
<id>4586435cd4ca0d3ad3aedd60f462aed8da589460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Correct documentation</title>
<updated>2015-12-09T12:05:34+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-10-13T12:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e0e79218065458b816cd726bd637f1ecd00a882'/>
<id>3e0e79218065458b816cd726bd637f1ecd00a882</id>
<content type='text'>
Fix mistakes found by 'xmllint'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix mistakes found by 'xmllint'.
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Handle truncated binaries</title>
<updated>2015-12-04T13:52:33+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-12-04T13:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99f322eecb31ea23b7ff5dbb30c3b26f53bd6252'/>
<id>99f322eecb31ea23b7ff5dbb30c3b26f53bd6252</id>
<content type='text'>
Crashed when term was displayed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Crashed when term was displayed
</pre>
</div>
</content>
</entry>
<entry>
<title>cdv: Fix crashdump ets table type</title>
<updated>2015-10-27T08:51:40+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-10-12T13:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75b95b2e899baba8e254ec4742e0442ed4419efc'/>
<id>75b95b2e899baba8e254ec4742e0442ed4419efc</id>
<content type='text'>
The type was set in the wrong datastructure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type was set in the wrong datastructure.
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Show ets owner pid in crashdump viewers ets popup window</title>
<updated>2015-10-27T08:51:40+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-10-07T14:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc534440976691ded585e17bdeb92f0fa9a71876'/>
<id>dc534440976691ded585e17bdeb92f0fa9a71876</id>
<content type='text'>
Owner pid was silently ignored.
Bug fix supplied on erlang-bugs by Leo Liu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Owner pid was silently ignored.
Bug fix supplied on erlang-bugs by Leo Liu.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix capitalization of headings</title>
<updated>2015-09-23T18:23:06+00:00</updated>
<author>
<name>Rich Morin</name>
<email>rdm@cfcl.com</email>
</author>
<published>2015-09-23T18:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9066d71101d5ac78cdb9690c69d5f74de3e9d10e'/>
<id>9066d71101d5ac78cdb9690c69d5f74de3e9d10e</id>
<content type='text'>
Several initialisms (eg, ERTS, ETS, SMP) are used as headings.  They were being capitalized incorrectly,</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several initialisms (eg, ERTS, ETS, SMP) are used as headings.  They were being capitalized incorrectly,</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2015-06-23T08:24:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-06-23T08:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2955ddebc32837b66d9bacb4e925ad0ed0033168'/>
<id>2955ddebc32837b66d9bacb4e925ad0ed0033168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</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 'gomoripeti/observer_tv_no_refresh'</title>
<updated>2015-06-10T12:57:32+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2015-06-10T12:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=09255039607a53e2a74aa8ee1c6972982d647518'/>
<id>09255039607a53e2a74aa8ee1c6972982d647518</id>
<content type='text'>
* gomoripeti/observer_tv_no_refresh:
  Don't refresh observer table view if there was no change

OTP-12819
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gomoripeti/observer_tv_no_refresh:
  Don't refresh observer table view if there was no change

OTP-12819
</pre>
</div>
</content>
</entry>
</feed>
