Add a note about the change of default place to look for radsecproxy.conf.
[radsecproxy.git] / ChangeLog
index 8ba0401..2e0f904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
-2011-04-11 1.6-dev
+2011-04-16 1.6-dev
        Incompatible changes:
        - The default shared secret for TLS and DTLS connections change
        from "mysecret" to "radsec" as per draft-ietf-radext-radsec-12
        section 2.3 (4).  Please make sure to specify a secret in both
        client and server blocks to avoid unwanted surprises.
        (RADSECPROXY-19)
+       - The default place to look for a configuration file has changed
+       from /etc to /usr/local/etc.  Let radsecproxy know where your
+       configuration file by using the `-c' command line option.  Or
+       configure radsecproxy with --sysconfdir=/etc to restore old
+       behaviour.  (RADSECPROXY-31)
 
        New features:
        - Improved F-Ticks logging options.  F-Ticks can now be sent to a
@@ -21,7 +26,8 @@
        conditionally and unconditionally.
        - Honour configure option --sysconfdir.  (RADSECPROXY-31)
        - Other bugs.  (RADSECPROXY-26, -28, -34, -35, -39)
-       - Don't crash on failing DynamicLookupCommand scripts.
+       - 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.