Skip to content

Commit

Permalink
Merge pull request #2806 from amaslenn/bump-1.3.1
Browse files Browse the repository at this point in the history
UCX: bump version to v1.3.1
  • Loading branch information
yosefe committed Aug 21, 2018
2 parents 42ee278 + d8a84d3 commit befe098
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
##
#

## 1.3.1 (August 20, 2018)

Bugfixes:
- Prevent potential out-of-order sending in shared memory active messages
- CUDA: Include cudamem.h in source tarball, pass cudaFree memory size
- Registration cache: fix large range lookup, handle shmat(REMAP)/mmap(FIXED)
- Limit IB CQE size for specific ARM boards
- RPM: explicitly set gcc-c++ as requirement


## 1.3.0 (February 15, 2018)

Features:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AC_PREREQ([2.63])

define([ucx_ver_major], 1)
define([ucx_ver_minor], 3)
define([ucx_ver_patch], 0)
define([ucx_ver_patch], 1)
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))

# This is the API version (see libtool library versioning)
Expand Down
2 changes: 2 additions & 0 deletions ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%postun -p /sbin/ldconfig

%changelog
* Mon Aug 20 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.1-1
- See NEWS for details
* Thu Aug 16 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
- Explicitly set gcc-c++ as requirements
* Wed Mar 7 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.3.0-1
Expand Down

0 comments on commit befe098

Please sign in to comment.