Update NEWS file
This commit is contained in:
parent
64e6a74a5e
commit
6dc67b3775
13
NEWS
13
NEWS
|
@ -1,12 +1,21 @@
|
||||||
v0.10 (not yet released)
|
v0.10 (not yet released)
|
||||||
* Improve speed by processing logs in parallel
|
* Improve speed by processing logs in parallel
|
||||||
* Add -start_et_end option to begin monitoring new logs at the end,
|
* Add -start_at_end option to begin monitoring new logs at the end,
|
||||||
which significantly speeds up Cert Spotter, at the cost of missing
|
which significantly speeds up Cert Spotter, at the cost of missing
|
||||||
certificates that were added to a log before Cert Spotter starts
|
certificates that were added to a log before Cert Spotter starts
|
||||||
monitoring it
|
monitoring it
|
||||||
* (Behavior change) Scan logs in their entirety the first time Cert
|
* (Behavior change) Scan logs in their entirety the first time Cert
|
||||||
Spotter is run, unless -start_at_end specified (behavior change)
|
Spotter is run, unless -start_at_end specified (behavior change)
|
||||||
* Add/remove logs to match latest Chromium/Apple lists
|
* The log list is now retrieved from certspotter.org at startup instead
|
||||||
|
of being embedded in the source. This will allow Cert Spotter to react
|
||||||
|
more quickly to the frequent changes in logs.
|
||||||
|
* (Behavior change) the -logs option now expects a JSON file in the v2
|
||||||
|
log list format. See <https://www.certificate-transparency.org/known-logs>
|
||||||
|
and <https://www.gstatic.com/ct/log_list/v2/log_list_schema.json>.
|
||||||
|
* -logs now accepts an HTTPS URL in addition to a file path.
|
||||||
|
* (Behavior change) the -underwater option has been removed. If you want
|
||||||
|
its behavior, specify https://loglist.certspotter.org/underwater.json to
|
||||||
|
the -logs option.
|
||||||
|
|
||||||
v0.9 (2018-04-19)
|
v0.9 (2018-04-19)
|
||||||
* Add Cloudflare Nimbus logs
|
* Add Cloudflare Nimbus logs
|
||||||
|
|
Loading…
Reference in New Issue