File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77##
88#
99
10+ ## 1.8.1-RC1 (June 23, 2020)
11+ ### Features:
12+ - Added binary release pipeline in Azure CI
13+
14+ ### Bugfixes:
15+ - Multiple fixes in testing environment
16+ - Fixes in InfiniBand DEVX transport
17+ - Fixes in memory management for CUDA IPC transport
18+ - Fixes for binutils 2.34+
19+ - Fixes in RPM SPEC file and package generation
20+ - Fixes for AMD ROCM build environment
21+
1022## 1.8.0 (April 3, 2020)
1123### Features:
1224#### UCX Core
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