update NEWS with ip pool add-ons and fixes

This commit is contained in:
Andreas Steffen 2008-07-03 16:42:45 +00:00
parent 2c258d7373
commit 174216c79d
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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
----------------

View File

@ -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}')