diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:32:00 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-11-01 16:32:00 -0300 |
commit | d8458319fcfeb7567e32f576f939c62554dedae6 (patch) | |
tree | 3dd1a56a51bc0fc703e31d6635376d5c24ed1ce8 /ChangeLog | |
parent | 252144effc180451e16e58a09de22685dd572ce4 (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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |