From f2eeae9144f06eac004d4489f89be2ff7d07fa0f Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 16 Oct 2007 15:38:22 +0000 Subject: release of 1.0p1 git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@186 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- README | 4 ++-- configure.ac | 2 +- radsecproxy.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 39619ba..b9c9095 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is radsecproxy version 1.0, which is a generic RADIUS +This is radsecproxy version 1.0p1, which is a generic RADIUS proxy that can support various RADIUS clients over UDP or TLS (RadSec). @@ -33,4 +33,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 -- 2007.09.21 +Stig Venaas -- 2007.10.16 diff --git a/configure.ac b/configure.ac index 6419c0f..4e12cd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.0, venaas@uninett.no) +AC_INIT(radsecproxy, 1.0p1, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O diff --git a/radsecproxy.c b/radsecproxy.c index 0e22bd6..820646f 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2412,7 +2412,7 @@ int main(int argc, char **argv) { if (!foreground && (daemon(0, 0) < 0)) debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno)); - debug(DBG_INFO, "radsecproxy 1.0 starting"); + debug(DBG_INFO, "radsecproxy 1.0p1 starting"); if (client_udp_count) { udp_server_listen = server_create('U'); -- cgit v1.1