aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/IO/about.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 391c0fbc..42f8011b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
Dillo project
=============================================================================
-dillo-2.2.1 [July ??, 2011]
+dillo-2.2.1 [July 18, 2011]
+- Fix fullwindow start.
- Implemented "View source" as a dpi.
diff --git a/src/IO/about.c b/src/IO/about.c
index b0ef529d..2e5c4485 100644
--- a/src/IO/about.c
+++ b/src/IO/about.c
@@ -75,7 +75,7 @@ const char *const AboutSplash=
" <tr>\n"
" <td>&nbsp;&nbsp;\n"
" <td>\n"
-" <a href='http://hg.dillo.org/dillo/file/tip/ChangeLog'>\n"
+" <a href='http://dillo.org/dillo-2.x/ChangeLog'>\n"
" ChangeLog</a>\n"
" <tr>\n"
" <td>&nbsp;&nbsp;\n"
@@ -240,7 +240,7 @@ const char *const AboutSplash=
"<tr>\n"
" <td bgcolor='#CCCCCC'>\n"
" <h4>Release overview</h4>\n"
-" July ??, 2011\n"
+" July 18, 2011\n"
"<tr>\n"
" <td bgcolor='#FFFFFF'>\n"
" <table border='0' cellspacing='0' cellpadding='5'>\n"
@@ -284,7 +284,7 @@ const char *const AboutSplash=
" <td bgcolor='#CCCCCC'>\n"
" <h4>ChangeLog highlights</h4>\n"
" (Extracted from the\n"
-" <a href='http://hg.dillo.org/dillo/file/tip/ChangeLog'>full\n"
+" <a href='http://dillo.org/dillo-2.x/ChangeLog'>full\n"
" ChangeLog</a>)\n"
"<tr>\n"
" <td bgcolor='#FFFFFF'>\n"