diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/IO/about.c | 18 |
5 files changed, 20 insertions, 8 deletions
@@ -2,7 +2,7 @@ Dillo project ============================================================================= -dillo-3.0.1 [not released yet] +dillo-3.0.1 [September 21, 2011] +- Add preference for UI theme. - Allow key bindings for paging left/right. @@ -36,6 +36,8 @@ Sep 2011 dillo-3.0, the first of the 3.x series is released. + dillo-3.0.1, a bugfix release for the new 3.x series is out. + Jorge.- jcid@dillo.org @@ -59,8 +59,8 @@ Building dillo from sources 2.- Then dillo3: - tar jxvf dillo-3.0.tar.bz2 - cd dillo-3.0 + tar jxvf dillo-3.0.1.tar.bz2 + cd dillo-3.0.1 ./configure; make sudo make install-strip diff --git a/configure.in b/configure.in index ddf500d1..df7325b7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.0]) +AC_INIT([dillo], [3.0.1]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET diff --git a/src/IO/about.c b/src/IO/about.c index 77af318f..0d9214f3 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -234,20 +234,21 @@ const char *const AboutSplash= "<tr>\n" " <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" -" September 06, 2011\n" +" September 21, 2011\n" "<tr>\n" " <td bgcolor='#FFFFFF'>\n" " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" "<p>\n" -"Dillo-3.0 is a port to FLTK-1.3, which is big news because FLTK-1.3.0 was\n" +"The dillo-3.0.1 release brings improved privacy and some new options for\n" +"configuring the user interface.\n" +"<p>\n" +"Dillo3 is a port to FLTK-1.3, which is big news because FLTK-1.3.0 was\n" "<a href='http://fltk.org/articles.php?L1086'>released</a>\n" "in June, clearing the way for Dillo to return to those distributions\n" "which had excluded Dillo2 due to FLTK2 never being officially released.\n" "<p>\n" -"Dillo-3.0 also has plenty of improvements and bugfixes.\n" -"<p>\n" "After this release, the core team will 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" @@ -274,6 +275,15 @@ const char *const AboutSplash= " <table border='0' cellspacing='0' cellpadding='5'>\n" " <tr>\n" " <td>\n" +"dillo-3.0.1:\n" +"<ul>\n" +"<li>Privacy -- never send cookies when making third-party requests, and\n" +" never accept cookies in the responses to these requests.\n" +"<li>Add preference for UI theme.\n" +"<li>Allow key bindings for paging left/right.\n" +"<li>Add show_quit_dialog dillorc option.\n" +"</ul>\n" +"dillo-3.0:\n" "<ul>\n" "<li>Ported Dillo to FLTK-1.3.\n" "<li>Native build on OSX.\n" |