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

« back to all changes in this revision

Viewing changes to lib/ic/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>1998</year><year>2010</year>
 
7
      <year>1998</year><year>2011</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
30
30
    <file>notes.xml</file>
31
31
  </header>
32
32
 
 
33
   <section><title>IC 4.2.29</title>
 
34
 
 
35
    <section><title>Improvements and New Features</title>
 
36
      <list>
 
37
        <item>
 
38
            <p>Erlang/OTP can now be built using parallel make if you
 
39
            limit the number of jobs, for instance using '<c>make
 
40
            -j6</c>' or '<c>make -j10</c>'. '<c>make -j</c>' does not
 
41
            work at the moment because of some missing
 
42
            dependencies.</p>
 
43
          <p>
 
44
            Own Id: OTP-9451</p>
 
45
        </item>
 
46
      </list>
 
47
    </section>
 
48
 
 
49
</section>
 
50
 
 
51
<section>
 
52
    <title>IC 4.2.28</title>
 
53
 
 
54
    <section>
 
55
      <title>Fixed Bugs and Malfunctions</title>
 
56
      <list type="bulleted">
 
57
        <item>
 
58
          <p>
 
59
            Incorrect use of ets:match changed to ets:match_object.</p>
 
60
          <p>
 
61
            Own Id: OTP-9630 </p>
 
62
        </item>
 
63
      </list>
 
64
    </section>
 
65
   </section>
 
66
 
 
67
   <section>
 
68
    <title>IC 4.2.27</title>
 
69
 
 
70
    <section>
 
71
      <title>Improvements and New Features</title>
 
72
      <list type="bulleted">
 
73
        <item>
 
74
          <p>
 
75
            Reduced compile overhead (Thanks to Haitao Li).</p>
 
76
          <p>
 
77
            Own Id: OTP-9460 </p>
 
78
        </item>
 
79
      </list>
 
80
    </section>
 
81
   </section>
 
82
 
 
83
   <section>
 
84
    <title>IC 4.2.26</title>
 
85
 
 
86
    <section>
 
87
      <title>Improvements and New Features</title>
 
88
      <list type="bulleted">
 
89
        <item>
 
90
          <p>
 
91
            Partial support for recursive structs and unions. Only available
 
92
            for the erl_corba backend and requires that Light IFR is used.
 
93
            I.e. the IC option {light_ifr, true} and that Orber is configured
 
94
            in such a way that Light IFR is activated. Recursive TypeCode is
 
95
            currently not supported.</p>
 
96
          <p>
 
97
            Own Id: OTP-8868 Aux Id: seq11633</p>
 
98
        </item>
 
99
      </list>
 
100
    </section>
 
101
   </section>
 
102
 
33
103
   <section>
34
104
    <title>IC 4.2.25</title>
35
105