X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=117cfcb2915208c23747cbc98d39c6681f6f1acf;hb=19b5ce7ac3f838e689ae6e6b1e4a0c114b44ce67;hp=d5c0c1f0e6056f54f13ba93b7a12f89eaa955cc4;hpb=148cf9038ed5502a50cf1e153f3c2450ded92228;p=radsecproxy.git diff --git a/ChangeLog b/ChangeLog index d5c0c1f..117cfcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,5 +62,22 @@ Fixed header files for FreeBSD Fix for multiple UDP servers on same IP address, solves accounting problems. -2009-09-11 1.3.2 - Fixed UDP fragmentation issue +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.