summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-01 05:15:10 +0000
committercorvid <corvid@lavabit.com>2009-06-01 05:15:10 +0000
commit829e38e0ca1d214e00d8076120c50092f319d356 (patch)
tree449ce14d3b3fd340efd9c0ebaa47711704d0e13a
parent02e2211e4ea7f93dd1881c17766bce62316d602a (diff)
ChangeLog
-rw-r--r--ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd4a19b..d0b6a135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,12 @@
Dillo project
=============================================================================
-dillo-2.1
+dillo-2.1 [??, 2009]
+- Added ipv6 addresses iteration and ipv4 fallback.
Patch: James Turner, Jorge Arellano Cid
+- Added support for numeric IPv6 addresses entered into the url bar.
+ - Made the DNS resolver report in numeric address notation.
- Used the URL authority part instead of stripped default port in HTTP query.
- Fixed Bookmarks modify's HTML so it wraps nicely on handhelds.
Patches: Justus Winter
@@ -23,7 +24,7 @@ dillo-2.1
- Set middle click to submit in a new TAB. (Helps to keep form data!)
- Added support for the Q element. BUG#343
- Cleaned up Html_pop_tag().
- - Ported the command line interface from dillo1 (XID not working yet).
+ - Ported the command line interface from dillo1
- Switched file dpi error messages to HTML.
- Added a right-click menu to form controls (show hiddens, submit, reset)
- Remove now-redundant generate_submit pref
@@ -57,8 +58,6 @@ dillo-2.1
+- Allowed compilation with older machines by removing a few C99isms.
- Added use of inttypes.h when stdint.h isn't found.
Patches: Dan Fandrich
-+- Made the DNS resolver report in numeric address notation.
- Patch: Justus Winter
+- Reduced warnings with gcc-4.3.
Patch: Thomas Orgis
+- Made the parser recognize "[^ ]/>"-terminated XML elements.
@@ -125,7 +124,7 @@ dw
-----------------------------------------------------------------------------
-dillo-2.0
+dillo-2.0 [Oct 14, 2008]
+- Ported Dillo from GTK1 to FLTK2.
- Ported a susbstantial part of the code from C to C++ (FLTK2 is in C++).