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 @@ -2012-10-22 1.6.2-dev +2012-10-25 1.6.2  	Bug fixes (security):  	- Fix the issue with verification of clients when using multiple  	'tls' config blocks (RADSECPROXY-43) for DTLS too. Reported by @@ -1,4 +1,4 @@ -This is unreleased radsecproxy 1.6.2-dev. +This is radsecproxy 1.6.2 from Oct 25 2012.  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 70fcfce..79be2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.6.2-dev, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6.2, 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 b27922f..203d16c 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-10-22</date> +    <date>2012-10-25</date>    </refentryinfo>    <refmeta>      <refentrytitle>        <application>radsecproxy.conf</application>      </refentrytitle>      <manvolnum>5</manvolnum> -    <refmiscinfo>radsecproxy 1.6.2-dev</refmiscinfo> +    <refmiscinfo>radsecproxy 1.6.2</refmiscinfo>    </refmeta>    <refnamediv>      <refname> | 
