summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-08-01 21:03:44 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-08-01 21:03:44 +0200
commitb1404b02777c58d5e104082f349dff201bd12ef8 (patch)
tree6b132f6dc587e49ae31bc9a5d773c8505cdef1af /ChangeLog.adoc
parent1514570ff02967b40ad3f72e301a574ed49d29ab (diff)
downloadweechat-b1404b02777c58d5e104082f349dff201bd12ef8.zip
scripts: fix issue with year ≥ 2038 in functions print_date_tags and print_y_date_tags
Affected plugins: python, lua, tcl, guile, javascript.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 02a84043e..5284d07ed 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -32,7 +32,7 @@ Bug fixes::
* irc: fix display of TOPIC and QUIT messages with an empty trailing parameter (issue #1797)
* javascript: fix return of long value in functions infolist_time, hdata_long and hdata_time
* relay: fix parsing of IRC messages received from clients (issue #1796)
- * scripts: fix issue with year ≥ 2038 in function infolist_new_var_time (plugins: python/lua/tcl/guile/javascript)
+ * scripts: fix issue with year ≥ 2038 in functions infolist_new_var_time, print_date_tags and print_y_date_tags (plugins: python/lua/tcl/guile/javascript)
* xfer: fix crash when closing DCC chat buffer
Tests::