X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=117cfcb2915208c23747cbc98d39c6681f6f1acf;hb=58828098b4d64dc96318359886f6aea7a1488864;hp=a16b4b6aa97ecf0e989b29042dafc2f1682cd2c7;hpb=6df48ad13f8c0583f04cefab6eea725d742f426a;p=radsecproxy.git diff --git a/ChangeLog b/ChangeLog index a16b4b6..117cfcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,13 +62,22 @@ Fixed header files for FreeBSD Fix for multiple UDP servers on same IP address, solves accounting problems. -2010-06-01 1.4-beta3-devel - Fixed UDP fragmentation issue - Fixed build on Solaris when compiling with gcc. - LoopPrevention per server added. - AddVendorAttribute rewrite configuration added. - Fixed pwdencrypt bug with passwords of a leangth greater than 16 octets. - Diagnostics improved for errors resulting from failing syscalls. - Removed all compiler warnings (compiling with -Wall). - New log level, DBG_NOTICE, added. +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.