diff options
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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++). |