aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2014-12-24 13:55:12 -0300
committerJorge Arellano Cid <jcid@dillo.org>2014-12-24 13:55:12 -0300
commitd66409ce3d95652d1266cb47d8621c6d62ec18f9 (patch)
treeb33109271a0b9524a60a744cd614656c4b45b760
parent4b1e04c385aec8d54997295d0e01d98768ee5be9 (diff)
Updates for 3.0.4.1
-rw-r--r--ChangeLog2
-rw-r--r--src/IO/about.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 122a16d8..f7b7673b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"