diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/IO/about.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Here we list changes that are relatively significant and/or visible to the user. For a history of changes in full detail, see our Mercurial repository at http://hg.dillo.org/dillo -dillo-3.0.4.1 [not released yet] +dillo-3.0.4.1 [December 24, 2014] +- Avoid a corner case segfault when no search URL is found in dillorc. Patch: Sebastian Geerken, Jorge Arellano diff --git a/src/IO/about.c b/src/IO/about.c index 4d910f31..5ffe7dff 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -230,7 +230,7 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" ?????? ??, 2014\n" +" December 24, 2014\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" |