From cbad5f287f632b8d0938dd78a97410d3745a12f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 19 Feb 2010 14:07:26 +0000 Subject: Update release notes --- lib/asn1/doc/src/notes.xml | 110 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 107 insertions(+), 3 deletions(-) diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 861de05a59..5eadb0c90c 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/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. - + asn1 Release Notes @@ -31,6 +31,110 @@

This document describes the changes made to the asn1 application.

+
Asn1 1.6.13 + +
Fixed Bugs and Malfunctions + + +

+ Harmless buffer overflow by one byte in asn1 and + ram_file_drv.

+

+ Own Id: OTP-8451

+
+
+
+ + +
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

+
+ +

+ Add support for prefixing macro names generated by the + compiler

+

+ This is useful when multiple protocols that contains + macros with identical names are included in a single + module.

+

+ Add the missing record_name_prefix compiler option + to the documentation.

+

+ Own Id: OTP-8453

+
+ +

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

+

+ Own Id: OTP-8455

+
+ +

+ Support for EXTENSIBILITY IMPLIED and SET/SEQ + OF NamedType is added.

+

+ Own Id: OTP-8463

+
+
+
+ +
+
Asn1 1.6.12
Improvements and New Features -- cgit v1.2.3