From 91f7de7c25de27ed33988f727d62bf3a594d0989 Mon Sep 17 00:00:00 2001 From: kolla Date: Wed, 22 Jul 2009 12:56:54 +0000 Subject: Oppdatert til 1.3.1 git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@505 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- ChangeLog | 4 ++++ README | 4 ++-- configure.ac | 2 +- radsecproxy.c | 4 ++-- radsecproxy.conf.5 | 2 +- radsecproxy.conf.5.xml | 4 ++-- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index bffff88..70f17d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index 4cc6fa1..a54e7f5 100644 --- a/README +++ b/README @@ -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 -- 2009.03.12 +Stig Venaas -- 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"> - 2009-03-12 + 2009-07-22 radsecproxy.conf 5 - radsecproxy 1.3 + radsecproxy 1.3.1 -- cgit v1.1