File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 9.3.0-0:
2
+ Date + Time 2021-05-11
3
+ =============================================================
4
+ Added:
5
+ - RM #2563722 Remove multi packets (MP-RQ) deprecated code
6
+ - RM #2443982 Add tests for vma_socketxtreme_poll()
7
+ - RM #2497142 Move to google test 1.7.0 usage
8
+ - RM #2368612 Align rpm spec with last Fedora requirements
9
+ - RM #2432813 Update License date to 2021
10
+
11
+ Fixed:
12
+ - RM #2568298 Fix issue detected by cov-2020.06
13
+ - RM #2246994 Set proper FIN/RST flags for split segments
14
+ - RM #2366027 Fix big-endian support for TIMESTAMP option
15
+ - RM #2280628 Add missed TIMESTAMP option
16
+ - RM #2446197 Skip team interface when check bonding
17
+ - RM #2449153 Fix lkey getter in ring_bond
18
+ - RM #2409546 Fix usage of memory after it is freed in daemon
19
+ - RM #2460203 Fix issue in migration logic
20
+ - RM #2130901 Fix issue in logic VMA_PROGRESS_ENGINE_WCE_MAX=0
21
+
1
22
Version 9.2.2-0:
2
23
Date + Time 2020-12-12
3
24
=============================================================
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
13
13
# Update version number here:
14
14
#
15
15
define ( [ vma_ver_major] , 9 )
16
- define ( [ vma_ver_minor] , 2 )
17
- define ( [ vma_ver_revision] , 2 )
16
+ define ( [ vma_ver_minor] , 3 )
17
+ define ( [ vma_ver_revision] , 0 )
18
18
define ( [ vma_ver_release] , esyscmd ( [ echo ${VMA_RELEASE:=0}] ) )
19
19
20
20
You can’t perform that action at this time.
0 commit comments