diff options
author | Linus Nordberg <linus@nordu.net> | 2011-07-21 13:08:01 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-07-21 13:08:01 +0200 |
commit | 1f5e70c8c48ecdfbaa5b656ec70514bf01db1963 (patch) | |
tree | cba61f5c1815c1b854fa3e7f20a4810e2dd57ae0 | |
parent | 6049df64759b4fd908eb08f381e48d779829e9fe (diff) |
radsecproxy-1.4.3-rc0.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ - Don't disable OpenSSL session caching for 0.9.8p and newer in the 0.9.x track. - Detect OpenSSL version at runtime rather than at compile time. -2011-07-03 1.4.3-dev +2011-07-21 1.4.3-rc0 Notes: - The default secret for TLS and DTLS will change in a future relase. Plaese make sure to specify a secret in both client and @@ -1,4 +1,4 @@ -This is unreleased radsecproxy 1.4.3-dev. +This is unreleased radsecproxy 1.4.3-rc0. radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. There is also experimental support for diff --git a/configure.ac b/configure.ac index 37e0d81..508e5a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.4.3-dev, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.4.3-rc0, radsecproxy@uninett.no) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC |