diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | radsecproxy.conf.5.xml | 4 | 
4 files changed, 5 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -2011-04-26 1.6-rc1 +2011-04-27 1.6-rc2  	Incompatible changes:  	- The default shared secret for TLS and DTLS connections change  	from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12 @@ -1,4 +1,4 @@ -This is unreleasead radsecproxy 1.6-rc1. +This is unreleasead radsecproxy 1.6-rc2.  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 d54103d..ee593b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.6-rc1, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6-rc2, radsecproxy@uninett.no)  AC_CANONICAL_TARGET  AM_INIT_AUTOMAKE  AC_PROG_CC diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 127dbe4..99f26c6 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -2,14 +2,14 @@  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">  <refentry>    <refentryinfo> -    <date>2012-04-26</date> +    <date>2012-04-27</date>    </refentryinfo>    <refmeta>      <refentrytitle>        <application>radsecproxy.conf</application>      </refentrytitle>      <manvolnum>5</manvolnum> -    <refmiscinfo>radsecproxy 1.6-rc1</refmiscinfo> +    <refmiscinfo>radsecproxy 1.6-rc2</refmiscinfo>    </refmeta>    <refnamediv>      <refname> | 
