diff options
author | Björn-Egil Dahlberg <[email protected]> | 2011-12-08 17:24:29 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2011-12-08 17:24:29 +0100 |
commit | 025a4d7faeb26c3d01b0a8148d3c2214ab838e9f (patch) | |
tree | 778088f28cb0eea074180e24bd6dbe5248936b2f | |
parent | 5211d586d2c74a69bbefc2cdb7c22163d610b9f6 (diff) | |
download | otp-025a4d7faeb26c3d01b0a8148d3c2214ab838e9f.tar.gz otp-025a4d7faeb26c3d01b0a8148d3c2214ab838e9f.tar.bz2 otp-025a4d7faeb26c3d01b0a8148d3c2214ab838e9f.zip |
Update system readme to reflect R15B
-rw-r--r-- | system/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/README b/system/README index 234fc23dbd..b8ff18119d 100644 --- a/system/README +++ b/system/README @@ -1,7 +1,7 @@ -Erlang/OTP March 11, 2011 +Erlang/OTP December 8, 2011 -LAST MINUTE INFORMATION -- Release of Erlang 5.8.3/OTP R14B02 +Release of Erlang 5.9/OTP R15B 1. GENERAL @@ -35,14 +35,15 @@ LAST MINUTE INFORMATION -- Release of Erlang 5.8.3/OTP R14B02 R11B-1). BEAM files from R10B or earlier are not supported. To get the best performance, you should recompile your - application code with the R14B02 compiler. + application code with the R15B compiler. 2. NOTES ABOUT THE SOLARIS VERSION ------------------------------- -2.1 For the Sparc Solaris environment, Solaris8 (2.8) and above is - supported. The emulator doesn't run on older Solaris versions. +2.1 For the Sparc Solaris environment, Solaris10 (2.10) and above is + supported. The emulator runs on older Solaris 8 (2.8) versions + and above. Older Solaris versions are neither tested nor supported. Also an Ultrasparc (sun4u architecture) is required. @@ -61,7 +62,7 @@ LAST MINUTE INFORMATION -- Release of Erlang 5.8.3/OTP R14B02 4.1 The following linux distributions/version combinations are supported and tested: - Suse 9.4 x86, Suse 10.1 x86, Suse 10.1 x86_64 + SuSE 10.1 x86, SuSE 10.1 x86_64, SuSE 11.0 x86, SuSE 11.0 x86_64 5. APPLICATIONS NOTES ------------------ |