|
1 | 1 | #!/bin/sh - |
2 | 2 | # program: dpvs |
3 | | -# May 13, 2020 |
| 3 | +# Jun 16, 2020 |
4 | 4 | # |
5 | 5 | ##################################### |
6 | | -# This is a bugfix verison of v1.8.2. |
| 6 | +# Deprecate version v1.8.2, v1.8.4 |
7 | 7 | ##################################### |
8 | 8 | # |
9 | 9 | # # Features |
10 | 10 | # ---------- |
11 | | -# |
| 11 | +# - Support per-service established timeout for udp. |
| 12 | +# - Expire quiescent connections for udp and tcp with per-service config. |
12 | 13 | # |
13 | 14 | # # Bugfix |
14 | 15 | # -------- |
15 | | -# - Keepalived: Fix virtual server partial deletion problem when configured with virtual server group. |
16 | | -# - Keepalived: Fix realserver deletion problem when the realservers marked as down state by health_checker. |
17 | | -# - Keepalived: Fix reload problem for some configurations, such as conn timeout, blklst addresses, etc. |
18 | | -# - Keepalived: Fix configurations would not load problem after restart on occasion. |
19 | | -# - Keepalived: Fix port transition support problem in fullnat mode. |
20 | | -# - Keepalived: Fix logging problem for MATCH/ICMP/ICMPv6 in keepalived. |
21 | | -# - Keepalived: Fix snat configuration and reload problem. |
22 | | -# - Keepalived: Fix conhash scheduler configuration problem in keepalived. |
23 | | -# - Keepalived: Fix incorrect ipvs stats problem caused by mismatch structures of keepalived and dpvs. |
24 | | -# - Keepalived: Fix crash when snat and fullnat configured together. |
25 | | -# - Keepalived: Fix address family setting problem for nat64 forwarding. |
26 | | -# - Keepalived: Fix dpvs route setting problem in keepalived vrrp. |
27 | | -# - Keepalived: Fix laddr configuration problems with ip range style. |
28 | | -# - Keepalived: Mergerd virtual server group address into range list. |
29 | | -# - Keepalived: Update libipvs and related headers. |
30 | | -# - Ipvsadm: do not show address family for MATCH rule. |
31 | | -# - Dpvs: Fix ipv6 and nat64 blklst support problem. |
32 | | -# - Dpvs: Fix duplicated ipv4 local-in routes problem. |
33 | | -# - Dpvs: Allow to use non-continuous lcores, like "-l 0,1-8,11-18". |
34 | | -# - Dpvs: Fix crash prolbem when cpu id is not set correctly by ipvsadm. |
35 | | -# - Dpvs: Fix compile error caused by inline method. |
36 | | -# - Dpvs: Fix a array boundary overflow issue. |
| 16 | +# - Fix problem that keepalived supports only 1k realservers at max. |
| 17 | +# - Fix dpvs crash problem caused by "dpip addr" command. |
| 18 | +# - Fix laddr display problem of slave workers. |
| 19 | +# - Remove auto generated keepalived make files. |
37 | 20 |
|
38 | 21 |
|
39 | 22 | export VERSION=1.8 |
40 | | -export RELEASE=4 |
| 23 | +export RELEASE=5 |
41 | 24 |
|
42 | 25 | echo $VERSION-$RELEASE |
0 commit comments