summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-11 21:45:14 +0200
committerjcid <devnull@localhost>2008-04-11 21:45:14 +0200
commitf979c87530c232bf7d9f4b97d1917ad8ab22b502 (patch)
treeb2cc77ea56250c89eca8df6aadd27c9d7dec942f /ChangeLog
parentcac859fe118a523edc80f745ed57d49568fc0b2d (diff)
- Fixed a cookies-related dillo freeze bug happening at:
http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37dbc2ad..bb2dda37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,6 +102,9 @@ dillo-fltk2
- Added a_Capi_get_flags(). It requests a cache entry's status as flags.
- Switched URL_DATA type from char* to a dStr.
Patch: place, Jorge Arellano Cid
++- Fixed a cookies-related dillo freeze bug happening at:
+ http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
+ Patch: Andreas Kemnade, Jorge Arellano Cid
+- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa().
Added const declarations in html parser.
Patch: Vincent Thomasset