From a4fcd5570fb07c28dbfd1650dda6c6c005654afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 20 Feb 2020 22:14:28 +0100 Subject: [PATCH] core: add version 2.7.1 in ChangeLog --- ChangeLog.adoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3f07b6018..6c9fba808 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,9 +31,6 @@ Bug fixes:: * core: fix memory leak in completion * core: flush stdout/stderr before forking in hook_process function (issue #1441) * core: fix evaluation of condition with nested "if" (issue #1434) - * irc: fix crash when receiving a malformed message 352 (who) - * irc: fix crash when a new message 005 is received with longer nick prefixes - * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) * irc: add nick changes in the hotlist (except self nick change) * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439) * irc: fix memory leak when the channel topic is changed @@ -54,6 +51,15 @@ Build:: * irc: fix build with GnuTLS < 3.1.0 (issue #1431) * php: add detection of PHP 7.4 +[[v2.7.1]] +== Version 2.7.1 (2020-02-20) + +Bug fixes:: + + * irc: fix crash when receiving a malformed message 352 (who) + * irc: fix crash when a new message 005 is received with longer nick prefixes + * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) + [[v2.7]] == Version 2.7 (2019-12-08)