aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/doc/src/notes_history.xml
blob: 2300983131744c43805578552409a47fef4704e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2006</year>
      <year>2011</year>
      <holder>Ericsson AB, All Rights Reserved</holder>
    </copyright>
    <legalnotice>
  The contents of this file are subject to the Erlang Public License,
  Version 1.1, (the "License"); you may not use this file except in
  compliance with the License. You should have received a copy of the
  Erlang Public License along with this software. If not, it can be
  retrieved online at http://www.erlang.org/.

  Software distributed under the License is distributed on an "AS IS"
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  the License for the specific language governing rights and limitations
  under the License.

  The Initial Developer of the Original Code is Ericsson AB.
    </legalnotice>

    <title>Observer Release Notes History</title>
    <prepared>otp_appnotes</prepared>
    <docno>nil</docno>
    <date>nil</date>
    <rev>nil</rev>
  </header>

  <section>
    <title>Observer 0.9.6 (OTP R10B)</title>

    <section>
      <title>Fixed Bugs and Malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Bugfix: <c>ttb:p/2</c> can now take the flag <c>clear</c>.</p>
          <p>Bugfix: <c>ttb:format/1,2</c> can now handle trace of
            messages sent to a process addressed with
            <c>{ProcName,Node}</c>.</p>
          <p>Own Id: OTP-4967</p>
        </item>
        <item>
          <p><c>crashdump_viewer</c>: Atoms are shown 100 at the time
            to avoid the browser hanging/timing out.</p>
          <p>Own Id: OTP-5027</p>
        </item>
      </list>
    </section>

    <section>
      <title>Improvements and New Features</title>
      <list type="bulleted">
        <item>
          <p><c>crashdump_viewer</c>:</p>
          <list type="bulleted">
            <item>The 'Name' and 'Spawned as' columns are merged into
             one column showing name if it exists, else initial
             function.</item>
            <item>Added more warnings if the dump is truncated.</item>
            <item>To avoid that the browser times out during
             reading/translating when the dump is really big, a
             temporary page is shown which redirects to the start page
             when ready.</item>
          </list>
          <p>Own Id: OTP-4975</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Observer 0.9.5 (R9C)</title>

    <section>
      <title>Fixed Bugs and Malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Minor updates to <c>etop</c> GUI.</p>
          <p><c>etop</c> now also works on <c>nonode@nohost</c> using
            <c>etop:start()</c>.</p>
          <p>Process info is added to the "to-process" in <c>send</c>
            trace messages</p>
          <p>Own Id: OTP-4735</p>
          <p></p>
        </item>
        <item>
          <p><c>crashdump_viewer</c> can now handle dumps created on
            Windows.</p>
          <p>Own Id: OTP-4750</p>
          <p></p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Observer 0.9.4</title>

    <section>
      <title>Improvements and New Features</title>
      <list type="bulleted">
        <item>
          <p>Added new tool: <c>crashdump_viewer</c>.</p>
          <p>Own Id: OTP-4654</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Observer 0.9.3 (OTP R9B)</title>

    <section>
      <title>Fixed Bugs and Malfunctions</title>
      <list type="bulleted">
        <item>
          <p>Added <c>priv</c> directory.</p>
          <p>Own Id: OTP-4527</p>
        </item>
      </list>
    </section>
  </section>

  <section>
    <title>Observer 0.9.2 (OTP R8B)</title>
    <p>This was Observer with the <c>crashdump_viewer</c> added for
      OTP R8B.</p>
  </section>

  <section>
    <title>Observer 0.9.1 (OTP R7B01/R8B)</title>
    <p>This was the first version of Observer for OTP R7B01 and R8B.</p>
  </section>

  <section>
    <title>Observer 0.9 (OTP-R9B)</title>
    <p>The Observer application is a collection of tools for tracing and
      investigation of distributed systems.</p>

    <section>
      <title>Known bugs and problems</title>
      <list type="bulleted">
        <item>Observer is still in beta stadium.</item>
      </list>
    </section>
  </section>
</chapter>