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/odbc/doc/src/notes.xml | 128 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 124 insertions(+), 4 deletions(-) (limited to 'lib/odbc') diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 1f9b3b4290..99584efec9 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/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. - + ODBC Release Notes @@ -31,7 +31,127 @@

This document describes the changes made to the odbc application.

-
ODBC 2.10.6 +
ODBC 2.10.7 + +
Fixed Bugs and Malfunctions + + +

+ The odbc application can now be compiled on FreeBSD. + (Thanks to Kenji Rikitake.)

+

+ Own Id: OTP-8444

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

+
+ +

The documentation is now possible to build in an open + source environment after a number of bugs are fixed and + some features are added in the documentation build + process.

+

- The arity calculation is updated.

+

- The module prefix used in the function names for + bif's are removed in the generated links so the links + will look like + "http://www.erlang.org/doc/man/erlang.html#append_element-2" + instead of + "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".

+

- Enhanced the menu positioning in the html + documentation when a new page is loaded.

+

- A number of corrections in the generation of man + pages (thanks to Sergei Golovan)

+

- The legal notice is taken from the xml book file so + OTP's build process can be used for non OTP + applications.

+

+ Own Id: OTP-8343

+
+ +

+ odbc:param_query() now properly indicates if nothing was + updated. (Thanks to Paul Oliver.)

+

+ Own Id: OTP-8347

+
+
+
+ + +
Known Bugs and Problems + + +

+ The ODBC test cases are failing for linux and MacOSX + There is problems with setting of options on + odbc-connections, and the odbcserver just exits with an + exit code.

+

+ Own Id: OTP-8407

+
+
+
+ +
+ +
ODBC 2.10.6
Fixed Bugs and Malfunctions -- cgit v1.2.3