summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2010-11-17 19:38:13 +0100
committerLinus Nordberg <linus@nordberg.se>2010-11-17 19:38:13 +0100
commit2803b140a7a393fe974457725c53026101d999c6 (patch)
tree3de6abd50fac50936f6aa3bc35d387b8adb86b08 /ChangeLog
parentf0db61d2550918d8e59035546dcf15178d98ee46 (diff)
Get ready for radsecproxy-1.4.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 117cfcb..3e55e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,3 +81,9 @@
- Build on Solaris when compiling with gcc.
- A bug in pwdencrypt() with passwords of a length greater than
16 octets.
+2010-11-17 1.4.1
+ Bug fixes:
+ - OpenSSL session caching is disabled when built against OpenSSL
+ older than 1.0.0b to mitigate possible effects of
+ http://openssl.org/news/secadv_20101116.txt (RADSECPROXY-14).
+ - Crash bug when reading improper config file fixed.