diff options
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/about.c | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 8fd42580..3cca7ef3 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -240,20 +240,16 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" June 15, 2009\n" +" July 3, 2009\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"This is the second release of the dillo2 series. It comes with\n" -"substantial improvements, among which the most important is a basic\n" -"CSS infrastructure!\n" -"<p>\n" -"There are also configurable keybindings among other goodies. Please read\n" -"the Changelog highlights below. This time they were sorted into two groups\n" -"by relevance and user visibility.\n" +"This release of Dillo improves image size checking. It builds upon version\n" +"2.1, which brought significant improvements such as basic CSS support and\n" +"configurable keybindings.\n" "<p>\n" "Remember that the dillo project uses a release model where every new\n" "version shall be better than the last.\n" @@ -277,7 +273,15 @@ const char *const AboutSplash= " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" -"Dillo:<br>\n" +"2.1.1:<br>\n" +"<ul>\n" +"<li>Add additional size checks for images.\n" +"<li>Added support for css colors of the form rgb(255, 255, 255).\n" +"<li>Added the 'nop' keybinding (nop = NO_OPERATION; cancels a default hook).\n" +"<li>Added 'stop' key action (not bound by default).\n" +"<li>Reduced 'warning: ignoring return value of ...'\n" +"</ul>\n" +"2.1:<br>\n" "<ul>\n" "<li>Implemented basic CSS infrastructure!\n" "<li>Read user style from ~/.dillo/style.css.\n" @@ -291,9 +295,6 @@ const char *const AboutSplash= "<li>Added dillo(1) man page.\n" "<li>Added \"font_max_size\", \"font_min_size\" dillorc options.\n" "<li>Added instant client-side redirects (aka. zero-delay META refresh).\n" -"</ul>\n" -"<small> </small>\n" -"<ul>\n" "<li>Proxy support for HTTPS.\n" "<li>Updated the URL resolver to comply with RFC-3986.\n" "<li>Fixed Bookmarks modify's HTML so it wraps nicely on handhelds.\n" |