diff options
author | corvid <devnull@localhost> | 2014-12-10 17:43:00 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-10 17:43:00 +0000 |
commit | f77de983937557c9eeff5a43ec56de7b34c3886b (patch) | |
tree | 6693920088151ef12e3f433b8660df562d38c2f9 /src | |
parent | d3c58fd2e9422282fcc43491233191ad32067aa8 (diff) |
mention in splash
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/about.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 2ca419ed..fa1b67ac 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -237,14 +237,15 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<p>\n" -"The dillo-3.0.4.1 release brings you:\n" +"The dillo-3.0.4.1 release brings you fixes:\n" "<ul>\n" -"<li> An important fix for linking with the recently-released fltk-1.3.3\n" +"<li> for linking with the recently-released fltk-1.3.3\n" " (we don't use <tt>fl_oldfocus</tt> anymore).\n" -"<li> A change to make sure that windows are resizable with fltk-1.3.3.\n" -"<li> A security fix not to load background images in <tt>--local</tt> mode.\n" -"<li> Another fix to permit linking on OS X (remove our <tt>Fl_Printer</tt>\n" -"stub).\n" +"<li> to make sure that windows are resizable with fltk-1.3.3.\n" +"<li> not to load background images 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" "</ul>\n" "<p>\n" "...that shouldn't have to wait until dillo-3.1 is ready with its floating\n" |