|
| 1 | +3.8.2 - 2024-01-04 |
| 2 | + * Fixed testsuite compatibility with Net::DNS 1.39 and higher. |
| 3 | + * Fixed "gdnsd daemonize" (was universally broken in 3.8.1) |
| 4 | + * Fixed an unlikely race in the daemon replacement sequence, which under |
| 5 | + systemd may have caused the replacement to be flagged as an alien main |
| 6 | + PID, with varying consequences depending on the systemd version (in |
| 7 | + recent ones, just a harmless error message apparently) |
| 8 | + * Fixed another process mgmt issue that caused a ~15s delay near the end |
| 9 | + of the daemon's clean shutdown, iff extmon monitoring is used. |
| 10 | + * Fixed a small memory leak that happens if a file parsed by the extfile |
| 11 | + plugin has bad syntax |
| 12 | + * extfile also no longer pointlessly loads or parses files which are not |
| 13 | + actually used to control any resource |
| 14 | + * Several minor QA tooling updates, and several minor QA-driven patches |
| 15 | + of little consequence (e.g. constification, simplifications for |
| 16 | + analysis, etc) |
| 17 | + |
1 | 18 | 3.8.1 - 2023-02-22
|
2 | 19 | * Fixed several obscure and unlikely bugs which could be triggered when
|
3 | 20 | there's a failure to launch a replacement daemon. There were two
|
|