aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--README8
-rw-r--r--configure.ac2
-rw-r--r--src/IO/about.c17
4 files changed, 14 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index e31c9c87..c76bce1f 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,9 @@ Sep 2011
dillo-3.0.1, a bugfix release for the new 3.x series is out.
+Mar 2013
+
+ dillo-3.0.3, a new release for the new 3.x series is out.
Jorge.-
jcid@dillo.org
diff --git a/README b/README
index 1bb34b38..c7cb9c42 100644
--- a/README
+++ b/README
@@ -41,8 +41,8 @@ FLTK-1.3
and build it like:
- tar zxvf fltk-1.3.1-source.tar.gz [or latest 1.3.x version]
- cd fltk-1.3.1
+ tar zxvf fltk-1.3.2-source.tar.gz [or latest 1.3.x version]
+ cd fltk-1.3.2
less README.Unix.txt
make
sudo make install
@@ -52,8 +52,8 @@ FLTK-1.3
Dillo3
------
- tar jxvf dillo-3.0.2.tar.bz2
- cd dillo-3.0.2
+ tar jxvf dillo-3.0.3.tar.bz2
+ cd dillo-3.0.3
./configure; make
sudo make install-strip
diff --git a/configure.ac b/configure.ac
index 88b7cfc2..f8e21e9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with aclocal, autoconf and automake.
-AC_INIT([dillo], [3.0.2])
+AC_INIT([dillo], [3.0.3])
dnl Detect the canonical target build environment
AC_CANONICAL_TARGET
diff --git a/src/IO/about.c b/src/IO/about.c
index c76c2d9d..6734e704 100644
--- a/src/IO/about.c
+++ b/src/IO/about.c
@@ -230,18 +230,14 @@ const char *const AboutSplash=
"<tr>\n"
" <td bgcolor='#CCCCCC'>\n"
" <h4>Release overview</h4>\n"
-" December 05, 2011\n"
+" March 31, 2013\n"
"<tr>\n"
" <td bgcolor='#FFFFFF'>\n"
" <table border='0' cellspacing='0' cellpadding='5'>\n"
" <tr>\n"
" <td>\n"
"<p>\n"
-"dillo-3.0.2 brings you some new bits and pieces, as listed below :)\n"
-"<p>\n"
-"After this release, the core team plans to focus on implementing the CSS\n"
-"feature of floating elements. This will <em>greatly</em> improve dillo's\n"
-"web page rendering since many sites have adopted floats instead of tables.\n"
+"dillo-3.0.3 adds some nice new features, as listed below.\n"
"<p>\n"
"Dillo3 uses the FLTK GUI toolkit's 1.3.x series. In June, fltk-1.3.0 was\n"
"<a href='http://fltk.org/articles.php?L1086'>released</a>,\n"
@@ -270,11 +266,10 @@ const char *const AboutSplash=
" <tr>\n"
" <td>\n"
"<ul>\n"
-"<li>Digest authentication.\n"
-"<li>Rework line breaking and fix white-space:nowrap handling.\n"
-"<li>text-transform property.\n"
-"<li>Locale-independent ASCII character case handling (fixes Turkic locales).\n"
-"<li>Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.\n"
+"<li>Automatic hyphenation (includes penalty_* preferences that control line-breaking).\n"
+"<li>Introduced the domainrc mechanism for finer-grained control than filter_auto_requests had provided.\n"
+"<li>Added user interface color preferences (ui_*).\n"
+"<li>Support for CSS display property.\n"
"</ul>\n"
" </table>\n"
"</table>\n"