diff options
-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" |