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

« back to all changes in this revision

Viewing changes to lib/parsetools/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>1997</year><year>2009</year>
 
7
      <year>1997</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>Parsetools Release Notes</title>
30
30
  </header>
31
31
  <p>This document describes the changes made to the Parsetools application.</p>
32
32
 
 
33
<section><title>Parsetools 2.0.5</title>
 
34
 
 
35
    <section><title>Improvements and New Features</title>
 
36
      <list>
 
37
        <item>
 
38
            <p> The formating of Yecc's error messages has been
 
39
            improved. (Thanks to Joe Armstrong.) </p>
 
40
          <p>
 
41
            Own Id: OTP-8919</p>
 
42
        </item>
 
43
      </list>
 
44
    </section>
 
45
 
 
46
</section>
 
47
 
 
48
<section><title>Parsetools 2.0.4</title>
 
49
 
 
50
    <section><title>Fixed Bugs and Malfunctions</title>
 
51
      <list>
 
52
        <item>
 
53
            <p>Running HiPE-compiled Yecc parsers no longer results
 
54
            in a <c>function_clause</c> error.</p>
 
55
          <p>
 
56
            Own Id: OTP-8771</p>
 
57
        </item>
 
58
      </list>
 
59
    </section>
 
60
 
 
61
</section>
 
62
 
 
63
<section><title>Parsetools 2.0.3</title>
 
64
 
 
65
    <section><title>Fixed Bugs and Malfunctions</title>
 
66
      <list>
 
67
        <item>
 
68
            <p>Yecc failed to report reduce/reduce conflicts where
 
69
            one of the reductions involved the root symbol. This bug
 
70
            has been fixed. (Thanks to Manolis Papadakis.)</p>
 
71
          <p>
 
72
            Own Id: OTP-8483</p>
 
73
        </item>
 
74
        <item>
 
75
            <p>A bug introduced in Parsetools 1.4.4 (R12B-2) has been
 
76
            fixed. (Thanks to Manolis Papadakis.)</p>
 
77
          <p>
 
78
            Own Id: OTP-8486</p>
 
79
        </item>
 
80
      </list>
 
81
    </section>
 
82
 
 
83
</section>
 
84
 
 
85
<section><title>Parsetools 2.0.2</title>
 
86
 
 
87
    <section><title>Improvements and New Features</title>
 
88
      <list>
 
89
        <item>
 
90
          <p>
 
91
            Cleanups suggested by tidier and modernization of types
 
92
            and specs.</p>
 
93
          <p>
 
94
            Own Id: OTP-8455</p>
 
95
        </item>
 
96
      </list>
 
97
    </section>
 
98
 
 
99
</section>
 
100
 
33
101
<section><title>Parsetools 2.0.1</title>
34
102
 
35
103
    <section><title>Improvements and New Features</title>