Skip to content

Commit

Permalink
Merge pull request #8468 from evgeny-leksikov/v1.13.1-rc1
Browse files Browse the repository at this point in the history
NEWS: 1.13.1 update
  • Loading branch information
evgeny-leksikov committed Aug 22, 2022
2 parents 157dad9 + fa6137b commit aff9eec
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 @@ -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

0 comments on commit aff9eec

Please sign in to comment.