Skip to content

Commit

Permalink
version: 3.20.5
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Oct 5, 2023
1 parent e098ff8 commit d551388
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.20.5-1:
Date + Time 2023-10-05
=============================================================
Fixed:
- RM #3611687 Initialization in case XLIO_NGINX_UDP_POOL_SIZE
- RM #3615483 Corruption during ring release
- RM #3580073 Fixes for XLIO_MEMORY_LIMIT

Version 3.20.4-1:
Date + Time 2023-09-21
=============================================================
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], 4)
define([prj_ver_revision], 5)
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
* Tue Sep 21 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.4-1
- Bump version to 3.20.4
* Thu Oct 5 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.20.5-1
- Bump version to 3.20.5
- Please refer to CHANGES for full changelog.

0 comments on commit d551388

Please sign in to comment.