diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-12-20 18:38:48 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-12-20 19:00:12 +0100 |
commit | c9b4a492cfe93fc9563d9b2b30bcdceefee1d4bb (patch) | |
tree | f8278f0fca0f17f02228e8f1a8d0e07cbc9b73dd /lib/CHANGES | |
parent | 5871418432e1b127c760cd42a50f781d95d245fd (diff) |
Detect POSIX threads at configure time and use them for OpenSSL.
Diffstat (limited to 'lib/CHANGES')
-rw-r--r-- | lib/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/CHANGES b/lib/CHANGES index a7640e7..de83d34 100644 --- a/lib/CHANGES +++ b/lib/CHANGES @@ -1,3 +1,9 @@ +Changes between 0.0.4 and 0.0.5.dev + + - 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. + User visible changes between 0.0.1 and 0.0.4 - TLS support is now enabled by default. Use --disable-tls to |