Skip to content

Commit

Permalink
version: 3.10.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 Aug 13, 2023
1 parent 574ac46 commit aa3d1d8
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.10.5-1:
Date + Time 2023-07-13
=============================================================
Fixed:
- RM #3532666 Wrong zero return from recv_zcopy with GRO
- RM #3536018 Socket destruction race
- RM #3530566 Socketxtreme with regular RQ.

Version 3.10.4-1:
Date + Time 2023-07-10
=============================================================
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], 10)
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
* Mon Jul 10 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.10.4-1
- Bump version to 3.10.4
* Thu Jul 13 2023 NVIDIA CORPORATION <networking-support@nvidia.com> 3.10.5-1
- Bump version to 3.10.5
- Please refer to CHANGES for full changelog.

0 comments on commit aa3d1d8

Please sign in to comment.