Fix a typo in an error string.
[libradsec.git] / ChangeLog
index 71c780f..b8cef87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Fixed header files for FreeBSD
        Fix for multiple UDP servers on same IP address, solves accounting
        problems.
-2010-02-26 1.3.2
-       Fixed UDP fragmentation issue
-       Fix build on Solaris when compiling with gcc.
+2010-06-12 1.4
+       Incompatible changes:
+       - Log level 4 used to be DBG_DBG but is now DBG_NOTICE.  In order
+       to keep the same behaviour as in previous versions of radsecproxy,
+       those who have LogLevel set to 4 need to change this to 5.  Log
+       levels 1, 2 and 3 are unaffected.
+
+       New features and various improvements:
+       - LoopPrevention per server has been added.
+       - AddVendorAttribute rewrite configuration has been added.
+       - New log level, DBG_NOTICE, added.
+       - Diagnostics improved for errors resulting from failing syscalls.
+       - Removed all compiler warnings (compiling with -Wall).
+
+       Bug fixes:
+       - A UDP fragmentation issue.
+       - 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.
+2010-11-23 1.4.2
+       Bug fixes:
+       - Don't disable OpenSSL session caching for 0.9.8p and newer in
+         the 0.9.x track.
+       - Detect OpenSSL version at runtime rather than at compile time.