summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-01-25 13:42:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-01-25 13:42:12 +0100
commitf9808203956063cd83d9c51ad336f0bfe35beed5 (patch)
tree6beeadd83c271501d178d4ada9e84c5db1466862 /ChangeLog.adoc
parent4d67af399dee3319d10cfd3db29d440383c37d72 (diff)
downloadweechat-f9808203956063cd83d9c51ad336f0bfe35beed5.zip
logger: fix crash when disabling logging on a buffer (closes #1444)
Crash happens if the log file was deleted before disabling logging and if the option logger.file.info_lines is on.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 13c51795a..cb2ee7fbb 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -32,6 +32,7 @@ Bug fixes::
* core: fix evaluation of condition with nested "if" (issue #1434)
* 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
+ * logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue #1444)
* relay: update buffers synchronization when buffers are renamed (issue #1428)
* xfer: send signal "xfer_ended" after the received file has been renamed (issue #1438)