aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67cb866..5068d6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+-- Noteworthy changes in version 1.1.8 (2020-07-05)
+o) Minimum supported OpenSSL version is 1.1.1 now
+o) Experimental TLS support for the irc client part has been implemented. We
+ only do TLSv1.2 and higher
+o) The irc::tls and irc::tls_hostname_verification configuration directives
+ have been added
+o) A possible out-of-bounds write in the irc parser logic has been fixed
+
+
-- Noteworthy changes in version 1.1.7 (2020-04-19)
o) Fixed github issue #31: hopm attempts to open stderr for logging in
non-debug/fork mode which can cause hopm to exit silently