From 745b99ab510ed85ce7ff4b77c83f6c501b24c5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 19 Feb 2010 11:39:38 +0000 Subject: Update release notes --- lib/runtime_tools/doc/src/notes.xml | 76 +++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 3 deletions(-) (limited to 'lib/runtime_tools/doc') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 3262e4819b..9eb13727c7 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -4,7 +4,7 @@
- 20042009 + 20042010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + Runtime_Tools Release Notes @@ -31,6 +31,76 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.8.3 + +
Improvements and New Features + + +

Cross compilation improvements and other build system + improvements.

+

Most notable:

Lots of cross + compilation improvements. The old cross compilation + support was more or less non-existing as well as broken. + Please, note that the cross compilation support should + still be considered as experimental. Also note that old + cross compilation configurations cannot be used without + modifications. For more information on cross compiling + Erlang/OTP see the $ERL_TOP/INSTALL-CROSS.md file. + Support for staged install using DESTDIR. + The old broken INSTALL_PREFIX has also been fixed. + For more information see the $ERL_TOP/INSTALL.md + file. Documentation of the release + target of the top Makefile. For more information + see the $ERL_TOP/INSTALL.md file. + make install now by default creates relative + symbolic links instead of absolute ones. For more + information see the $ERL_TOP/INSTALL.md file. + $ERL_TOP/configure --help=recursive + now works and prints help for all applications with + configure scripts. Doing make + install, or make release directly after + make all no longer triggers miscellaneous + rebuilds. Existing bootstrap system is now + used when doing make install, or make + release without a preceding make all. + The crypto and ssl + applications use the same runtime library path when + dynamically linking against libssl.so and + libcrypto.so. The runtime library search path has + also been extended. The configure + scripts of erl_interface and odbc now + search for thread libraries and thread library quirks the + same way as erts do. The + configure script of the odbc application + now also looks for odbc libraries in lib64 and + lib/64 directories when building on a 64-bit + system. The config.h.in file in the + erl_interface application is now automatically + generated in instead of statically updated which reduces + the risk of configure tests without any effect. + +

(Thanks to Henrik Riomar for suggestions and + testing)

+

(Thanks to Winston Smith for the AVR32-Linux cross + configuration and testing)

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-8323

+
+ +

+ Cleanups suggested by tidier and modernization of types + and specs.

+

+ Own Id: OTP-8455

+
+
+
+ +
+
Runtime_Tools 1.8.2
Improvements and New Features -- cgit v1.2.3