Skip to content

Commit b9ed73e

Browse files
committed
release 3.2.2
1 parent 8ca68f7 commit b9ed73e

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ freeradius (3.2.2+git) unstable; urgency=medium
22

33
* New upstream version.
44

5-
-- Alan DeKok <[email protected]> Mon, 03 Oct 2022 12:00:00 -0500
5+
-- Alan DeKok <[email protected]> Thu, 16 Feb 2023 12:00:00 -0500
66

77
freeradius (3.2.1+git) unstable; urgency=medium
88

doc/ChangeLog

+28-19
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,54 @@
1-
FreeRADIUS 3.2.2 Mon 03 Oct 2022 12:00:00 EDT urgency=low
1+
FreeRADIUS 3.2.2 Thu 16 Feb 2023 12:00:00 EDT urgency=low
2+
Configuration changes
3+
* The linelog module now has a "header" configuration item,
4+
which places a header in any new file it creates.
5+
* The ldap module now supports setting "cipher_list". See
6+
mods-available/ldap.
7+
* Add "connect_timeout" for outgoing TLS sockets. Helps with #3501.
8+
* Add config section for xlats in rlm_rest and an option to
9+
control REST body data encoding. Patches by Nick Porter.
10+
* Allow Operator-Name and Called-Station-Id in attr_filter when
11+
proxying. Helps with less work in Eduroam configurations.
12+
* Ensure that the AcctUpdateTime field in SQL is always updated.
13+
This is so that we can track when the last packet arrived.
14+
* Update the default configuration to reply to NAS when accounting
15+
proxying fails, but we still write to the detail file.
16+
217
Feature improvements
318
* The "configure" process now gives a much clearer report
419
when it's finished. Patches by Matthew Newton.
520
* Fallback to "uname -n" on missing "hostname". Fixes #4771
621
* Export thread details in radmin "stats threads". Fixes #4770
7-
* Allow Operator-Name and Called-Station-Id in attr_filter when
8-
proxying. Helps with less work in Eduroam configurations.
922
* Improve queries for processing radacct into periodic usage data.
1023
Fix from Nick Porter.
11-
* update dictionary.juniper
12-
* add dictionary.calix
24+
* Update dictionary.juniper
25+
* Add dictionary.calix
1326
* Fix dictionary.rfc6519 DS-Lite-Tunnel-Name to be "octets"
14-
* The linelog module now has a "header" configuration item,
15-
which places a header in any new file it creates.
16-
* Ensure that the AcctUpdateTime field in SQL is always updated.
17-
This is so that we can track when the last packet arrived.
1827
* Update documentation for robust-proxy-accounting, and be more
1928
aggressive about sending packets.
2029
* Add per-module README.md files in the source.
2130
* Add default Visual Studio configuration for developers.
22-
* Update the default configuration to reply to NAS when accounting
23-
proxying fails, but we still write to the detail file.
24-
* Add "connect_timeout" for outgoing TLS sockets. Helps with #3501.
2531
* Postgres can now automatically use alternate queries for errors
2632
other than duplicate keys.
2733
* %{listen:TLS-PSK-Identity} is now set when using PSK and psk_query
2834
This helps the server track the identity of the client which is
2935
connecting.
30-
* The ldap module now supports setting "cipher_list". See
31-
mods-available/ldap.
3236
* Include thread stats in Status-Server attributes. Fixes #4870.
37+
* Mark rlm_unbound stable and add to packages. Patches by Nick Porter.
38+
* Remove broken/unsupported Dockerfiles for centos8 and
39+
debian9.
40+
* Ensure Docker containers have stable uid/gid. Patches
41+
from Terry Burton.
3342

3443
Bug fixes
35-
* Preliminary support for non-blocking TLS sockets.
36-
Helps with #3501.
37-
* Fix support for partial certificate chains
38-
after adding reload support. Fixes #4753
44+
* Preliminary support for non-blocking TLS sockets. Helps with #3501.
45+
* Fix support for partial certificate chains after adding reload
46+
support. Fixes #4753
3947
* Fix handling of debug_condition.
4048
* Clean up home server states, and re-sync with the dictionaries.
4149
* Correct certificate order when creating TLS-* attributes.
4250
Fixes #4785
43-
* update use of isalpha() etc. so broken configurations have less
51+
* Update use of isalpha() etc. so broken configurations have less
4452
impact on the server.
4553
* Outgoing TLS sockets now set SNI correctly from the "hostname"
4654
configuration item.
@@ -49,6 +57,7 @@ FreeRADIUS 3.2.2 Mon 03 Oct 2022 12:00:00 EDT urgency=low
4957
* Getting statistics via Status-Server can now be done within a
5058
virtual server. Fixes #4868
5159
* Make TTLS+MS-CHAP work with TLS 1.3. Fixes #4878.
60+
* Fix md5 xlat memory leak when using OpenSSL 3. Fix by Terry Burton.
5261

5362
FreeRADIUS 3.2.1 Mon 03 Oct 2022 12:00:00 EDT urgency=low
5463
Feature improvements

0 commit comments

Comments
 (0)