This commit is contained in:
Frank Denis 2020-06-09 09:55:40 +02:00
parent 506f727f1f
commit 08e9dfe46e

View file

@ -8,14 +8,14 @@ and relays lists.
- Android: the time zone for log files is now set to the system - Android: the time zone for log files is now set to the system
time zone. time zone.
- Quite a lot of updates and additions have been made to the - Quite a lot of updates and additions have been made to the
example domain blacklists configuration. Thanks to `IceCodeNew`. example domain block lists. Thanks to `IceCodeNew`!
- Cached configuration files can now be temporarily used if - Cached configuration files can now be temporarily used if
they are out of date, but bootstraping is impossible. Contributed by they are out of date, but bootstraping is impossible. Contributed by
`lifenjoiner`, thanks! `lifenjoiner`, thanks!
- Precompiled macOS binaries are now notarized. - Precompiled macOS binaries are now notarized.
- `generate-domains-blacklists` now tries to deduplicate entries - `generate-domains-blacklists` now tries to deduplicate entries
clobbered by wildcard rules. Thanks to `Huhni`. clobbered by wildcard rules. Thanks to `Huhni`!
- `generate-domains-blacklists` can now directly write blacklists to a - `generate-domains-blacklists` can now directly write lists to a
file with the `-o` command-line option. file with the `-o` command-line option.
- cache files are now downloaded as the user the daemon will be running - cache files are now downloaded as the user the daemon will be running
as. This fixes permission issues at startup time. as. This fixes permission issues at startup time.