1
1

Add three entries to the NEWS file's 1.2.3 section.

This commit was SVN r14885.
Этот коммит содержится в:
Tim Mattox 2007-06-05 21:18:07 +00:00
родитель ce0e9ac329
Коммит a5a7ccd7ec

10
NEWS
Просмотреть файл

@ -29,14 +29,9 @@ version 1.0.
Trunk (not on release branches yet)
-----------------------------------
- On OS X, when MACOSX_DEPLOYMENT_TARGET is 10.3 or higher, support
building the Fortran 90 bindings as a shared library. Thanks to
Jack Howarth for his advice on making this work.
- Use _NSGetEnviron instead of environ on Mac OS X so that there
are no undefined symbols in the shared libraries.
--> Expected 1.2.3
- No longer require extra include flag for the C++ bindings.
--> Expected 1.2.3
- Fix problem with optional Fortran types to be correctly initialized.
--> Expected ?1.2.x?
- Release tarballs now use Autoconf 2.61 and Automake 1.10.
@ -65,6 +60,11 @@ Trunk (not on release branches yet)
1.2.3
-----
- On OS X, when MACOSX_DEPLOYMENT_TARGET is 10.3 or higher, support
building the Fortran 90 bindings as a shared library. Thanks to
Jack Howarth for his advice on making this work.
- No longer require extra include flag for the C++ bindings.
- Fix detection of weak symbols support with Intel compilers.
- Fix issue found by Josh England: ompi_info would not show framework
MCA parameters set in the environment properly.
- Rename the oob_tcp_include/exclude MCA params to oob_tcp_if_include/exclude