diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-25 08:00:04 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-07-25 08:00:04 +0000 |
commit | 8124e49148dc42b7d72d5c488fb77c2d0456b93c (patch) | |
tree | 6c1828b4804b6b53d2a7f38357d7c2caf176c658 | |
parent | 6ef70d210921df326fc79af683e71598e9cdb1a2 (diff) | |
download | strongswan-8124e49148dc42b7d72d5c488fb77c2d0456b93c.tar.bz2 strongswan-8124e49148dc42b7d72d5c488fb77c2d0456b93c.tar.xz |
added changes for the 4.2.5 release
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ---------------- |