From 634a9a8b5ee871c6acd3c8f6b62831292588d8be Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Thu, 4 Jan 2018 09:07:29 -0600 Subject: [PATCH] NEWS: Updating the file to reflect resent changes Getting ready for v1.2.2 RC2 Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3bc3fa99cea..40f4e7fd608 100644 --- a/NEWS +++ b/NEWS @@ -7,18 +7,19 @@ ## # -## 1.2.2 (November 28, 2017) +## 1.2.2 (January 4, 2018) Main: - Support including UCX API headers from C++ code - UD transport to handle unicast flood on RoCE fabric -- Compilation fixes for gcc 7.1.1 and clang 3.6 +- Compilation fixes for gcc 7.1.1, clang 3.6, clang 5 Details: - When UD transport is used with RoCE, packets intended for other peers may arrive on different adapters (as a result of unicast flooding). - This change adds packet filtering based on destination GIDs. Now the packet is silently dropped, if its destination GID does not match the local GID. +- Added a new device ID for InfiniBand HCA - [packaging] Move `examples/` and `perftest/` into doc - [packaging] Update spec to work on old distros while complaint with Fedora guidelines