From c224f7654d131d8216cf4921271f3c059e03145d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 14 Mar 2012 07:45:35 +0100 Subject: [PATCH] version bump to 4.6.3dr1 --- NEWS | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 88ca4b1ee..960aa8036 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +strongswan-4.6.3 +---------------- + +- The tnc-pdp plugin implements a RADIUS server interface allowing + a strongSwan TNC server to act as a Policy Decision Point. + +- Added infrastructure to listen to RADIUS Dynamic Authorization + Extension requests. + +- Added support for untruncated MD5 and SHA1 HMACs in ESP as used in + RFC 4595. + + strongswan-4.6.2 ---------------- diff --git a/configure.in b/configure.in index 4e607c301..2d0bc7b2c 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,4.6.2) +AC_INIT(strongSwan,4.6.3dr1) AM_INIT_AUTOMAKE(tar-ustar) AC_CONFIG_MACRO_DIR([m4/config]) PKG_PROG_PKG_CONFIG