summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b38d95..8ba0401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,12 +12,19 @@
configured explicitly. This was implemented by Maja
Gorecka-Wolniewicz and Paweł Gołaszewski. (RADSECPROXY-29)
- Add config option PidFile. (RADSECPROXY-32)
+ - Preliminary support for DynamicLookupCommand. It's for TLS
+ servers only at this point. Also, beware of risks for memory
+ leaks.
Bug fixes:
- Stop the autoconfery from warning about defining variables
conditionally and unconditionally.
- Honour configure option --sysconfdir. (RADSECPROXY-31)
- Other bugs. (RADSECPROXY-26, -28, -34, -35, -39)
+ - Don't crash on failing DynamicLookupCommand scripts.
+ - When a DynamicLookupCommand script is failing, fall back to
+ other server(s) in the realm. The timeout depends on the kind of
+ failure.
2011-10-08 1.5
New features: