diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | radsecproxy.conf.5.xml | 4 |
4 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2016-09-21 1.6.8 + Bug fixes: + - Stop waiting on writable when reading a TCP socket. + - Stomp less on the memory of other threads (RADSECPROXY-64). + 2016-03-14 1.6.7 Enhancements (security): - Negotiate TLS1.1, TLS1.2 and DTLS1.2 when possible, client and @@ -1,4 +1,4 @@ -This is radsecproxy 1.6.7 from 2016-03-14. +This is radsecproxy 1.6.8 from 2016-09-21. 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 1a19ced..90d9b09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.6.7, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6.8, radsecproxy@lists.nordu.net) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index ff579c4..250c812 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>2016-03-23</date> + <date>2016-09-21</date> </refentryinfo> <refmeta> <refentrytitle> <application>radsecproxy.conf</application> </refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo>radsecproxy 1.6.7</refmiscinfo> + <refmiscinfo>radsecproxy 1.6.8</refmiscinfo> </refmeta> <refnamediv> <refname> |