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)