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 | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Changes since 1.6.4 +2013-09-06 1.6.5 Bug fixes: - Fix a crash bug introduced in 1.6.4. Fixes RADSECPROXY-53, bugfix on 1.6.4. @@ -1,4 +1,4 @@ -This is radsecproxy 1.6.4 from 2013-09-05. +This is radsecproxy 1.6.5 from 2013-09-06. 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 8e3e648..defc889 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.6.4, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6.5, 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 6e64971..9931412 100644 --- a/radsecproxy.conf.5.xml +++ b/radsecproxy.conf.5.xml @@ -9,7 +9,7 @@ <application>radsecproxy.conf</application> </refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo>radsecproxy 1.6.4</refmiscinfo> + <refmiscinfo>radsecproxy 1.6.5</refmiscinfo> </refmeta> <refnamediv> <refname> |