summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-11-01 18:12:23 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-11-01 18:12:23 -0300
commit6b59a5424f66b4b494459b8fad67b9bb576296de (patch)
tree9a2a32aa48bcb82c74c07ec2b1e305e8808585f5 /ChangeLog
parent944ebae7fc2556b081e2a9f1ca1f0f8b8a217e67 (diff)
Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c6e805b..42adf5d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,8 +21,16 @@ 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.
+ - Changed and reimplemented the DPI API.
+ * Fixed bugs and updated all DPI programs:
+ * Reimplemented the file dpi using select(). No pthreads-based anymore.
+ * Fixed ftp dpi: downloads, streamed transfer, error feedback.
+ * Fixed a bug in dillo with lingering cache entries.
+ * Made dpidc a C language program.
+ * Made the internal dsh implementation use unique functions for read/write.
+ * Removed the write/fwrite mix in DPIP.
+ * Made the DPIP API token-based. Packet assembling is coded inside DPIP!
+ * Several cleanups and more error handling sprinkled all over too.
Patches: Jorge Arellano Cid
+- Fix segfault from AREA when MAP is missing name attribute.
- Fix image map coordinates when margin/border/padding present.