Skip to content

Commit

Permalink
ChangeLog entry for Updated cookie secrets management
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Oct 23, 2024
1 parent 40c23b1 commit c75cab0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
23 October 2024: Willem
- Fix #196 and merg #378: Updated cookie secrets management.
The default cookie secret file location can be set at compile time
with the --with-cookiesecretsfile=path option to configure. The
default location is changed to {dbdir}/cookiesecrets.txt. The
previous default location will be checked at startup when there is
no cookie secrets file at the new default location.
A staging cookie can now also be configured in the configuration
file and secrets configured in the configuration file now take
precedence over those read from file.
All DNS related setting in the configuration file will be reevaluated
and effectuated after nsd-control reconfig.

23 October 2024: Wouter
- Merge #391: Update copyright lines (in version output).

Expand Down

0 comments on commit c75cab0

Please sign in to comment.