From c542048dc982133af2f2507f93b0972464d58792 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 17 Dec 2009 21:20:51 +0000 Subject: [PATCH] Reword George's bullet about the shared memory fix so that normal people will understand it. :-) Also moved it to the v1.4.1 section. This commit was SVN r22334. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e0bfd0c7cb..1a65003a3c 100644 --- a/NEWS +++ b/NEWS @@ -32,8 +32,6 @@ Trunk (not on release branches yet) 1.5 --- -- Correctly declare the output dependencies on %eax for the atomic - operations based on cmpxchg on x86 and x86_64. - Added "knem" support (direct process-to-process copying for shared memory message passing). See http://runtime.bordeaux.inria.fr/knem/ and the README file for more details. @@ -51,6 +49,8 @@ Trunk (not on release branches yet) 1.4.1 (expected) ---------------- +- Fix a shared memory "hang" problem that occurred on x86/x86_64 + platforms when used with the GNU >=4.4.x compiler series. - Add fix for Libtool 2.2.6b's problems with the PGI 10.x compiler suite. Inspired directly from the upstream Libtool patches that fix the issue (but we need something working before the next Libtool