Skip to content

Commit 2298b0c

Browse files
authored
Merge pull request #886 from ywc689/v1.9.4
v1.9.4 release
2 parents 42b6ae4 + ae9c390 commit 2298b0c

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

src/VERSION

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
#!/bin/sh
22
# program: dpvs
3-
# Sep 13, 2022
3+
# Apr 20, 2023
44
#
5-
# New Features:
6-
# * Ctrl Plane Improvements
7-
# * Multi-instance Supports
5+
# Features
6+
# - Dpvs: Multiple instance deployment support.
7+
# - Dpvs: IPC improvements between keepalived/ipvsadm and dpvs by combining data structs.
88
#
9-
# Nov 28, 2022
10-
# * Fix using uninitialized "af" variable problem in keepalived
9+
# Bugfixes
10+
# - Dpvs: Fix memory problem when setting MATCH service.
11+
# - Ipvsadm: Fix service list problem when dpvs lcore ids are not continuous.
12+
# - Ipvsadm: Fix the problem that service/dest/laddr cannot be listed per-lcore.
13+
# - Ipvsadm: Support version info.
14+
# - Fix several spelling mistakes.
15+
# - Fix compiling errors on RHEL 9, Ubuntu 22.04 and microsoft standard WSL2.
16+
# - Keepalived: Fix service deletion by mistake problem caused by uninitialized local variable.
17+
# - Dpvs: Do not increase service num unless it's hashed sucessfully.
18+
# - Dpvs: Fix sa_entry leak when flushing snat connections.
19+
# - Keepalived: Fix ipvs allow/deny list config problem caused by incorrect parameters.
20+
# - Dpvs: Fix dead lock problem of eal-mem show and rte_free.
21+
# - Dpvs: Fix crash problem caused by msg_destroy when msg->refcnt==0.
22+
# - Dpvs: Fix eal-mem module uninitialized problem.
23+
# - Dpvs: Fix memory leak problem in ipvs allow list.
1124

1225
export VERSION=1.9
13-
export RELEASE=3
26+
export RELEASE=4
1427

1528
echo $VERSION-$RELEASE

0 commit comments

Comments
 (0)