update NEWS to note that CertFP methods are now configurable

This commit is contained in:
William Pitcock 2015-12-07 01:52:16 -06:00
parent 13d8f0edba
commit 509088aaee

2
NEWS
View file

@ -54,6 +54,8 @@ config
- Make the channel::channel_target_change option actually work (it used to be - Make the channel::channel_target_change option actually work (it used to be
always on). always on).
- SSL/TLS listeners now have defer_accept unconditionally enabled on them. - SSL/TLS listeners now have defer_accept unconditionally enabled on them.
- The method used for certificate fingerprints (CertFP) is now configurable.
SHA1, SHA256 and SHA512 are available options.
misc misc
- Work around timerfd/signalfd brokenness on OpenVZ. - Work around timerfd/signalfd brokenness on OpenVZ.
- Fix a compilation issue in libratbox/src/sigio.c with recent glibc. - Fix a compilation issue in libratbox/src/sigio.c with recent glibc.