Skip to content

Commit 13ff111

Browse files
authored
Merge pull request #5314 from shamisp/topic/new-181
NEWS: News update before 1.8.1 RC1
2 parents e7e64af + 33e96a1 commit 13ff111

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: NEWS

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
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

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_PREREQ([2.63])
1010

1111
define([ucx_ver_major], 1)
1212
define([ucx_ver_minor], 8)
13-
define([ucx_ver_patch], 0)
13+
define([ucx_ver_patch], 1)
1414
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))
1515

1616
# This is the API version (see libtool library versioning)

0 commit comments

Comments
 (0)