diff --git a/NEWS b/NEWS index a50a58042..131383ce5 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,17 @@ +strongswan-4.5.2 +---------------- + - The whitelist plugin for the IKEv2 daemon maintains an in-memory identity whitelist. Any connection attempt of peers not whitelisted will get rejected. The 'ipsec whitelist' utility provides a simple command line frontend for whitelist administration. +- In the case that the peer config and child config don't have the same name + (usually in SQL database defined connections), ipsec up|route + starts|routes all associated child configs and ipsec up|route + only starts|routes the specific child config. + + strongswan-4.5.1 ----------------