diff --git a/NEWS b/NEWS index dfd1dbbf5c..14fbea5dac 100644 --- a/NEWS +++ b/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