Skip to content

Commit c92a5bc

Browse files
committed
version: 3.40.2
Signed-off-by: Gal Noam <[email protected]>
1 parent ebca7d0 commit c92a5bc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 3.40.2-1:
2+
Date + Time 2024-10-07
3+
=============================================================
4+
Fixed:
5+
- RM #4082058 3.40.1 is causing a performance degradation with multiple nginx scenarios
6+
- RM #4071902 Getting low CPS Performance and wrong duration when running PKA with XLIO
7+
- RM #4021863 XLIO with wrk while enabling multiple threads fails with a seg fault
8+
19
Version 3.40.1-1:
210
Date + Time 2024-09-11
311
=============================================================

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([prj_ver_major], 3)
1616
define([prj_ver_minor], 40)
17-
define([prj_ver_revision], 1)
17+
define([prj_ver_revision], 2)
1818
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))
1919

2020

contrib/scripts/libxlio.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fi
189189
%{_mandir}/man8/xlio_stats.*
190190

191191
%changelog
192-
* Wed Sep 11 2024 NVIDIA CORPORATION <[email protected]> 3.40.1-1
193-
- Bump version to 3.40.1
192+
* Mon Oct 7 2024 NVIDIA CORPORATION <[email protected]> 3.40.2-1
193+
- Bump version to 3.40.2
194194
- Please refer to CHANGES for full changelog.
195195

0 commit comments

Comments
 (0)