~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/observer/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2004</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Observer Release Notes</title>
 
27
    <prepared>otp_appnotes</prepared>
 
28
    <docno>nil</docno>
 
29
    <date>nil</date>
 
30
    <rev>nil</rev>
 
31
  </header>
 
32
  <p>This document describes the changes made to the Observer
 
33
    application.</p>
 
34
 
 
35
  <section>
 
36
    <title>Observer 0.9.7.4</title>
 
37
 
 
38
    <section>
 
39
      <title>Improvements and New Features</title>
 
40
      <list type="bulleted">
 
41
        <item>
 
42
          <p>Minor Makefile changes.</p>
 
43
          <p>Own Id: OTP-6689</p>
 
44
        </item>
 
45
        <item>
 
46
          <p>Obsolete guard tests (such as list()) have been replaced
 
47
            with the modern guard tests (such as is_list()).</p>
 
48
          <p>Own Id: OTP-6725</p>
 
49
        </item>
 
50
      </list>
 
51
    </section>
 
52
  </section>
 
53
 
 
54
  <section>
 
55
    <title>Observer 0.9.7.3</title>
 
56
 
 
57
    <section>
 
58
      <title>Improvements and New Features</title>
 
59
      <list type="bulleted">
 
60
        <item>
 
61
          <p>This application has been updated to eliminate warnings
 
62
            by Dialyzer.</p>
 
63
          <p>Own Id: OTP-6551</p>
 
64
        </item>
 
65
      </list>
 
66
    </section>
 
67
  </section>
 
68
 
 
69
  <section>
 
70
    <title>Observer 0.9.7.2</title>
 
71
 
 
72
    <section>
 
73
      <title>Fixed Bugs and Malfunctions</title>
 
74
      <list type="bulleted">
 
75
        <item>
 
76
          <p>Several minor bugs and race conditions eliminated in the
 
77
            runtime_tools and observer applications.</p>
 
78
          <p>Own Id: OTP-6265</p>
 
79
        </item>
 
80
      </list>
 
81
    </section>
 
82
  </section>
 
83
 
 
84
  <section>
 
85
    <title>Observer 0.9.7.1</title>
 
86
 
 
87
    <section>
 
88
      <title>Fixed Bugs and Malfunctions</title>
 
89
      <list type="bulleted">
 
90
        <item>
 
91
          <p>Crash dump with large integers could crash the
 
92
            <c>crashdump_viewer</c>.</p>
 
93
          <p>Own Id: OTP-6301</p>
 
94
        </item>
 
95
      </list>
 
96
    </section>
 
97
  </section>
 
98
 
 
99
  <section>
 
100
    <title>Observer 0.9.7 (R11B)</title>
 
101
 
 
102
    <section>
 
103
      <title>Fixed Bugs and Malfunctions</title>
 
104
      <list type="bulleted">
 
105
        <item>
 
106
          <p>Fixed a bug in <c>etop</c> which made the Load and Memory
 
107
            information in the header incorrect -- for example the
 
108
            value shown for <c>binary</c> (memory allocated for
 
109
            binaries) was actually the number of currently running
 
110
            processes. (Thanks to Rikard Johansson.)</p>
 
111
          <p>Own Id: OTP-6075</p>
 
112
        </item>
 
113
      </list>
 
114
    </section>
 
115
  </section>
 
116
 
 
117
  <section>
 
118
    <title>Observer 0.9.6.2</title>
 
119
 
 
120
    <section>
 
121
      <title>Fixed Bugs and Malfunctions</title>
 
122
      <list type="bulleted">
 
123
        <item>
 
124
          <p>The Observer application has been recompiled because of
 
125
            a compiler bug.</p>
 
126
          <p>Own Id: OTP-5700</p>
 
127
        </item>
 
128
      </list>
 
129
    </section>
 
130
  </section>
 
131
 
 
132
  <section>
 
133
    <title>Observer 0.9.6.1</title>
 
134
 
 
135
    <section>
 
136
      <title>Fixed Bugs and Malfunctions</title>
 
137
      <list type="bulleted">
 
138
        <item>
 
139
          <p><c>crashdump_viewer</c> is faster when showing message,
 
140
            dictionary, and stack dump for large processes.</p>
 
141
          <p>Own Id: OTP-5408</p>
 
142
        </item>
 
143
      </list>
 
144
    </section>
 
145
  </section>
 
146
</chapter>
 
147