From: Marcin Siodelski Date: Thu, 9 May 2024 09:47:04 +0000 (+0200) Subject: [#3246] Mark the change backward incompatible X-Git-Tag: Kea-2.7.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a20276053cfb9671270a540c86f7871f81eda6;p=thirdparty%2Fkea.git [#3246] Mark the change backward incompatible --- diff --git a/ChangeLog b/ChangeLog index 422427cf8d..223ece943b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,13 @@ propagated to the partner server. Previously, a released lease was always deleted in the partner, causing a loss of the association between the lease and the client in the - partner's lease database. + partner's lease database. This change introduces a new + "released" lease state which appears for the released leases + in the lease datbase and in the lease updates exchanged + between the HA partners. It is a backward incompatible change + for the HA partners that haven't been upgraded to the latest + Kea version. They will reject the lease updates for the + released leases holding the new state value. (Gitlab #3246) 2255. [bug] razvan