diff options
author | jcid <devnull@localhost> | 2008-10-23 20:55:15 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-23 20:55:15 +0200 |
commit | 098e2b5ef7e5e4fe8653924b334f2dbdd0a6e841 (patch) | |
tree | a7bcc5c4e4360a07a56bb1fc438e5bbcce75bccc /ChangeLog | |
parent | 7e3d854da3c3ed7b7a7d51d35d587e8a630ba07c (diff) |
- Made cookierc parsing more robust.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,21 +4,22 @@ Dillo project dillo-2.1 ++- Added ipv6 addresses iteration and ipv4 fallback. + Patch: James Turner, Jorge Arellano +- Added support for numeric IPv6 addresses entered into the url bar. - Used the URL authority part instead of stripped default port in HTTP query. Patches: Justus Winter +- Fix for file inputs without values (forms). - Tuned input width a bit. - Cleaned up resource embedding (forms) + - Made cookierc parsing more robust. Patches: place (AKA corvid) +- Switched SSL enabled to configure.in (./configure --enable-ssl). Patch: Jeremy Henty +- Allowed compilation with older machines by removing a few C99isms. - Added use of inttypes.h when stdint.h isn't found. Patches: Dan Fandrich -+- Added ipv6 addresses iteration and ipv4 fallback. - Patch: James Turner, Jorge Arellano -+- Set the File menu label to hide when the File menu button is shown. ++- Set the File menu label to hide when the File menu-button is shown. ? Trying a new iconv() test in configure.in. Patch: Jorge Arellano |