aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:32:00 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-11-01 16:32:00 -0300
commitd8458319fcfeb7567e32f576f939c62554dedae6 (patch)
tree3dd1a56a51bc0fc703e31d6635376d5c24ed1ce8 /ChangeLog
parent252144effc180451e16e58a09de22685dd572ce4 (diff)
ftp dpi: fixed download offer, streamed transfer, added HTML feedback.
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46323fb6..3c6e805b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ dillo-2.2 [??]
- Switched capi to use dlib's Dlist instead of a_List_* methods.
- Remove empty cache entries on Stop-button press and new link request!
- Fixed URL unescaping in the datauri DPI.
+ - Fixed the FTP dpi: download dialog works, empty cache-entry removal,
+ feedback page when file doesn't exist and streamed transfer of files.
Patches: Jorge Arellano Cid
+- Fix segfault from AREA when MAP is missing name attribute.
- Fix image map coordinates when margin/border/padding present.