Added NEWS for left/rightdns options

This commit is contained in:
Martin Willi 2012-08-27 16:44:35 +02:00
parent 26bc695806
commit e76f3d0df7
1 changed files with 6 additions and 0 deletions

6
NEWS
View File

@ -20,6 +20,12 @@ strongswan-5.0.1
PAM directly anymore, but can use any XAuth backend to verify credentials,
including xauth-pam.
- The new left/rightdns options specify connection specific DNS servers to
request/respond in IKEv2 configuration payloads or IKEv2 mode config. leftdns
can be any (comma separated) combination of %config4 and %config6 to request
multiple servers, both for IPv4 and IPv6. rightdns takes a list of DNS server
IP addresses to return.
- The autotools build has been migrated to use a config.h header. strongSwan
development headers will get installed during "make install" if
--with-dev-headers has been passed to ./configure.