summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-03-08 22:46:04 +0100
committerJoel Rosdahl <joel@rosdahl.net>2016-03-08 22:46:04 +0100
commitdb5680d01428816ba670f4828144436b69de4a75 (patch)
treef52760eb692ad622ed3e55474129198e062f917e /CHANGES
parentca46821c01923e631f543030d583ba135562e681 (diff)
downloadminiircd-db5680d01428816ba670f4828144436b69de4a75.tar.gz
miniircd-db5680d01428816ba670f4828144436b69de4a75.zip
Import ssl module before entering chroot jail
As noted by Jan Fuchs, importing the ssl module typically doesn't work inside a chroot jail.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a85b25..5be7743 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ Unreleased
* Find certificate specified with relative path when using --daemon.
* Handle quickly disconnecting client without crashing.
+ * Import ssl module before entering chroot jail.
1.1 (2015-05-22)