Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEWS: 1.13.1 update #8468

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
### Features:
### Bugfixes:

## 1.13.1-rc1 (August 22, 2022)
#### Bugfixes
* Fixed flow control protocol in DC transport
* Fixed reordering of pending operations in DC transport
* Fixed relaxed order detection in IB transports
* Fixed build configuration and IB ops references
* Fixed bandwidth calculation during wireup phase
* Fixed TCP transport server port selection
* Minor fixes in CI testing

## 1.13.0 (July 7, 2022)
#### Features
##### Core
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) # Major version. Usually does not change.
define([ucx_ver_minor], 13) # Minor version. Increased for each release.
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
define([ucx_ver_patch], 1) # Patch version. Increased for a bugfix release.
define([ucx_ver_extra], ) # Extra version string. Empty for a general release.

define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))
Expand Down
2 changes: 2 additions & 0 deletions ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ library internals, protocol objects, transports status, and more.
%endif

%changelog
* Mon Aug 22 2022 Evgeny Leksikov <evgenylek@mellanox.com> 1.13.1-1
- Bump version to 1.13.1
* Wed Nov 10 2021 Yossi Itigin <yosefe@mellanox.com> 1.13.0-1
- Bump version to 1.13.0
* Wed Jun 9 2021 Yossi Itigin <yosefe@mellanox.com> 1.12.0-1
Expand Down