diff --git a/openucx.changes b/openucx.changes index ffe52f4..2f0207e 100644 --- a/openucx.changes +++ b/openucx.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 19 10:12:04 UTC 2018 - nmoreychaisemartin@suse.com + +- Update to 1.2.2 + - Support including UCX API headers from C++ code + - UD transport to handle unicast flood on RoCE fabric + - Compilation fixes for gcc 7.1.1, clang 3.6, clang 5 + - When UD transport is used with RoCE, packets intended for other peers may + arrive on different adapters (as a result of unicast flooding). + - This change adds packet filtering based on destination GIDs. Now the packet + is silently dropped, if its destination GID does not match the local GID. + - Added a new device ID for InfiniBand HCA + ------------------------------------------------------------------- Fri Dec 8 21:19:11 UTC 2017 - dimstar@opensuse.org diff --git a/openucx.spec b/openucx.spec index 41bc8ee..9afbaf3 100644 --- a/openucx.spec +++ b/openucx.spec @@ -1,7 +1,7 @@ # # spec file for package openucx # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: openucx Summary: Unifieid Communication X License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 1.2.1 +Version: 1.2.2 Release: 0 Url: http://openucx.org/ @@ -156,7 +156,6 @@ rm -fv "%buildroot/%_libdir"/*.la %files tools %defattr(-,root,root) %_bindir/ucx_* -%_datadir/ucx/ %_libdir/pkgconfig/ucx.pc %doc LICENSE diff --git a/ucx-1.2.1.tar.gz b/ucx-1.2.1.tar.gz deleted file mode 100644 index 7bd987e..0000000 --- a/ucx-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc63760601c03ff60a2531ec3c6637e98f5b743576eb410f245839c84a0ad617 -size 1582971 diff --git a/ucx-1.2.2.tar.gz b/ucx-1.2.2.tar.gz new file mode 100644 index 0000000..843d054 --- /dev/null +++ b/ucx-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914d10fee8f970d4fb286079dd656cf8a260ec7d724d5f751b3109ed32a6da63 +size 1513611