File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 7
7
##
8
8
#
9
9
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
+
10
22
## 1.8.0 (April 3, 2020)
11
23
### Features:
12
24
#### UCX Core
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AC_PREREQ([2.63])
10
10
11
11
define ( [ ucx_ver_major] , 1 )
12
12
define ( [ ucx_ver_minor] , 8 )
13
- define ( [ ucx_ver_patch] , 0 )
13
+ define ( [ ucx_ver_patch] , 1 )
14
14
define ( [ ts] , esyscmd ( [ sh -c "date +%Y%m%d%H%M%S"] ) )
15
15
16
16
# This is the API version (see libtool library versioning)
You can’t perform that action at this time.
0 commit comments