summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.