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

« back to all changes in this revision

Viewing changes to lib/debugger/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>Debugger Release Notes</title>
32
32
  <p>This document describes the changes made to the Debugger
33
33
    application.</p>
34
34
 
 
35
<section><title>Debugger 3.2.6</title>
 
36
 
 
37
    <section><title>Improvements and New Features</title>
 
38
      <list>
 
39
        <item>
 
40
          <p>
 
41
            Fix issues reported by dialyzer.</p>
 
42
          <p>
 
43
            Own Id: OTP-9107</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
</section>
 
49
 
 
50
<section><title>Debugger 3.2.5</title>
 
51
 
 
52
    <section><title>Improvements and New Features</title>
 
53
      <list>
 
54
        <item>
 
55
            <p>Miscellaneous updates</p>
 
56
          <p>
 
57
            Own Id: OTP-8976</p>
 
58
        </item>
 
59
      </list>
 
60
    </section>
 
61
 
 
62
</section>
 
63
 
 
64
<section><title>Debugger 3.2.4</title>
 
65
 
 
66
    <section><title>Improvements and New Features</title>
 
67
      <list>
 
68
        <item>
 
69
          <p>
 
70
            Type specs have been added/cleaned up. (Thanks to Kostis
 
71
            Sagonas.)</p>
 
72
          <p>
 
73
            Own Id: OTP-8757</p>
 
74
        </item>
 
75
      </list>
 
76
    </section>
 
77
 
 
78
</section>
 
79
 
 
80
<section><title>Debugger 3.2.3</title>
 
81
 
 
82
    <section><title>Improvements and New Features</title>
 
83
      <list>
 
84
        <item>
 
85
          <p>
 
86
            Warnings due to new autoimported BIFs removed</p>
 
87
          <p>
 
88
            Own Id: OTP-8674 Aux Id: OTP-8579 </p>
 
89
        </item>
 
90
        <item>
 
91
          <p>
 
92
            The predefined builtin type tid() has been removed.
 
93
            Instead, ets:tid() should be used.</p>
 
94
          <p>
 
95
            *** POTENTIAL INCOMPATIBILITY ***</p>
 
96
          <p>
 
97
            Own Id: OTP-8687</p>
 
98
        </item>
 
99
      </list>
 
100
    </section>
 
101
 
 
102
</section>
 
103
 
 
104
<section><title>Debugger 3.2.2</title>
 
105
 
 
106
    <section><title>Fixed Bugs and Malfunctions</title>
 
107
      <list>
 
108
        <item>
 
109
          <p>
 
110
            Bugs have been fixed in the evaluation of comprehensions
 
111
            and short-circuit expressions in guards.</p>
 
112
          <p>
 
113
            Own Id: OTP-8310</p>
 
114
        </item>
 
115
      </list>
 
116
    </section>
 
117
 
 
118
    <section><title>Improvements and New Features</title>
 
119
      <list>
 
120
        <item>
 
121
          <p>
 
122
            Miscellaneous corrections of the WX version of the
 
123
            debugger.</p>
 
124
          <p>
 
125
            Own Id: OTP-8346</p>
 
126
        </item>
 
127
      </list>
 
128
    </section>
 
129
 
 
130
</section>
 
131
 
35
132
<section><title>Debugger 3.2.1</title>
36
133
 
37
134
    <section><title>Improvements and New Features</title>