update libtool and libltdl to 1.5.22, and improve the integration
[freeradius.git] / doc / ChangeLog
index 26dadf5..33479c1 100644 (file)
@@ -1,3 +1,16 @@
+FreeRADIUS 1.1.3 ; $Date$, urgency=low
+
+       Feature improvements
+       * rlm_otp now talks to otpd for OTP verification, rather than
+         doing the work itself; this improves portability and security
+         (access to OTP token keys is now much more limited)
+
+       Bug fixes
+       * Fixed configure/make error for Solaris (set HAVE_CLOSEFROM).
+       * Update libtool and ltdl to 1.5.22, to fix 'make install R=';
+         also improve integration by importing unmodified original
+         source
+
 FreeRADIUS 1.1.2 ; $Date$, urgency=low
 
        Feature improvements
@@ -14,8 +27,10 @@ FreeRADIUS 1.1.2 ; $Date$, urgency=low
        * More dictionary updates
        * Write SSL errors to log file, rather than stderr.
          This closes bug #347.
+       * Allow a core dump on uid change on Linux (closes: #361)
 
        Bug fixes
+       * Return better error codes in SQL IODBC module.  Closes bug #341.
        * Corrected list of EAP handlers.
        * Initialize variable in rlm_ldap.c.  This fixes RedHat
          bug #136468.
@@ -35,7 +50,6 @@ FreeRADIUS 1.1.2 ; $Date$, urgency=low
        * Silently drop packets with bad Message-Authenticators, as per RFC3579
        * Unbreak ./configure --disable-static (closes: #350)
        * Unbreak ./configure --prefix (closes: #354)
-       * Allow a core dump on uid change on Linux (closes: #361)
 
 FreeRADIUS 1.1.1 ; Date: 2006/03/17 19:50:34, urgency=low