Skip to content

Commit 33e96a1

Browse files
committed
NEWS: Addressing reviewers comments
* Minor text fixes * configure.ac version updated to 1.8.1 Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
1 parent 831148d commit 33e96a1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
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

configure.ac

Lines changed: 1 addition & 1 deletion
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)