diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-12-18 13:16:40 +0100 |
commit | 3d0b0f8a67726d8336038e0abdedb0dac9480c27 (patch) | |
tree | 51eea1acbe5f443edef9698aaaf2cae9b37ada92 /lib/CHANGES | |
parent | cac2820722262d60dbc3b1bb1768973e3526d9b3 (diff) |
Update documentation and configure.ac for libradsec-0.0.4.
Diffstat (limited to 'lib/CHANGES')
-rw-r--r-- | lib/CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/CHANGES b/lib/CHANGES new file mode 100644 index 0000000..a7640e7 --- /dev/null +++ b/lib/CHANGES @@ -0,0 +1,9 @@ +User visible changes between 0.0.1 and 0.0.4 + + - TLS support is now enabled by default. Use --disable-tls to + disable it. + + - Support for TLS-PSK has been added (--enable-tls-psk). + + - The RADIUS dictionaries are now compiled into the library and are + no longer read from disk. |