Update NEWS file: add user facing changes

This commit is contained in:
Pierre-Louis Bonicoli 2021-10-08 19:22:22 +02:00
parent 0c1881b921
commit 844395db1a
Signed by: pilou
GPG Key ID: 06914C4A5EDAA6DD
1 changed files with 7 additions and 0 deletions

7
NEWS
View File

@ -4,6 +4,13 @@ Visible changes:
instead. The allowed values for this new parameter are: "none", "time",
"datetime". "time" is the default value and allow to keep the default
behavior.
- allow to set TLS ciphers: for bip client side (client_side_ciphers),
globally for all connections (ssl_default_ciphers) and foreach connection
(ssl_ciphers).
- allow to set DH parameter used for clients SSL connections with the new
client_side_dh_param parameter.
- Add write_oidentd_file parameter. Existing oidentd users must use
'write_oidentd = true' in their config to keep existing behavior.
2009-01-24 (0.8.x)
Visible changes: