]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note more changes
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Oct 2012 10:53:08 +0000 (12:53 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Oct 2012 21:15:07 +0000 (22:15 +0100)
doc/ChangeLog

index dfdf8fb225092d5296975ea0a1382e9efa06c977..60e1c2b299ee67cd670892a727942575bae74b41 100644 (file)
@@ -1,12 +1,17 @@
 FreeRADIUS 2.2.1 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium
        Feature improvements
        * Updated dictionary.alcatel, dictionary.bskyb
-       * Added %{randstr:..} support.  Creates random strings in a
+       * Added %{randstr:..} support. Creates random strings in a
          controllable format.
        * Added operator support to rlm_python
        * Added %{hex:...} for hex version of raw attribute data
        * Added %{base64:...} for raw attribute data (e.g. 32-bit IP addr),
-         and %{tobase64:...} for the printable string form (e.g. 1.2.3.4)
+         and %{tobase64:...} for the printable string form (e.g. 1.2.3.4),
+         and %{base64tohex:...} to convert a base64 string to a hex string.
+       * Added dictionary.proxim.
+       * Use correct terminology when printing errors regarding request/
+         response/message authenticators.
+       * Added keytab support to Heimdal Kerberos. Patch from Ryan Steinmetz.
 
        Bug fixes
        * Skip OCSP if there's no host / port / url, with soft_fail
@@ -22,6 +27,8 @@ FreeRADIUS 2.2.1 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium
        * Wait for child threads before exiting.  This prevents errors on
          exit, but may increase exit time if databases are blocked!
          Patch from Iliya Peregoudov.
+       * Wrap rbtree calls in mutexes in rlm_cache to prevent memory
+         corruption. Patch from Phil Mayers.
 
 FreeRADIUS 2.2.0 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium
        Feature improvements