diff --git a/CHANGES b/CHANGES index 1c73eb04d..c0b532a8c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Version 3.30.3-1: +Date + Time 2024-03-20 +============================================================= +Added: + - RM #3788369 New Storage API + - RM #3777348 Improve sockinfo cache utilization + +Fixed: + - RM #3829626 Nginx http CPS tests report XLIO ERROR + - RM #3808935 SNAP4 static build error + Version 3.30.2-1: Date + Time 2024-03-11 ============================================================= diff --git a/configure.ac b/configure.ac index d783786f4..b3255693c 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------=== # define([prj_ver_major], 3) define([prj_ver_minor], 30) -define([prj_ver_revision], 2) +define([prj_ver_revision], 3) define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}])) diff --git a/contrib/scripts/libxlio.spec.in b/contrib/scripts/libxlio.spec.in index 59d71153f..174599081 100644 --- a/contrib/scripts/libxlio.spec.in +++ b/contrib/scripts/libxlio.spec.in @@ -189,7 +189,7 @@ fi %{_mandir}/man8/xlio_stats.* %changelog -* Mon Mar 11 2024 NVIDIA CORPORATION 3.30.2-1 -- Bump version to 3.30.2 +* Wed Mar 20 2024 NVIDIA CORPORATION 3.30.3-1 +- Bump version to 3.30.3 - Please refer to CHANGES for full changelog.