From 0d67cac5f7150bfeb7fd483de9c993642c883711 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sun, 21 Oct 2012 01:36:23 +0000 Subject: [PATCH] Add a note about fixing QUITs with SSL connections. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@215 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 23da0f7..84cd4b6 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,8 @@ * panasync OK'd releasing tcl.c, so here it is. (caf) +* Fix QUIT messages with SSL connections. (flashback) + * Rename include/bitchx to include/options.h, fixes building on case-insensitive platforms. (caf)