summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-08-12 21:25:19 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-08-12 21:25:19 -0400
commit8e9290c517ce09ab83cf786a5ba424fc9e5c3f52 (patch)
treed92b024d957de43f69b0edecf1d9eedd451205ba /ChangeLog
parentb4885050a417b18a3a0185fc1f44b7cb75c35069 (diff)
Bugfix: remove the empty cache entry lingering after connection abort
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62aa345c..5990b746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ dillo-2.2 [??]
is simpler and helps to avoid race conditions.
- Updated CCCwork.txt to the new scheme.
- Fixed a bug with OPTION element (it was parsing entities twice).
+ - Bugfix: remove the empty cache entry lingering after connection abort.
Patches: Jorge Arellano Cid
+- Fix segfault from AREA when MAP is missing name attribute.
- Fix image map coordinates when margin/border/padding present.