Skip to content

Commit 08abca4

Browse files
committed
version: 3.60.4
Signed-off-by: Gal Noam <[email protected]>
1 parent ce27688 commit 08abca4

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGES

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Version 3.60.4-1:
2+
Date + Time 2025-10-09
3+
=============================================================
4+
Added:
5+
- RM #4655843 Add doxygen description to the public headers
6+
- RM #4649710 Add XLIO Ultra API example application
7+
Fixed:
8+
- RM #4551257 standardize enum - disable/enable
9+
- RM #4625345 Fix Coverity uninitialized use
10+
- RM #4649652 fix config parameter display
11+
- RM #4578714 Remove "all" and 6 from profiles
12+
- RM #4583806 config inline loader strict
13+
- RM #4633470 fix generate_docs.py +update README
14+
- RM #4367367 Polish Ultra API documentation
15+
- RM #4603449 Guarantee TERMINATED event after xlio_socket_destroy()
16+
- RM #4315534 Ultra API remove unused functions
17+
- RM #4555151 fix XLIO_USE_NEW_CONFIG env check
18+
- RM #4545376 reject JSON keys containing dots
19+
- RM #4578243 remove support for cpu_affinity in inline config
20+
- RM #4642277 Reorder socket cleanup in poll_group::close_socket
21+
- RM #4640792 Fix incorrect type definitions in config file
22+
- RM #4552090 add power-of-2-or-zero validation in config file
23+
- RM #4578243 add unsupported parameter check in config file
24+
- RM #4561511 remove obsolete global_array_size
25+
- RM #4561820 Fix type validation for integers in config file
26+
- RM #4551257 improve display clarity
27+
- RM #4579042 Fix new/old defaults discrepancy in config file
28+
- RM #4578714 standardize XLIO spec profile names
29+
- RM #4570015 standardize boolean display values
30+
- RM #4551255 fix any_cast error - exception mode in config file
31+
- RM #4634818 fix mismatches from unknown keys
32+
- RM #4555854 fix bad any_cast error -striding_rq in config file
33+
- RM #4567877 fix multicast L2 rules config path
34+
- RM #4550864 add minimum for nodelay_threshold in config file
35+
- RM #4633383 add x-memory-size to buf config
36+
137
Version 3.60.3-1:
238
Date + Time 2025-09-18
339
=============================================================

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], 60)
17-
define([prj_ver_revision], 3)
17+
define([prj_ver_revision], 4)
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
@@ -190,7 +190,7 @@ fi
190190
%{_mandir}/man8/xlio_stats.*
191191

192192
%changelog
193-
* Thu Sep 18 2025 NVIDIA CORPORATION <[email protected]> 3.60.3-1
194-
- Bump version to 3.60.3
193+
* Thu Oct 9 2025 NVIDIA CORPORATION <[email protected]> 3.60.4-1
194+
- Bump version to 3.60.4
195195
- Please refer to CHANGES for full changelog.
196196

0 commit comments

Comments
 (0)