From: Andreas Steffen Date: Thu, 3 Jul 2008 16:42:45 +0000 (-0000) Subject: update NEWS with ip pool add-ons and fixes X-Git-Tag: 4.2.5~67 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=174216c79d9f0395a322f7355cc3c600b4740447 update NEWS with ip pool add-ons and fixes --- diff --git a/NEWS b/NEWS index 83e9835..f3ff4cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +strongswan-4.2.5 +---------------- + +- management of different virtual IP pools for different + network interfaces have become possible. + +- fixed a bug which prevented the assignment of more than 256 + virtual IP addresses from a pool managed by an sql database. + + strongswan-4.2.4 ---------------- diff --git a/configure.in b/configure.in index 1ce53ed..c97e902 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,4.2.5) +AC_INIT(strongSwan,4.2.5rc4) AM_INIT_AUTOMAKE(tar-ustar) AC_C_BIGENDIAN AC_SUBST(confdir, '${sysconfdir}')