aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-23 20:55:15 +0200
committerjcid <devnull@localhost>2008-10-23 20:55:15 +0200
commit098e2b5ef7e5e4fe8653924b334f2dbdd0a6e841 (patch)
treea7bcc5c4e4360a07a56bb1fc438e5bbcce75bccc /ChangeLog
parent7e3d854da3c3ed7b7a7d51d35d587e8a630ba07c (diff)
- Made cookierc parsing more robust.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 614f67e7..cf34ec5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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