Skip to content

Commit

Permalink
version: 3.20.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Aug 22, 2023
1 parent 84cfbcb commit 2217ce5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 3.20.2-1:
Date + Time 2023-08-22
=============================================================
Fixed:
- RM #3531436 socketxtreme polling and GRO flush segfaults
- RM #3574901 Unlock sockinfo_tcp before destruction
- RM #3575217 Choose ipv4 source ip according to subnet
- RM #3531436 gtest/socketxtreme_poll tests

Version 3.20.1-1:
Date + Time 2023-08-09
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([prj_ver_major], 3)
define([prj_ver_minor], 20)
define([prj_ver_revision], 1)
define([prj_ver_revision], 2)
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))


Expand Down
4 changes: 2 additions & 2 deletions contrib/scripts/libxlio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fi
%{_mandir}/man8/xlio_stats.*

%changelog
* Wed Aug 9 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.1-1
- Bump version to 3.20.1
* Tue Aug 22 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.2-1
- Bump version to 3.20.2
- Please refer to CHANGES for full changelog.

0 comments on commit 2217ce5

Please sign in to comment.