~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2004</year><year>2009</year>
 
7
      <year>2004</year><year>2010</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
13
13
      compliance with the License. You should have received a copy of the
14
14
      Erlang Public License along with this software. If not, it can be
15
15
      retrieved online at http://www.erlang.org/.
16
 
    
 
16
 
17
17
      Software distributed under the License is distributed on an "AS IS"
18
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
19
19
      the License for the specific language governing rights and limitations
20
20
      under the License.
21
 
    
 
21
 
22
22
    </legalnotice>
23
23
 
24
24
    <title>Observer Release Notes</title>
31
31
  <p>This document describes the changes made to the Observer
32
32
    application.</p>
33
33
 
 
34
<section><title>Observer 0.9.9</title>
 
35
 
 
36
    <section><title>Improvements and New Features</title>
 
37
      <list>
 
38
        <item>
 
39
          <p>
 
40
            The time needed for loading a crashump into the crashdump
 
41
            viewer would earlier grow exponentially with the size of
 
42
            the crashdump file. Reading a file of 20M would take a
 
43
            couple of minutes, and for a dump of 250M it would take
 
44
            between 1 and 2 hours. This has been solved.</p>
 
45
          <p>
 
46
            Earlier, all processes, timers, funs or ets-tables would
 
47
            be loaded into the memory of the crashdump viewer node
 
48
            before sending it on to the web server. This has been
 
49
            changed and the pages are now sent to the web server in
 
50
            chunks.</p>
 
51
          <p>
 
52
            A security function in newer web browsers prevents a full
 
53
            file path to be sent from an HTML file input field, i.e.
 
54
            the field needed to implement the "Browse" button when
 
55
            loading a file into the crashdump viewer. To overcome
 
56
            this, the file input field is no longer used. Instead a
 
57
            normal text input field is used, and the user needs to
 
58
            manually insert the complete file path. For convenience,
 
59
            a shell script and a batch file are added to the observer
 
60
            application. These can be used to start the
 
61
            crashdump_viewer and a browser and load a file - with the
 
62
            file name given from the command line. The shell script
 
63
            and batch file are called cdv and cdv.bat respectively,
 
64
            and can be found in the priv dir of the observer
 
65
            application.</p>
 
66
          <p>
 
67
            Own Id: OTP-9051 Aux Id: seq11789 </p>
 
68
        </item>
 
69
      </list>
 
70
    </section>
 
71
 
 
72
</section>
 
73
 
 
74
<section><title>Observer 0.9.8.4</title>
 
75
 
 
76
    <section><title>Improvements and New Features</title>
 
77
      <list>
 
78
        <item>
 
79
          <p>
 
80
            The multitrace.erl installation example file is now
 
81
            installed in the examples directory. (Thanks to Peter
 
82
            Lemenkov.)</p>
 
83
          <p>
 
84
            Own Id: OTP-8857</p>
 
85
        </item>
 
86
      </list>
 
87
    </section>
 
88
 
 
89
</section>
 
90
 
 
91
<section><title>Observer 0.9.8.3</title>
 
92
 
 
93
    <section><title>Improvements and New Features</title>
 
94
      <list>
 
95
        <item>
 
96
          <p>
 
97
            The test suite has been updated for R14A.</p>
 
98
          <p>
 
99
            Own Id: OTP-8708</p>
 
100
        </item>
 
101
      </list>
 
102
    </section>
 
103
 
 
104
</section>
 
105
 
 
106
<section><title>Observer 0.9.8.2</title>
 
107
 
 
108
    <section><title>Improvements and New Features</title>
 
109
      <list>
 
110
        <item>
 
111
          <p>
 
112
            Misc updates</p>
 
113
          <p>
 
114
            Own Id: OTP-8456</p>
 
115
        </item>
 
116
      </list>
 
117
    </section>
 
118
 
 
119
</section>
 
120
 
34
121
<section><title>Observer 0.9.8.1</title>
35
122
 
36
123
    <section><title>Improvements and New Features</title>