From 33e96a1fc9f0721864c80a8b6563def18fc20190 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Tue, 23 Jun 2020 12:42:57 -0500 Subject: [PATCH] NEWS: Addressing reviewers comments * Minor text fixes * configure.ac version updated to 1.8.1 Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 7 +++++-- configure.ac | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 90919c4f6ae..db41f732cad 100644 --- a/NEWS +++ b/NEWS @@ -8,11 +8,14 @@ # ## 1.8.1-RC1 (June 23, 2020) +### Features: +- Added binary release pipeline in Azure CI + ### Bugfixes: -- Multiple fixes in testing environment and Azure CI +- Multiple fixes in testing environment - Fixes in InfiniBand DEVX transport - Fixes in memory management for CUDA IPC transport -- Fixes for binutils 2.34+ +- Fixes for binutils 2.34+ - Fixes in RPM SPEC file and package generation - Fixes for AMD ROCM build environment diff --git a/configure.ac b/configure.ac index 7e847280672..ed40bf02f7c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ([2.63]) define([ucx_ver_major], 1) define([ucx_ver_minor], 8) -define([ucx_ver_patch], 0) +define([ucx_ver_patch], 1) define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"])) # This is the API version (see libtool library versioning)