updates to readme/changelog etc
[radsecproxy.git] / ChangeLog
1 2007-09-21 1.0
2 2007-10-16 1.0p1
3         Fixed crash when servers were configured after first realm block
4 2007-12-24 1.1-alpha
5         Pretend option for validating configuration
6         Include option for including additional config files
7         Allows clients configured by IP prefix, dynamic clients
8         Server failover support
9         Rewriting of username attribute
10         Source address and port can be specified for requests
11 2008-05-14 1.1-beta
12         No longer looks for radsecproxy.conf in current directory
13         Rewrite block that allows removal of specified attributes
14         certificateNameCheck option for disabling CN/SubjectAltName check
15         matchCertificateAttribute now also supports CN matching
16         Forwarding of accounting messages, accountingServer option for realms
17         Supports multiple client blocks for same source address with different
18           certificate checks
19         Removed weekday from log timestamps
20 2008-07-24 1.1
21         Logging stationid attribute
22         Added LoopPrevention option
23         Failover also without status-server
24         Options for RetryCount and RetryInterval
25         Working accounting and AccountingResponse option
26         CRL checking and option for enabling it
27 2008-10-07 1.2
28         listenTCP and sourceTCP options renamed to listenTLS and sourceTLS
29           Old options deprecated but available for backwards compatiblity
30         Logging reply-message attribute from Reject messages
31           Contribution from Arne Schwabe
32         Rewrite blocks have new options addAttribute and modifyAttribute
33         rewriteIn (replacing rewrite) and rewriteOut in client and server
34           blocks for specifying rewrite on input/output. rewrite deprecated
35           but available as an alias for rewriteIn for backwards compatibility.
36         rewritein rewriteout rewrite
37         regular expressions in realms etc can now be more advanced, including
38           use of "or".
39         cacheExpiry option in tls blocks for specifying expiry time for the
40           cache of CA certificates and CRLs. This is particularly useful for
41           regularly updating CRLs.
42         Some logging has been made more informative
43
44 Additional features in devel-20081006
45         Support for TCP and DTLS transports (type tcp, type dtls)
46         Listen... options can be specified multiple times
47         Dynamic server discovery
48         DuplicateInterval option in client block for specifying for how
49           long a request/reply shall be stored for duplicate detection