Skip to content

Commit befe098

Browse files
authored
Merge pull request #2806 from amaslenn/bump-1.3.1
UCX: bump version to v1.3.1
2 parents 42ee278 + d8a84d3 commit befe098

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
##
88
#
99

10+
## 1.3.1 (August 20, 2018)
11+
12+
Bugfixes:
13+
- Prevent potential out-of-order sending in shared memory active messages
14+
- CUDA: Include cudamem.h in source tarball, pass cudaFree memory size
15+
- Registration cache: fix large range lookup, handle shmat(REMAP)/mmap(FIXED)
16+
- Limit IB CQE size for specific ARM boards
17+
- RPM: explicitly set gcc-c++ as requirement
18+
19+
1020
## 1.3.0 (February 15, 2018)
1121

1222
Features:

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], 3)
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)

ucx.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ rm -f %{buildroot}%{_libdir}/*.la
8181
%postun -p /sbin/ldconfig
8282

8383
%changelog
84+
* Mon Aug 20 2018 Andrey Maslennikov <[email protected]> 1.3.1-1
85+
- See NEWS for details
8486
* Thu Aug 16 2018 Andrey Maslennikov <[email protected]> 1.3.0-1
8587
- Explicitly set gcc-c++ as requirements
8688
* Wed Mar 7 2018 Andrey Maslennikov <[email protected]> 1.3.0-1

0 commit comments

Comments
 (0)