diff options
author | Linus Nordberg <linus@nordberg.se> | 2010-05-28 16:49:25 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-05-28 16:49:25 +0200 |
commit | 334a3f37d3e58010b739e0653bc48cc44d528e1e (patch) | |
tree | 44ffab52eb20c192e338aaf4890b5d42aba05f74 | |
parent | 43c391d5ae6d478c6cc812555d215f0ad20082df (diff) |
Ready for 1.4-beta2.radsecproxy-1.4-beta2
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -62,8 +62,12 @@ Fixed header files for FreeBSD Fix for multiple UDP servers on same IP address, solves accounting problems. -2010-03-31 1.4-devel +2010-05-28 1.4-beta2 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. + Remove all compiler warnings with -Wall. + diff --git a/configure.ac b/configure.ac index e6b62c0..b925f7c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.4-devel, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.4-beta2, radsecproxy@uninett.no) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC |