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

« back to all changes in this revision

Viewing changes to lib/xmerl/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>Xmerl Release Notes</title>
31
31
  <p>This document describes the changes made to the Xmerl application.</p>
32
32
 
33
33
 
 
34
<section><title>Xmerl 1.2.8</title>
 
35
 
 
36
    <section><title>Fixed Bugs and Malfunctions</title>
 
37
      <list>
 
38
        <item>
 
39
            <p> The function xmerl_lib:expand_content/1 is mainly for
 
40
            expanding Simple XML, but can also handle xmerl records.
 
41
            This patch fixes an omission that caused expand_content/1
 
42
            to not maintain the parents list when expanding
 
43
            #xmlElement{} records. (Thanks to Ulf Wiger) </p>
 
44
          <p>
 
45
            Own Id: OTP-9034</p>
 
46
        </item>
 
47
      </list>
 
48
    </section>
 
49
 
 
50
 
 
51
    <section><title>Improvements and New Features</title>
 
52
      <list>
 
53
        <item>
 
54
            <p> Removed some dialyzer warnings. </p>
 
55
          <p>
 
56
            Own Id: OTP-9074</p>
 
57
        </item>
 
58
      </list>
 
59
    </section>
 
60
 
 
61
</section>
 
62
 
 
63
<section><title>Xmerl 1.2.7</title>
 
64
 
 
65
    <section><title>Fixed Bugs and Malfunctions</title>
 
66
      <list>
 
67
        <item>
 
68
            <p> An empty element declared as simpleContent was not
 
69
            properly validated. </p>
 
70
          <p>
 
71
            Own Id: OTP-8599</p>
 
72
        </item>
 
73
        <item>
 
74
            <p> Fix format_man_pages so it handles all man sections
 
75
            and remove warnings/errors in various man pages. </p>
 
76
          <p>
 
77
            Own Id: OTP-8600</p>
 
78
        </item>
 
79
      </list>
 
80
    </section>
 
81
 
 
82
 
 
83
    <section><title>Improvements and New Features</title>
 
84
      <list>
 
85
        <item>
 
86
            <p> Fix entity checking so there are no fatal errors for
 
87
            undefined entities when option skip_external_dtd is used.
 
88
            </p>
 
89
          <p>
 
90
            Own Id: OTP-8947</p>
 
91
        </item>
 
92
      </list>
 
93
    </section>
 
94
 
 
95
</section>
 
96
 
 
97
<section><title>Xmerl 1.2.6</title>
 
98
 
 
99
    <section><title>Fixed Bugs and Malfunctions</title>
 
100
      <list>
 
101
        <item>
 
102
            <p> Fixed problem with hex entities in UTF-8 documents:
 
103
            When a document was in UTF-8 encoding, xmerl_scan
 
104
            improperly replaced hex entities by the UTF-8 bytes
 
105
            instead of returning the character, as it does with
 
106
            inline UTF-8 text and decimal entities. (Thanks to Paul
 
107
            Guyot.) </p>
 
108
          <p>
 
109
            Own Id: OTP-8697</p>
 
110
        </item>
 
111
      </list>
 
112
    </section>
 
113
 
 
114
</section>
 
115
 
 
116
<section><title>Xmerl 1.2.5</title>
 
117
 
 
118
    <section><title>Improvements and New Features</title>
 
119
      <list>
 
120
        <item>
 
121
          <p>
 
122
            All Erlang files are now built by the test server instead of the test directory Makefile.
 
123
          </p>
 
124
          <p>
 
125
            Erlang files in data directories are now built by the test suites instead of using 
 
126
            prebuilt versions under version control.
 
127
          </p>
 
128
          <p>
 
129
            Removed a number of obsolete guards.
 
130
          </p>
 
131
          <p>
 
132
            Own Id: OTP-8537
 
133
          </p>
 
134
        </item>
 
135
        <item>
 
136
          <p>
 
137
           An empty element declared as a simpleContent was not properly validated.
 
138
          </p>
 
139
          <p>
 
140
            Own Id: OTP-8599
 
141
          </p>
 
142
        </item>
 
143
      </list>
 
144
    </section>
 
145
 
 
146
</section>
 
147
 
 
148
<section><title>Xmerl 1.2.4</title>
 
149
 
 
150
    <section><title>Improvements and New Features</title>
 
151
      <list>
 
152
        <item>
 
153
            <p>Updated the documentation Makefile to work with the 
 
154
               new documentation build process.</p>
 
155
            <p>
 
156
            Own Id: OTP-8343</p>
 
157
        </item>
 
158
      </list>
 
159
    </section>
 
160
 
 
161
</section>
34
162
 
35
163
 
36
164
<section><title>Xmerl 1.2.3</title>
40
168
        <item>
41
169
          <p>
42
170
            A continuation clause of <c>parse_reference/3</c> had
43
 
            it's parameters in wrong order.</p>
 
171
            its parameters in wrong order.</p>
44
172
          <p>
45
173
            Own Id: OTP-8251 Aux Id: seq11429 </p>
46
174
        </item>