Releases: pi-hole/FTL
Releases · pi-hole/FTL
FTL v2.7.3
- Improve memory handling in
int detectStatus(const char *domain)
#58
FTL v2.7.2
FTL v2.7.1
FTL v2.7
FTL v2.6.2
Bugfix
- Check pointer values to avoid double-free issues #31
FTL v2.6.1
FTL v2.6
FTL v2.5
FTL v2.4.1
Remove dependency on the system's math
library
FTL v2.4
New
- Enhance interplay with
systemctl
/service
which now correctly reportsStatus: active (running)
instead of the previously reportedStatus: active (exited)
.
Tweaks
- Fork twice to prevent the daemon from being a session leader - it cannot take control of a TTY any more - it is truly daemonized 39abd05
Bugfixes
- Determine exponent w/o using
log10()
as that caused a number of issues on various devices (returning either zero er even-NaN
for valid arguments) 1f47f89