From 45e9688c45d2d66a599860a6eea46ca791b8157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=EFc=20Gomez?= Date: Wed, 26 Sep 2007 22:21:01 +0200 Subject: [PATCH] changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 342cec1..684775d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * src/log: fix backlogging again, memlog was distrubing the process * src/connection: change some log levels, errors are errors, not debug info... + * src/bip: add ssl_check_mode option to the connection block (requested + by Trou) + die if ssl_check_mode is unset while the network is SSL. + 2007-09-25 Loïc Gomez