summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-07-21 13:08:01 +0200
committerLinus Nordberg <linus@nordu.net>2011-07-21 13:08:01 +0200
commit1f5e70c8c48ecdfbaa5b656ec70514bf01db1963 (patch)
treecba61f5c1815c1b854fa3e7f20a4810e2dd57ae0
parent6049df64759b4fd908eb08f381e48d779829e9fe (diff)
radsecproxy-1.4.3-rc0.
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 734dfde..f6d415e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/README b/README
index 699fd72..0c6d1de 100644
--- a/README
+++ b/README
@@ -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