Skip to content

Commit

Permalink
version: 3.30.2
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Noam <gnoam@nvidia.com>
  • Loading branch information
galnoam committed Mar 11, 2024
1 parent cdcc99c commit fea6e82
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 3.30.2-1:
Date + Time 2024-03-11
=============================================================
Added:
- RM #3792777 provide new storage API headers
- RM #3792789 provide new storage API implementation, integration level
- RM #3770816 Modernize C++ source code
- RM #3813802 Fix warnings from newer cppcheck version
- RM #3795922 Remove pbuf_split_64k() and refused_data

Fixed:
- RM #3781322 higher CPU loads when loaded with Nginx responding to http requests of high payloads.
- RM #3792731 False positive Walloc-size-larger-than warning

Version 3.30.1-1:
Date + Time 2024-02-22
=============================================================
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], 30)
define([prj_ver_revision], 1)
define([prj_ver_revision], 2)
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 Feb 22 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.30.1-1
- Bump version to 3.30.1
* Mon Mar 11 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.30.2-1
- Bump version to 3.30.2
- Please refer to CHANGES for full changelog.

0 comments on commit fea6e82

Please sign in to comment.