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

« back to all changes in this revision

Viewing changes to system/README

  • 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:
 
1
Erlang/OTP                                               March 11, 2011
 
2
 
 
3
 
 
4
LAST MINUTE INFORMATION -- Release of Erlang 5.8.3/OTP R14B02
 
5
 
 
6
 
 
7
1.      GENERAL
 
8
        -------
 
9
 
 
10
1.1     Installation Guide
 
11
 
 
12
        The installation guide can be found in
 
13
 
 
14
                <inst-root>doc/installation_guide/users_guide.html
 
15
 
 
16
1.2     Java
 
17
 
 
18
        The Java sources were compiled using Java version 1.5.
 
19
 
 
20
1.3     Disk space
 
21
 
 
22
        An installation of Erlang/OTP needs approximately 300 MB of
 
23
        disk space.
 
24
 
 
25
1.4     The package contains HTML documentation. You can also get this
 
26
        documentation preformatted for printing in PDF format from
 
27
 
 
28
            http://www.erlang.se/doc/
 
29
 
 
30
        This site also contains HTML documentation for older releases
 
31
        as a reference.
 
32
 
 
33
1.5     The Erlang system can run old BEAM files compiled with R11B-2
 
34
        or later (and almost all BEAM files compiled with R11B-0 or
 
35
        R11B-1). BEAM files from R10B or earlier are not supported.
 
36
 
 
37
        To get the best performance, you should recompile your
 
38
        application code with the R14B02 compiler.
 
39
 
 
40
 
 
41
2.      NOTES ABOUT THE SOLARIS VERSION
 
42
        -------------------------------
 
43
 
 
44
2.1     For the Sparc Solaris environment, Solaris8 (2.8) and above is 
 
45
        supported. The emulator doesn't run on older Solaris versions.
 
46
        Also an Ultrasparc (sun4u architecture) is required.
 
47
 
 
48
 
 
49
3.      NOTES ABOUT THE VXWORKS VERSION
 
50
        -------------------------------
 
51
 
 
52
3.1     The platform VxWorks is discontinued in the sense that only the 
 
53
        libraries (erl_interface and ic's libraries) are supported. Running
 
54
        the Erlang emulator on VxWorks might still possible but it's no longer
 
55
        maintained. The VxWorks release is still packaged as a full release,
 
56
        but no support will be available for anything but the communication libraries. 
 
57
 
 
58
4       NOTES ABOUT THE LINUX VERSIONS
 
59
        -----------------------------
 
60
 
 
61
4.1     The following linux distributions/version combinations are supported 
 
62
        and tested:
 
63
        
 
64
        Suse 9.4 x86, Suse 10.1 x86, Suse 10.1 x86_64
 
65
 
 
66
5.      APPLICATIONS NOTES
 
67
        ------------------
 
68
 
 
69
 
 
70
6.      MORE INFORMATION
 
71
        ----------------
 
72
 
 
73
        Commercial customers please visit http://www.erlang.se to find 
 
74
        releases and more information. Commercial support is given through
 
75
        support@erlang.ericsson.se.
 
76
 
 
77
        Open source users please visit http://www.erlang.org and direct 
 
78
        problems to the open source community through the mailing list.