From 045501d59803fde468978b4b9344dccaf92333b2 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 30 Oct 2014 11:21:01 +0100 Subject: [PATCH] NEWS: Mention identity prefixes --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index f1a4b2146..a967e3a2e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +strongswan-5.2.2 +---------------- + +- The left/rightid options in ipsec.conf, or any other identity in strongSwan, + now accept prefixes to enforce an explicit type, such as email: or fqdn:. + Note that no conversion is done for the remaining string, refer to + ipsec.conf(5) for details. + + strongswan-5.2.1 ----------------