diff options
author | corvid <devnull@localhost> | 2015-06-17 15:42:28 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-17 15:42:28 +0000 |
commit | 094d12386b8accdbac6267315890f164a60ed13c (patch) | |
tree | 7e68892bae03b2946567c2ef1b6e59ed0ead5138 | |
parent | a0b079b184540fa9ef09a2a896ca42a06208b695 (diff) |
mention the most recent ChangeLog additions in splash
-rw-r--r-- | src/IO/about.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index ad9e293f..3f9884c4 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -277,8 +277,9 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<p>\n" -"Among the improvements in dillo-3.0.5 are:\n" +"Among the changes in dillo-3.0.5 are:\n" "<ul>\n" +"<li>Image buffer/cache improvements.\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" @@ -287,6 +288,8 @@ const char *const AboutSplash= "<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>Better notification when user's domainrc settings block page\n" +" redirection.\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" |