diff options
-rw-r--r-- | config.h.in | 5 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/IO/about.c | 72 |
3 files changed, 49 insertions, 30 deletions
diff --git a/config.h.in b/config.h.in index fcffdf8f..371d658f 100644 --- a/config.h.in +++ b/config.h.in @@ -78,6 +78,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -103,7 +106,7 @@ #undef VERSION /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, - <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the + <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the #define below would cause a syntax error. */ #undef _UINT32_T diff --git a/configure.in b/configure.in index 6ddf8642..1c4e496d 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [2.2]) +AC_INIT([dillo], [2.2.1]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET diff --git a/src/IO/about.c b/src/IO/about.c index 508bfd11..ed142967 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -240,20 +240,38 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" February 11, 2010\n" +" July ??, 2011\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"This release features a major overhaul of the cookies subsystem,\n" -"a reimplementation of the DPI API, a configurable connection limit,\n" -"and various CSS improvements.\n" +"dillo-2.2.1 is the last of the dillo-2.x series:\n" +"<p>\n" +"The 2.x series\n" +"were based on FLTK-2.0,\n" +"which was never released. Unfortunately\n" +"this fact left dillo out of distro's native packaging systems\n" +"because of the sensible policy of not including alpha software.\n" +"<p>\n" +"The core team decided to switch to the more modern\n" +"<a href='http://fltk.org/articles.php?L1086'>FLTK-1.3</a> which\n" +"at this time, already saw its first release. This opens the door\n" +"for dillo to be back into distros and reach our users in a much\n" +"simpler way.\n" +"<p>\n" +"The development effort shifted to the dillo-3.x branch long ago,\n" +"and it became the active one (dillo-2.x went unmaintained).\n" +"<p>\n" +"The new dillo-3.0 will be available in a few weeks, when it\n" +"passes the final stages of the release process. It has shown\n" +"excellent stability and comes with some nice new features too.\n" +"<p>\n" +"Especial thanks go to our long time users and developers for\n" +"their support and help. We hope to keep surprising them\n" +"with the new features in the new dillo-3.x series that begins.\n" "<p>\n" -"Remember that the dillo project uses a release model where every new\n" -"version shall be better than the last.\n" -"<EM>Keep up with the latest one!</EM>\n" " </table>\n" "</table>\n" "</table>\n" @@ -274,27 +292,25 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<ul>\n" -"<li>Added keybindings for scrolling.\n" -"<li>Help button and local help file.\n" -"<li>Add support for multiple class names in CSS.\n" -"<li>Fix X11 coordinate overflows.\n" -"<li>Improve CSS font parsing.\n" -"<li>Enable font face setting via <font> element.\n" -"<li>Ignore XML comment markers in CSS.\n" -"<li>Fix user agent style for nested <ul>.\n" -"<li>Handle signed chars. Added dIsspace() and dIsalnum() to dlib.\n" -"<li>Changed the CCCs to build in one step (for both HTTP and DPI).\n" -"<li>Remove the empty cache entry lingering after connection abort.\n" -"<li>Fixed URL unescaping in the datauri DPI.\n" -"<li>Changed and reimplemented the DPI API.\n" -"<li>Allow linebreaks around Chinese/Japanese characters.\n" -"<li>Fix scrolling for text search.\n" -"<li>Tooltips.\n" -"<li>Enable popup menu below bottom of page content.\n" -"<li>Handle JPEGs with CMYK color space.\n" -"<li>General cookies overhaul.\n" -"<li>Fixed a bug in w3c_mode.\n" -"<li>Limit number of simultaneous connections.\n" +"<li>Fix fullwindow start.\n" +"<li>Implemented \"View source\" as a dpi.\n" +"<li>Fix: vsource html, fix entities display, indentation.\n" +"<li>Accept application/xhtml+xml.\n" +"<li>Small caps support.\n" +"<li>Border-collapse, border-style properties.\n" +"<li>Configurable User-Agent HTTP header.\n" +"<li>Work with libpng-1.4.\n" +"<li>Limit total number of cookies.\n" +"<li>Handle white-space: pre-wrap and pre-line.\n" +"<li>Support for the word-spacing property.\n" +"<li>Text-indent property.\n" +"<li>Reintroduce bg_color dillorc option.\n" +"<li>Support !important in style attributes.\n" +"<li>Implement line-height.\n" +"<li>Draw image maps when image not loaded.\n" +"<li>Support @media rules.\n" +"<li>Implement media-conditional @import rules.\n" +"<li>Fix meta refresh looping.\n" "</ul>\n" " </table>\n" "</table>\n" |