From 27c0f9606428773c55340f2d29f207e9767f387b Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 11 Mar 2009 12:48:54 +0000 Subject: preparing for 1.3 release git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@488 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- README | 4 ++-- configure.ac | 2 +- radsecproxy.c | 4 ++-- radsecproxy.conf.5 | 2 +- radsecproxy.conf.5.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 7463ea7..4cc6fa1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy 1.3-beta from Feb 18, 2009 +This is radsecproxy 1.3 from March 12, 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.02.18 +Stig Venaas -- 2009.03.12 diff --git a/configure.ac b/configure.ac index 3fdc0d5..c210736 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.3-beta, venaas@uninett.no) +AC_INIT(radsecproxy, 1.3, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O diff --git a/radsecproxy.c b/radsecproxy.c index b78d46b..979fe41 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-beta"); + debug(DBG_ERR, "radsecproxy 1.3"); 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-beta starting"); + debug(DBG_INFO, "radsecproxy 1.3 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 63fc7b0..593f817 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-02-18 "radsecproxy 1.3-beta" "" +.TH "radsecproxy.conf " 5 2009-03-12 "radsecproxy 1.3" "" .SH NAME radsecproxy.conf \- Radsec proxy configuration file diff --git a/radsecproxy.conf.5.xml b/radsecproxy.conf.5.xml index 96a7f44..da5d84a 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-02-18 + 2009-03-12 radsecproxy.conf 5 - radsecproxy 1.3-beta + radsecproxy 1.3 -- cgit v1.1