Skip to content

Commit bd109dd

Browse files
issue: 321712 ****************** VMA 9.8.50 ******************
Signed-off-by: Alexander Grissik <[email protected]>
1 parent a0c94d0 commit bd109dd

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 9.8.50-1:
2+
Date + Time 2023-12-28
3+
=============================================================
4+
Fixed:
5+
- RM #3604029 Fix releasing ring flow
6+
- RM #3623373 Fix corruption during ring release
7+
- RM #3655436 Add full TCP_KEEPALIVE support
8+
- RM #3697720 Fixing socket destruction race
9+
- RM #1214066 Update some unsigned char -> uint32_t for table_id
10+
111
Version 9.8.40-1:
212
Date + Time 2023-09-12
313
=============================================================

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], 9)
1616
define([prj_ver_minor], 8)
17-
define([prj_ver_revision], 40)
17+
define([prj_ver_revision], 50)
1818
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))
1919

2020

contrib/scripts/libvma.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fi
187187
%{_mandir}/man8/vma_stats.*
188188

189189
%changelog
190-
* Tue Sep 12 2023 NVIDIA CORPORATION <[email protected]> 9.8.40-1
191-
- Bump version to 9.8.40
190+
* Thu Dec 28 2023 NVIDIA CORPORATION <[email protected]> 9.8.50-1
191+
- Bump version to 9.8.50
192192
- Please refer to CHANGES for full changelog.
193193

0 commit comments

Comments
 (0)