diff options
author | corvid <devnull@localhost> | 2015-06-11 02:20:55 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-11 02:20:55 +0000 |
commit | 76bda807e7ee0e2e201d01bae11136afcdf8fd2b (patch) | |
tree | eeb10779eafc10669240e74d47a525cb4a12b5dc | |
parent | 4685caab4eab495c06f5dff7c2b75126be5f277e (diff) |
3.0.5 splash
-rw-r--r-- | src/IO/about.c | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 0b2c01c0..ad9e293f 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -270,23 +270,29 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" December 24, 2014\n" +" ---- --, 2015\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"The dillo-3.0.4.1 release brings you fixes:\n" +"Among the improvements in dillo-3.0.5 are:\n" "<ul>\n" -"<li> for linking with the recently-released fltk-1.3.3\n" -" (we don't use <tt>fl_oldfocus</tt> anymore).\n" -"<li> to make sure that windows are resizable with fltk-1.3.3.\n" -"<li> not to load background images, or follow redirections or meta refresh,\n" -" in <tt>--local</tt> mode (security).\n" -"<li> to permit linking on OS X (remove our <tt>Fl_Printer</tt> stub).\n" -"<li> for a crash when searching from the address bar and no search urls are\n" -" found in dillorc.\n" +"<li>Fix for segfault when there's no dpid and view source is requested.\n" +"<li>Fix view-source dpi to handle null characters correctly.\n" +"<li>Made view-source dpi use CSS formatting (it's shorter and cleaner).\n" +"<li>Crosscompile/buildroot-friendly fltk-config test.\n" +"<li>Fix X11 icon name.\n" +"<li>In location bar, tend toward showing beginning of URL instead of end.\n" +"<li>Handle irix's version of vsnprintf().\n" +"<li>INPUT, TEXTAREA placeholder attribute.\n" +"<li>Fix bug with font_factor preference and CSS font-size:(larger|smaller).\n" +"<li>Recognize Menu key in keysrc.\n" +"<li>HTTPS: change cipher list to \"ALL:!aNULL:!eNULL:!LOW:!EXPORT40:!RC4\",\n" +" disable SSL3, disable TLS compression.\n" +"<li>Avoid requesting background images if an ancestor has display:none.\n" +"<li>Ignore built-in search url if any are specified in dillorc.\n" "</ul>\n" "<p>\n" "...that shouldn't have to wait until dillo-3.1 is ready with its floating\n" |