Skip to content

Commit

Permalink
Ready for radsecproxy-1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Jul 22, 2011
1 parent fb39858 commit 5e057b3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <radsecproxy@uninett.no>.
#
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e057b3

Please sign in to comment.