]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
release 3.2.0 release_3_2_0
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 21 Apr 2022 20:10:34 +0000 (21:10 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 21 Apr 2022 20:11:17 +0000 (21:11 +0100)
debian/changelog
doc/ChangeLog

index 7f18c2c3f9d533ea1a45b648bdc4503e0d75ffe5..9fe0ec62a82788b6a29f7d0e5da59f00638fdf6a 100644 (file)
@@ -2,7 +2,7 @@ freeradius (3.2.0+git) unstable; urgency=medium
 
   * New upstream version.
 
- -- Alan DeKok <aland@freeradius.org>  Thu, 07 Oct 2021 12:00:00 -0500
+ -- Alan DeKok <aland@freeradius.org>  Thu, 21 Apr 2022 12:00:00 -0500
 
 freeradius (3.0.25+git) unstable; urgency=medium
 
index 57c75ef12ac36a23914f8a3de1a97ed4f72afc9e..28d4390b3a005736016c7dd0dd9a30bf2644648e 100644 (file)
@@ -1,4 +1,4 @@
-FreeRADIUS 3.2.0 Thu 07 Oct 2021 12:00:00 EDT urgency=low
+FreeRADIUS 3.2.0 Thu 21 Apr 2021 12:00:00 EDT urgency=low
        Configuration changes
        * "correct_escapes" has been removed, and is always set to "true"
          internally. Configuration changes may be required if you are
@@ -7,6 +7,7 @@ FreeRADIUS 3.2.0 Thu 07 Oct 2021 12:00:00 EDT urgency=low
          from 3.0.x can be simply copied into a system running 3.2.x.
 
        Feature improvements
+       * All features from 3.0.x are included in the 3.2.x releases. In addition:
        * Add 'reset_day' and '%%r' parameter for rlm_sqlcounter to specify which
          day of the month the counter should be reset.
        * Partial backport of rlm_json from v4, providing the json_encode xlat.
@@ -15,7 +16,7 @@ FreeRADIUS 3.2.0 Thu 07 Oct 2021 12:00:00 EDT urgency=low
          See sites-available/tls, "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/
        * Support for sending CoA-Request and Disconnect-Request packets
          in "reverse" down RadSec tunnels.  Experimental for now, and
-         undocumented.  This will change before 3.2.0 is released.
+         undocumented.
        * It is now possible to run a virtual server when saving / loading
          TLS cache attributes.  See sites-available/tls-cache for
          more information.
@@ -24,7 +25,7 @@ FreeRADIUS 3.2.0 Thu 07 Oct 2021 12:00:00 EDT urgency=low
        * Remove the "otp" module.  The "otpd" program it needs is no longer available,
          and the module has not been usable since at least 2015.
        * All features from 3.0.x are included in the 3.2.x releases.
-       * 3.2.0 requires OpenSSL 1.1.0 or greater.
+       * 3.2.0 requires OpenSSL 1.0.2 or greater.
 
        Bug fixes
        * All bug fixes from 3.0.x are included in the 3.2.x releases.