diff options
author | jcid <devnull@localhost> | 2008-04-11 21:45:14 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-11 21:45:14 +0200 |
commit | f979c87530c232bf7d9f4b97d1917ad8ab22b502 (patch) | |
tree | b2cc77ea56250c89eca8df6aadd27c9d7dec942f /ChangeLog | |
parent | cac859fe118a523edc80f745ed57d49568fc0b2d (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |