diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | radsecproxy.c | 4 | ||||
-rw-r--r-- | radsecproxy.conf.5 | 2 | ||||
-rw-r--r-- | radsecproxy.conf.5.xml | 4 |
6 files changed, 12 insertions, 8 deletions
@@ -58,3 +58,7 @@ 2009-03-12 1.3 Fixed some very minor bugs Changed log levels for some messages, made loglevel 2 default +2009-07-22 1.3.1 + Fixed header files for FreeBSD + Fix for multiple UDP servers on same IP address, solves accounting + problems. @@ -1,4 +1,4 @@ -This is radsecproxy 1.3 from March 12, 2009 +This is radsecproxy 1.3.1 from July 22, 2009 radsecproxy is a generic RADIUS proxy that can support various RADIUS clients over UDP or TLS (RadSec). @@ -43,4 +43,4 @@ let me know if you feel left out. For more information, feedback etc. please see the information at http://software.uninett.no/radsecproxy/ -Stig Venaas <venaas@uninett.no> -- 2009.03.12 +Stig Venaas <venaas@uninett.no> -- 2009.07.22 diff --git a/configure.ac b/configure.ac index 15f81b0..a49ab91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.3, venaas@uninett.no) +AC_INIT(radsecproxy, 1.3.1, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O diff --git a/radsecproxy.c b/radsecproxy.c index d9f560e..4cc2c42 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3035,7 +3035,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8 *pretend = 1; break; case 'v': - debug(DBG_ERR, "radsecproxy 1.3"); + debug(DBG_ERR, "radsecproxy 1.3.1"); debug(DBG_ERR, "This binary was built with support for the following transports:"); #ifdef RADPROT_UDP debug(DBG_ERR, " UDP"); @@ -3154,7 +3154,7 @@ int main(int argc, char **argv) { debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno)); debug_timestamp_on(); - debug(DBG_INFO, "radsecproxy 1.3 starting"); + debug(DBG_INFO, "radsecproxy 1.3.1 starting"); if (pidfile && !createpidfile(pidfile)) debugx(1, DBG_ERR, "failed to create pidfile %s: %s", pidfile, strerror(errno)); diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index b43989d..54ead46 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH "radsecproxy.conf " 5 2009-03-12 "radsecproxy 1.3" "" +.TH "radsecproxy.conf " 5 2009-07-22 "radsecproxy 1.3.1" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index ef7c918..61d0100 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>2009-03-12</date> + <date>2009-07-22</date> </refentryinfo> <refmeta> <refentrytitle> <application>radsecproxy.conf</application> </refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo>radsecproxy 1.3</refmiscinfo> + <refmiscinfo>radsecproxy 1.3.1</refmiscinfo> </refmeta> <refnamediv> <refname> |