aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-03-29 11:40:21 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-03-29 11:40:21 +0000
commitac59b52134ccf2b4fcc844a132230f80b95c606e (patch)
tree34ba0732d4ed3c739f4f0494cd4dda62c89a4fa7 /ChangeLog
parentPrevent GC warnings of repeated allocation (diff)
downloadw3m-ac59b52134ccf2b4fcc844a132230f80b95c606e.tar.gz
w3m-ac59b52134ccf2b4fcc844a132230f80b95c606e.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b8eaa7..3f11829 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-03-29 Tatsuya Kinoshita <tats@debian.org>
+
+ * main.c: Prevent GC warnings of repeated allocation.
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746701
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832407
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862382
+
2021-03-27 Tatsuya Kinoshita <tats@debian.org>
* indep.c: Fix potential integer overflow in allocStr.