~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

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>2010</year>
 
7
      <year>1997</year><year>2011</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
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.7</title>
 
34
 
 
35
    <section><title>Improvements and New Features</title>
 
36
      <list>
 
37
        <item>
 
38
          <p>
 
39
            Tuple funs (a two-element tuple with a module name and a
 
40
            function) are now officially deprecated and will be
 
41
            removed in R16. Use '<c>fun M:F/A</c>' instead. To make
 
42
            you aware that your system uses tuple funs, the very
 
43
            first time a tuple fun is applied, a warning will be sent
 
44
            to the error logger.</p>
 
45
          <p>
 
46
            Own Id: OTP-9649</p>
 
47
        </item>
 
48
      </list>
 
49
    </section>
 
50
 
 
51
</section>
 
52
 
 
53
<section><title>Parsetools 2.0.6</title>
 
54
 
 
55
    <section><title>Fixed Bugs and Malfunctions</title>
 
56
      <list>
 
57
        <item>
 
58
            <p>Dialyzer warnings have been removed. </p>
 
59
          <p>
 
60
            Own Id: OTP-8318</p>
 
61
        </item>
 
62
        <item>
 
63
          <p>
 
64
            yecc: add warnings_as_errors option(Thanks to Tuncer
 
65
            ayaz)</p>
 
66
          <p>
 
67
            Own Id: OTP-9376</p>
 
68
        </item>
 
69
        <item>
 
70
          <p>
 
71
            Fix incorrect order of pseudo variables in yecc example</p>
 
72
          <p>
 
73
            The example is for converting from infix to prefix. This
 
74
            change uses to correct ordering of the triplet. (Thanks
 
75
            to Garret Smith)</p>
 
76
          <p>
 
77
            Own Id: OTP-9484</p>
 
78
        </item>
 
79
        <item>
 
80
          <p>
 
81
            Implement or fix -Werror option</p>
 
82
          <p>
 
83
            If -Werror is enabled and there are warnings no output
 
84
            file is written. Also make sure that error/warning
 
85
            reporting is consistent. (Thanks to Tuncer Ayaz)</p>
 
86
          <p>
 
87
            Own Id: OTP-9536</p>
 
88
        </item>
 
89
        <item>
 
90
            <p> XML files have been corrected. </p>
 
91
          <p>
 
92
            Own Id: OTP-9550 Aux Id: OTP-9541 </p>
 
93
        </item>
 
94
      </list>
 
95
    </section>
 
96
 
 
97
</section>
 
98
 
33
99
<section><title>Parsetools 2.0.5</title>
34
100
 
35
101
    <section><title>Improvements and New Features</title>