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

« back to all changes in this revision

Viewing changes to lib/runtime_tools/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>Runtime_Tools Release Notes</title>
31
31
  <p>This document describes the changes made to the Runtime_Tools
32
32
    application.</p>
33
33
 
 
34
<section><title>Runtime_Tools 1.8.5</title>
 
35
 
 
36
    <section><title>Improvements and New Features</title>
 
37
      <list>
 
38
        <item>
 
39
          <p>
 
40
            When a big number of trace patterns are set by inviso the
 
41
            Erlang VM could get unresponsive for several seconds.
 
42
            This is now corrected.</p>
 
43
          <p>
 
44
            Own Id: OTP-9048 Aux Id: seq11480 </p>
 
45
        </item>
 
46
      </list>
 
47
    </section>
 
48
 
 
49
</section>
 
50
 
 
51
<section><title>Runtime_Tools 1.8.4.1</title>
 
52
 
 
53
    <section><title>Fixed Bugs and Malfunctions</title>
 
54
      <list>
 
55
        <item>
 
56
          <p>
 
57
            Minor corrections and removal of a temporary workaround.</p>
 
58
          <p>
 
59
            Own Id: OTP-8755 Aux Id: seq-11628, seq-11639 </p>
 
60
        </item>
 
61
        <item>
 
62
          <p>
 
63
            Small fix in inviso_autostart_server.</p>
 
64
          <p>
 
65
            Own Id: OTP-8783 Aux Id: seq11628 </p>
 
66
        </item>
 
67
      </list>
 
68
    </section>
 
69
 
 
70
</section>
 
71
 
 
72
<section><title>Runtime_Tools 1.8.4</title>
 
73
 
 
74
    <section><title>Improvements and New Features</title>
 
75
      <list>
 
76
        <item>
 
77
          <p>
 
78
            Miscellaneous updates.</p>
 
79
          <p>
 
80
            Own Id: OTP-8705</p>
 
81
        </item>
 
82
      </list>
 
83
    </section>
 
84
 
 
85
</section>
 
86
 
 
87
<section><title>Runtime_Tools 1.8.3</title>
 
88
 
 
89
    <section><title>Improvements and New Features</title>
 
90
      <list>
 
91
        <item>
 
92
            <p>Cross compilation improvements and other build system
 
93
            improvements.</p>
 
94
            <p>Most notable:</p> <list><item> Lots of cross
 
95
            compilation improvements. The old cross compilation
 
96
            support was more or less non-existing as well as broken.
 
97
            Please, note that the cross compilation support should
 
98
            still be considered as experimental. Also note that old
 
99
            cross compilation configurations cannot be used without
 
100
            modifications. For more information on cross compiling
 
101
            Erlang/OTP see the <c>$ERL_TOP/INSTALL-CROSS.md</c> file.
 
102
            </item><item> Support for staged install using <url
 
103
            href="http://www.gnu.org/prep/standards/html_node/DESTDIR.html">DESTDIR</url>.
 
104
            The old broken <c>INSTALL_PREFIX</c> has also been fixed.
 
105
            For more information see the <c>$ERL_TOP/INSTALL.md</c>
 
106
            file. </item><item> Documentation of the <c>release</c>
 
107
            target of the top <c>Makefile</c>. For more information
 
108
            see the <c>$ERL_TOP/INSTALL.md</c> file. </item><item>
 
109
            <c>make install</c> now by default creates relative
 
110
            symbolic links instead of absolute ones. For more
 
111
            information see the <c>$ERL_TOP/INSTALL.md</c> file.
 
112
            </item><item> <c>$ERL_TOP/configure --help=recursive</c>
 
113
            now works and prints help for all applications with
 
114
            <c>configure</c> scripts. </item><item> Doing <c>make
 
115
            install</c>, or <c>make release</c> directly after
 
116
            <c>make all</c> no longer triggers miscellaneous
 
117
            rebuilds. </item><item> Existing bootstrap system is now
 
118
            used when doing <c>make install</c>, or <c>make
 
119
            release</c> without a preceding <c>make all</c>.
 
120
            </item><item> The <c>crypto</c> and <c>ssl</c>
 
121
            applications use the same runtime library path when
 
122
            dynamically linking against <c>libssl.so</c> and
 
123
            <c>libcrypto.so</c>. The runtime library search path has
 
124
            also been extended. </item><item> The <c>configure</c>
 
125
            scripts of <c>erl_interface</c> and <c>odbc</c> now
 
126
            search for thread libraries and thread library quirks the
 
127
            same way as <c>erts</c> do. </item><item> The
 
128
            <c>configure</c> script of the <c>odbc</c> application
 
129
            now also looks for odbc libraries in <c>lib64</c> and
 
130
            <c>lib/64</c> directories when building on a 64-bit
 
131
            system. </item><item> The <c>config.h.in</c> file in the
 
132
            <c>erl_interface</c> application is now automatically
 
133
            generated in instead of statically updated which reduces
 
134
            the risk of <c>configure</c> tests without any effect.
 
135
            </item></list>
 
136
            <p>(Thanks to Henrik Riomar for suggestions and
 
137
            testing)</p>
 
138
            <p>(Thanks to Winston Smith for the AVR32-Linux cross
 
139
            configuration and testing)</p>
 
140
          <p>
 
141
            *** POTENTIAL INCOMPATIBILITY ***</p>
 
142
          <p>
 
143
            Own Id: OTP-8323</p>
 
144
        </item>
 
145
        <item>
 
146
          <p>
 
147
            Cleanups suggested by tidier and modernization of types
 
148
            and specs.</p>
 
149
          <p>
 
150
            Own Id: OTP-8455</p>
 
151
        </item>
 
152
      </list>
 
153
    </section>
 
154
 
 
155
</section>
 
156
 
34
157
<section><title>Runtime_Tools 1.8.2</title>
35
158
 
36
159
    <section><title>Improvements and New Features</title>