diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-16 21:29:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-16 21:29:03 +0200 |
commit | 2f7eb5a947e5093f91ed5264d3b0a97859e53769 (patch) | |
tree | e92256f9a4b468873f2a711dbaba826efa8237ab /ChangeLog | |
parent | 9e391efe8bf3adeb8af3ec43c7883e234a84999e (diff) |
Use printf(1) instead of 'echo -e' in tools/ scripts.
Closes RADSECPROXY-40.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,12 +25,12 @@ - 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. Fix made with help from Ralf Paffrath. (RADSECPROXY-33) - When a DynamicLookupCommand script is failing, fall back to other server(s) in the realm. The timeout depends on the kind of failure. + - Other bugs. (RADSECPROXY-26, -28, -34, -35, -39, -40) 2011-10-08 1.5 New features: |