From 6c1b5ef99852af119aec7490521f4bc7938dff1a Mon Sep 17 00:00:00 2001 From: Yossi Itigin Date: Mon, 11 Mar 2019 12:08:13 +0200 Subject: [PATCH] NEWS: Add v1.5.1 release with bugfixes --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index fa6864e1b99..d1472ced745 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,12 @@ ## # +## 1.5.1-rc1 (March 22, 2019) +Bugfixes: +- Fix dc_mlx5 transport support check for inbox libmlx5 drivers - issue #3301 +- Fix compilation warnings with gcc9 and clang +- ROCm - reduce log level of device-not-found message + ## 1.5.0 (February 14, 2019) Features: - New emulation mode enabling full UCX functionality (Atomic, Put, Get)