Skip to content

Commit

Permalink
Merge pull request #886 from ywc689/v1.9.4
Browse files Browse the repository at this point in the history
v1.9.4 release
  • Loading branch information
ywc689 authored Apr 20, 2023
2 parents 42b6ae4 + ae9c390 commit 2298b0c
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions src/VERSION
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
#!/bin/sh
# program: dpvs
# Sep 13, 2022
# Apr 20, 2023
#
# New Features:
# * Ctrl Plane Improvements
# * Multi-instance Supports
# Features
# - Dpvs: Multiple instance deployment support.
# - Dpvs: IPC improvements between keepalived/ipvsadm and dpvs by combining data structs.
#
# Nov 28, 2022
# * Fix using uninitialized "af" variable problem in keepalived
# Bugfixes
# - Dpvs: Fix memory problem when setting MATCH service.
# - Ipvsadm: Fix service list problem when dpvs lcore ids are not continuous.
# - Ipvsadm: Fix the problem that service/dest/laddr cannot be listed per-lcore.
# - Ipvsadm: Support version info.
# - Fix several spelling mistakes.
# - Fix compiling errors on RHEL 9, Ubuntu 22.04 and microsoft standard WSL2.
# - Keepalived: Fix service deletion by mistake problem caused by uninitialized local variable.
# - Dpvs: Do not increase service num unless it's hashed sucessfully.
# - Dpvs: Fix sa_entry leak when flushing snat connections.
# - Keepalived: Fix ipvs allow/deny list config problem caused by incorrect parameters.
# - Dpvs: Fix dead lock problem of eal-mem show and rte_free.
# - Dpvs: Fix crash problem caused by msg_destroy when msg->refcnt==0.
# - Dpvs: Fix eal-mem module uninitialized problem.
# - Dpvs: Fix memory leak problem in ipvs allow list.

export VERSION=1.9
export RELEASE=3
export RELEASE=4

echo $VERSION-$RELEASE

0 comments on commit 2298b0c

Please sign in to comment.