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

« back to all changes in this revision

Viewing changes to lib/jinterface/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>2000</year><year>2009</year>
 
7
      <year>2000</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>Jinterface Release Notes</title>
30
30
  </header>
31
31
  <p>This document describes the changes made to the Jinterface application.</p>
32
32
 
 
33
<section><title>Jinterface 1.5.4</title>
 
34
 
 
35
    <section><title>Fixed Bugs and Malfunctions</title>
 
36
      <list>
 
37
        <item>
 
38
          <p>
 
39
            Some malformed distribution messages could cause VM to
 
40
            crash, this is now corrected.</p>
 
41
          <p>
 
42
            Own Id: OTP-8993</p>
 
43
        </item>
 
44
      </list>
 
45
    </section>
 
46
 
 
47
</section>
 
48
 
 
49
<section><title>Jinterface 1.5.3.2</title>
 
50
 
 
51
    <section><title>Improvements and New Features</title>
 
52
      <list>
 
53
        <item>
 
54
          <p>
 
55
            The OtpMbox class did not have a hash() method, which it
 
56
            should have because it overrides equals().</p>
 
57
          <p>
 
58
            Own Id: OTP-8854</p>
 
59
        </item>
 
60
      </list>
 
61
    </section>
 
62
 
 
63
</section>
 
64
 
 
65
<section><title>Jinterface 1.5.3.1</title>
 
66
 
 
67
    <section><title>Improvements and New Features</title>
 
68
      <list>
 
69
        <item>
 
70
          <p>
 
71
            An pom.xml file is now generated. (Thanks to Gabor
 
72
            Liptak.)</p>
 
73
          <p>
 
74
            Own Id: OTP-8841</p>
 
75
        </item>
 
76
      </list>
 
77
    </section>
 
78
 
 
79
</section>
 
80
 
 
81
<section><title>Jinterface 1.5.3</title>
 
82
 
 
83
    <section><title>Improvements and New Features</title>
 
84
      <list>
 
85
        <item>
 
86
            <p>The documentation is now possible to build in an open
 
87
            source environment after a number of bugs are fixed and
 
88
            some features are added in the documentation build
 
89
            process. </p>
 
90
            <p>- The arity calculation is updated.</p>
 
91
            <p>- The module prefix used in the function names for
 
92
            bif's are removed in the generated links so the links
 
93
            will look like
 
94
            "http://www.erlang.org/doc/man/erlang.html#append_element-2"
 
95
            instead of
 
96
            "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
 
97
            <p>- Enhanced the menu positioning in the html
 
98
            documentation when a new page is loaded.</p>
 
99
            <p>- A number of corrections in the generation of man
 
100
            pages (thanks to Sergei Golovan)</p>
 
101
            <p>- The legal notice is taken from the xml book file so
 
102
            OTP's build process can be used for non OTP
 
103
            applications.</p>
 
104
          <p>
 
105
            Own Id: OTP-8343</p>
 
106
        </item>
 
107
      </list>
 
108
    </section>
 
109
 
 
110
</section>
 
111
 
33
112
<section><title>Jinterface 1.5.2</title>
34
113
 
35
114
    <section><title>Improvements and New Features</title>