Releases: pi-hole/FTL
Releases · pi-hole/FTL
FTL v2.11.1
FTL v2.11
How do I update my Pi-hole?
Fix
- Ensure percentages in forward destinations do always sum up to one #133
- Compute properly normalized percentages #130
- Forward destinations counting #128
Tweaks
FTL v2.10
How do I update my Pi-hole?
New
- Offer unsorted list of forward destinations #110
Tweaks
- Limit maximum number of logged errors #122
- Ignore invalid domains (containing ") #119
- Skip queries with domain
pi.hole
during log parsing #118 - Improve crash message #109
- Use low-level mutual exclusive locks #107
- Try again to open pihole.log if necessary #106
Bugfixes
FTL v2.9.4
Fix
- Refactor database thread to either save new queries or delete old ones, but never try to do both at the same time #100
FTL v2.9.3
Fix
- Remove buggy SQLite3 function
sqlite3_changes()
causing crashes #95
FTL v2.9.2
New
- Database: Automatically remove queries that are older than
x
days (withx
being user-definable, defaulting to 365 days) #89 - Add binary for
powerpc
arch (Thanks to @mterron!) #88
Tweaks
- Add
unique_clients
to API statistics (to be used on the dashboard in a separate pull request) #90
Fix
- Catch quite unlikely, but nevertheless possible memory allocation error #92
FTL v2.9.1
FTL v2.9
New
- Long-term backend implementation using an SQLite3 database #70
- Add test suite to FTL repository in order to ensure proper functionality of the core functions when modifying the code #69
Tweaks
- Revamp socket routines for increased speed and readability of the code #74
- Make FTL's logging routine thread-safe #80
Bugfixes
FTL v2.8
New
- Update license to EUPL v1.2 #64
- Add
AAAA_QUERY_ANALYSIS
config flag to be able to hide IPv6 queries #63
Tweaks
- Code simplification concerning thread locks and concurrent threads #66
- Use
pidof pihole-FTL
instead of thepihole-FTL.pid
file in the simplified debugging instructions #67
Fixes
- Fix concurrent client threads accessing the same memory eventually leading to a crash #65
FTL v2.7.4
- Fix wrong index in
getForwardDestinations()
#61