File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88#
99
1010## 1.8.1-RC1 (June 23, 2020)
11+ ### Features:
12+ - Added binary release pipeline in Azure CI
13+
1114### Bugfixes:
12- - Multiple fixes in testing environment and Azure CI
15+ - Multiple fixes in testing environment
1316- Fixes in InfiniBand DEVX transport
1417- Fixes in memory management for CUDA IPC transport
15- - Fixes for binutils 2.34+
18+ - Fixes for binutils 2.34+
1619- Fixes in RPM SPEC file and package generation
1720- Fixes for AMD ROCM build environment
1821
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AC_PREREQ([2.63])
1010
1111define ( [ ucx_ver_major] , 1 )
1212define ( [ ucx_ver_minor] , 8 )
13- define ( [ ucx_ver_patch] , 0 )
13+ define ( [ ucx_ver_patch] , 1 )
1414define ( [ ts] , esyscmd ( [ sh -c "date +%Y%m%d%H%M%S"] ) )
1515
1616# This is the API version (see libtool library versioning)
You can’t perform that action at this time.
0 commit comments