Skip to content

Commit

Permalink
ready for release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Jul 4, 2018
1 parent f4ac0ad commit 4bcfc7c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2018-05-03 1.7.1
2018-07-05 1.7.1

License and copyright changes:
- Copyright SWITCH
Expand Down Expand Up @@ -39,15 +39,15 @@
- Fix crash when dynamic discovered server doesn't resolve.

2017-08-02 1.6.9
Misc:
- Use a listen(2) backlog of 128 (RADSECPROXY-72).

Bug fixes:
- Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
- Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50).
- Tie Access-Request log lines to response log lines (RADSECPROXY-60).
- Fix a couple of memory leaks and NULL ptr derefs in error cases.
- Take lock on realm refcount before updating it (RADSECPROXY-77).
Misc:
- Use a listen(2) backlog of 128 (RADSECPROXY-72).

Bug fixes:
- Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
- Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50).
- Tie Access-Request log lines to response log lines (RADSECPROXY-60).
- Fix a couple of memory leaks and NULL ptr derefs in error cases.
- Take lock on realm refcount before updating it (RADSECPROXY-77).

2016-09-21 1.6.8
Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is radsecproxy 1.7.1-rc1.
This is radsecproxy 1.7.1.

radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
(RadSec) RADIUS transports. There is also experimental support for
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Copyright (c) 2006-2010, UNINETT AS
dnl Copyright (c) 2010-2013,2016, NORDUnet A/S
dnl See LICENSE for licensing information.

AC_INIT(radsecproxy, 1.7.1-rc1, radsecproxy@lists.nordu.net)
AC_INIT(radsecproxy, 1.7.1, https://radsecproxy.github.io)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AC_PROG_CC
Expand Down
4 changes: 2 additions & 2 deletions radsecproxy.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH radsecproxy 1 "5 May 2018"
.TH radsecproxy 1 "5 July 2018"

.SH "NAME"
radsecproxy - a generic RADIUS proxy that provides both RADIUS UDP and TCP/TLS (RadSec) transport.
Expand Down Expand Up @@ -84,7 +84,7 @@ This signal is ignored.

.SH "FILES"
.TP
.B /etc/radsecproxy.conf
.B /usr/local/etc/radsecproxy.conf
.sp
The default configuration file.

Expand Down
2 changes: 1 addition & 1 deletion radsecproxy.conf-example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Master config file, must be in /etc/radsecproxy or specified with -c option
# Master config file, must be in /usr/local/etc/radsecproxy or specified with -c option
# All possible config options are listed below

# First you may define any global options, these are:
Expand Down
4 changes: 2 additions & 2 deletions radsecproxy.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry>
<refentryinfo>
<date>2018-05-05</date>
<date>2018-07-05</date>
</refentryinfo>
<refmeta>
<refentrytitle>radsecproxy.conf</refentrytitle>
<manvolnum>5</manvolnum>
<refmiscinfo>radsecproxy 1.7.1-rc1</refmiscinfo>
<refmiscinfo>radsecproxy 1.7.1</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
Expand Down

0 comments on commit 4bcfc7c

Please sign in to comment.