aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-03-02 12:27:51 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-03-02 12:27:51 -0300
commitf28da297c00f7d6c2ef2e1b7d7963fea567630b9 (patch)
tree08c7fbdb98830b7c1a061e8605ac393f3220007e
parent619a64c21d4e20ee3acbac817119e6ed55202b14 (diff)
merge
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7185cd36..15925cac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,8 @@ dillo-2.1
- Cleaned up and normalized D_SUN_LEN usage.
- Fixed incorrect use of VOIDP2INT in Dialog_user_password_cb().
- Ensure that the dlib dStr* functions are used everywhere.
- - Fixed a leak in Html_tag_open_link().
+ - Fixed a memory leak in Html_tag_open_link().
+ - Fixed a memory leak in Klist().
Patches: Jeremy Henty
+- Implemented Basic authentication!
Patch: Jeremy Henty, Jorge Arellano Cid