From f34481265fec85812388bbcb082b064a2cfba9b2 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 18 Aug 2013 18:25:12 +0000 Subject: - Update NEWS git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2467 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 1 + doc/reference.conf | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 41d1486..23ad2bf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -- ircd-hybrid-8.1.7 Release Notes o) Fixed issue with channel mode +n having no functionality at all +o) Fixed SSL certificate fingerprint validation for outgoing server connects o) Updated several documentation files diff --git a/doc/reference.conf b/doc/reference.conf index 1b9960f..af50954 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -102,8 +102,7 @@ serverinfo { * rsa_private_key_file: the path to the file containing the * RSA key for cryptlink. * - * Example commands to store a 2048 bit RSA keypair in - * rsa.key, and the public key in rsa.pub: + * Example commands to store a 2048 bit RSA key in rsa.key: * * openssl genrsa -out rsa.key 2048 * chown . rsa.key -- cgit