From 3d954bfd2f658ac05a0f20a1241738ed3e3fdd28 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 5 Feb 2014 11:10:02 +0100 Subject: Move lib to the root. --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGES (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..928dfbe --- /dev/null +++ b/CHANGES @@ -0,0 +1,17 @@ +Changes between 0.0.4 and 0.0.5 + + - When POSIX thread support is detected at configure and build time + libradsec will be more safe to use by programs that call it from + more than one thread simultaneously. + + - The initialisation of the OpenSSL PRNG has been improved. + +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. -- cgit v1.1