Skip to content

Commit

Permalink
version: 3.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Noam <gnoam@nvidia.com>
  • Loading branch information
galnoam committed Feb 12, 2024
1 parent 660afb5 commit 0fe1ee1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 3.30.0-1:
Date + Time 2024-02-12
=============================================================
Added:
- RM #3724170 Static compilation with LTO and PGO support
- RM #3668182 productize LwIP express data path
- RM #3664594 Backport TCP_KEEPALIVE from VMA
- RM #3514044 XLIO DPCP Only - Remove legacy code and legacy flows

Fixed:
- RM #3771283 Fix function pointer check
- RM #3690535 Remove leftover after Multi Packet RQ removal
- RM #3678579 Fix last_unacked and last_unsent
- RM #3704820 XLIO error when enabling UDP listen socket

Version 3.21.2-1:
Date + Time 2024-01-11
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([prj_ver_major], 3)
define([prj_ver_minor], 21)
define([prj_ver_revision], 2)
define([prj_ver_minor], 30)
define([prj_ver_revision], 0)
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 @@ -188,7 +188,7 @@ fi
%{_mandir}/man8/xlio_stats.*

%changelog
* Thu Jan 11 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.21.2-1
- Bump version to 3.21.2
* Mon Feb 12 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.30.0-1
- Bump version to 3.30.0
- Please refer to CHANGES for full changelog.

0 comments on commit 0fe1ee1

Please sign in to comment.