From 5e057b3271a05ba7e83fc6c0b43db8c6b9926123 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 22 Jul 2011 13:29:41 +0200 Subject: [PATCH] Ready for radsecproxy-1.4.3. --- ChangeLog | 2 +- README | 4 ++-- configure | 20 ++++++++++---------- configure.ac | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6d415e..c1f792d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -92,7 +92,7 @@ - Don't disable OpenSSL session caching for 0.9.8p and newer in the 0.9.x track. - Detect OpenSSL version at runtime rather than at compile time. -2011-07-21 1.4.3-rc0 +2011-07-22 1.4.3 Notes: - The default secret for TLS and DTLS will change in a future relase. Plaese make sure to specify a secret in both client and diff --git a/README b/README index 0c6d1de..0ed8939 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -This is unreleased radsecproxy 1.4.3-rc0. +This is radsecproxy 1.4.3 from 22 July 2011. radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. There is also experimental support for TCP and DTLS. -It should build on most Linux and BSD platforms by simply typing +It should build on most Unix and OSX platforms by simply typing "./configure && make". It is possible to specify which RADIUS transport the build should support. Without any special options to configure, all transports supported by the system will be enabled. diff --git a/configure b/configure index e09888f..d7ad13f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for radsecproxy 1.4.3-rc0. +# Generated by GNU Autoconf 2.67 for radsecproxy 1.4.3. # # Report bugs to . # @@ -551,8 +551,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='radsecproxy' PACKAGE_TARNAME='radsecproxy' -PACKAGE_VERSION='1.4.3-rc0' -PACKAGE_STRING='radsecproxy 1.4.3-rc0' +PACKAGE_VERSION='1.4.3' +PACKAGE_STRING='radsecproxy 1.4.3' PACKAGE_BUGREPORT='radsecproxy@uninett.no' PACKAGE_URL='' @@ -1218,7 +1218,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures radsecproxy 1.4.3-rc0 to adapt to many kinds of systems. +\`configure' configures radsecproxy 1.4.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1289,7 +1289,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of radsecproxy 1.4.3-rc0:";; + short | recursive ) echo "Configuration of radsecproxy 1.4.3:";; esac cat <<\_ACEOF @@ -1386,7 +1386,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -radsecproxy configure 1.4.3-rc0 +radsecproxy configure 1.4.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1441,7 +1441,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by radsecproxy $as_me 1.4.3-rc0, which was +It was created by radsecproxy $as_me 1.4.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2366,7 +2366,7 @@ fi # Define the identity of the package. PACKAGE='radsecproxy' - VERSION='1.4.3-rc0' + VERSION='1.4.3' cat >>confdefs.h <<_ACEOF @@ -4260,7 +4260,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by radsecproxy $as_me 1.4.3-rc0, which was +This file was extended by radsecproxy $as_me 1.4.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4317,7 +4317,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -radsecproxy config.status 1.4.3-rc0 +radsecproxy config.status 1.4.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 508e5a1..11bad1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.4.3-rc0, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.4.3, radsecproxy@uninett.no) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC -- 2.1.4