diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2014-04-08 17:49:43 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2014-04-08 17:49:43 -0300 |
commit | d7b2163db989b8d9d3eab0c1ea35b08b392bb305 (patch) | |
tree | bbb799f82368e466fadd20d93f4ae6554e3904d1 | |
parent | 6a7a00711851396bfd212ef3ffce6dae8df44b3f (diff) |
Updated the splash page for dillo-3.0.4 release.
-rw-r--r-- | src/IO/about.c | 50 |
1 files changed, 29 insertions, 21 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index ef0457db..22999b79 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -230,33 +230,26 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" April 17, 2013\n" +" April ??, 2014\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"dillo-3.0.3 adds some nice new features, as listed below.\n" +"dillo-3.0.4 adds some nice new features, as listed below.\n" "<p>\n" -"This release comes with <b>configurable UI colors</b> in\n" -"<a href='http://www.dillo.org/dillorc'>dillorc</a>.\n" -"Packagers should set the theme that better fits the distro, and\n" -"end users may tweak freely if they like!\n" +"This release comes with better <b>text rendering</b> in the form of\n" +"some linebreaking fixes, and optimization for non-justified text,\n" +"including a new preference stretchability_factor.\n" "<p>\n" -"In order to use the <b>hyphenation</b> feature, pattern files from CTAN\n" -"need to be installed. Most probably your packager did it for you. If not\n" -"enabled, just follow directions from the README file.\n" +"It also comes with support for a few <b>HTML5</b> elements and better CSS\n" +"including background <b>images.</b>\n" "<p>\n" -"A new <a href='http://www.dillo.org/domainrc'>domainrc</a> mechanism has\n" -"been introduced to provide finer-grained control over automatic requests\n" -"for third-party resources, and the old filter_auto_requests dillorc option\n" -"has been removed. This makes it easier to block ads and trackers but permit\n" -"legitimate use such as wikipedia pulling images from wikimedia.org.\n" +"It has enhanced <b>security</b> by fixing a set of potentially exploitable\n" +"code patterns reported by the Oulu University Secure Programming Group.\n" "<p>\n" -"Dillo3 uses the FLTK GUI toolkit's 1.3.x series, whose release\n" -"cleared the way for Dillo to return to those distributions\n" -"which had excluded Dillo2 due to FLTK2 never being officially released.\n" +"Finally it also fixes compiling on HURD and IRIX\n" "<p>\n" "The core team welcomes developers willing to join our workforce.\n" "<p>\n" @@ -280,10 +273,25 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<ul>\n" -"<li>Automatic hyphenation (includes penalty_* preferences that control line-breaking).\n" -"<li>Added the domainrc mechanism.\n" -"<li>Added user interface color preferences (ui_*).\n" -"<li>Support for CSS display property.\n" +"<li> OPTGROUP and INS elements.\n" +"<li> Added some HTML5 elements.\n" +"<li> Added show_ui_tooltip preference (BUG#1140).\n" +"<li> Make embedding into other applications more reliable (BUG#1127).\n" +"<li> Add search from address bar.\n" +"<li> Better scaling (down) of images, even with consideration of gamma \n" +" correction.\n" +"<li> Some linebreaking fixes, and optimization for non-justified text,\n" +" including new preference stretchability_factor.\n" +"<li> Added white_bg_replacement preference.\n" +"<li> Implemented background images (except 'background-attachment'), added\n" +" load_background_images preference, as well as a new entry in the tools\n" +" menu.\n" +"<li> Fix a set of bugs reported by Oulu Univ. Secure Programming Group\n" +" (HTML parsing, URL resolution, GIF processing, etc.)\n" +"<li> Made show_url dillorc option work again (BUG#1128)\n" +"<li> Fix compiling on Hurd.\n" +"<li> Avoid Dpid children becoming zombies.\n" +"<li> Fix compiling on IRIX with MIPSpro compiler.\n" "</ul>\n" " </table>\n" "</table>\n" |