diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-29 14:19:21 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-29 14:19:21 +0000 |
commit | 7766a4f0bde58b3456f26dc584aa869cd1340f3c (patch) | |
tree | 1130b679b5b241abefd89908b2caa459daf9a303 /doc/doc-txt/NewStuff | |
parent | 8c8415232d289e3dcef4b06bc9a69b704813494f (diff) |
Add support for libradiusclient version 0.4.0 onwards, where they have
changed the API.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 053bdabab..51ac28c37 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.30 2005/03/22 16:52:06 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.31 2005/03/29 14:19:21 ph10 Exp $ New Features in Exim -------------------- @@ -91,6 +91,12 @@ TF/01 $received_time is a new expansion variable containing the time and date as a number of seconds since the start of the Unix epoch when the current message was received. +PH/03 There is a new value for RADIUS_LIB_TYPE that can be set in + Local/Makefile. It is RADIUSCLIENTNEW, and it requests that the new API, + in use from radiusclient 0.4.0 onwards, be used. It does not appear to be + possible to detect the different versions automatically. + + Version 4.50 ------------ |