added changes for the 4.2.5 release

This commit is contained in:
Andreas Steffen 2008-07-25 08:00:04 +00:00
parent 6ef70d2109
commit 8124e49148
1 changed files with 10 additions and 0 deletions

10
NEWS
View File

@ -1,6 +1,14 @@
strongswan-4.2.5
----------------
- Consistent logging of IKE and CHILD SAs at the audit (AUD) level.
- Improved the performance of the SQL-based virtual IP address pool
by introducing an additional addresses table. The leases table
storing only history information has become optional and can be
disabled by setting charon.plugins.sql.lease_history = no in
strongswan.conf.
- The XFRM_STATE_AF_UNSPEC flag added to xfrm.h allows IPv4-over-IPv6
and IPv6-over-IPv4 tunnels with the 2.6.26 and later Linux kernels.
@ -10,6 +18,8 @@ strongswan-4.2.5
- fixed a bug which prevented the assignment of more than 256
virtual IP addresses from a pool managed by an sql database.
- fixed a bug which did not delete own IPCOMP SAs in the kernel.
strongswan-4.2.4
----------------