1
1

Adjust the trunk NEWS file, entries are normally reverse chronological.

This commit was SVN r13983.
Этот коммит содержится в:
Tim Mattox 2007-03-08 21:31:04 +00:00
родитель b4bf34fa9a
Коммит 780cf98fc2

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

@ -47,16 +47,16 @@ Trunk (not on release branches yet)
--> Expected 1.2.x
- Recognize zsh in rsh pls
--> Expected 1.2.x
- Fixed race condition in the shared memory fifo's, which led to orphaned
messages.
- Corrected the size of the shared memory file - subtracted out the space
the header was occupying.
- Implement MPI_TYPE_CREATE_DARRAY function
--> Expected 1.2.x
1.2
---
- Fixed race condition in the shared memory fifo's, which led to
orphaned messages.
- Corrected the size of the shared memory file - subtracted out the
space the header was occupying.
- Add support for MPI_2COMPLEX and MPI_2DOUBLE_COMPLEX.
- Always ensure to create $(includedir)/openmpi, even if the C++
bindings are disabled so that the wrapper compilers don't point to
@ -121,15 +121,15 @@ Trunk (not on release branches yet)
(not a C compiler that "sorta works" as a C++ compiler).
- Properly check for local host only addresses properly, looking
for 127.0.0.0/8, rather than just 127.0.0.1.
- Fixed race condition in the shared memory fifo's, which led to orphaned
messages.
- Corrected the size of the shared memory file - subtracted out the space
the header was occupying.
1.1.5
-----
- Fixed race condition in the shared memory fifo's, which led to
orphaned messages.
- Corrected the size of the shared memory file - subtracted out the
space the header was occupying.
- Fix syntax error in a corner case of the event library. Thanks to
Bert Wesarg for pointing this out.
- Add new MCA parameter (mpi_preconnect_oob) for pre-connecting the
@ -144,10 +144,6 @@ Trunk (not on release branches yet)
- Fix a problem with argument checking in MPI_TYPE_CREATE_SUBARRAY.
- Fix a problem with compiling the XGrid components with non-gcc
compilers.
- Fixed race condition in the shared memory fifo's, which led to orphaned
messages.
- Corrected the size of the shared memory file - subtracted out the space
the header was occupying.
1.1.4