From f1d07b395c789ef241c9356158b416aceb2a7ddf Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 21 Sep 2011 19:34:48 +0200 Subject: prepare dillo-3.0.1 --- ChangeLog | 2 +- NEWS | 2 ++ README | 4 ++-- configure.in | 2 +- src/IO/about.c | 18 ++++++++++++++---- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea8a1a36..7d347325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index 231c1936..e31c9c87 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index dd529df4..e05981d6 100644 --- a/README +++ b/README @@ -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= "\n" " \n" "

Release overview

\n" -" September 06, 2011\n" +" September 21, 2011\n" "\n" " \n" " \n" " \n" "
\n" "

\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" +"

\n" +"Dillo3 is a port to FLTK-1.3, which is big news because FLTK-1.3.0 was\n" "released\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" "

\n" -"Dillo-3.0 also has plenty of improvements and bugfixes.\n" -"

\n" "After this release, the core team will focus on implementing the CSS\n" "feature of floating elements. This will greatly 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= " \n" " \n" "
\n" +"dillo-3.0.1:\n" +"
    \n" +"
  • Privacy -- never send cookies when making third-party requests, and\n" +" never accept cookies in the responses to these requests.\n" +"
  • Add preference for UI theme.\n" +"
  • Allow key bindings for paging left/right.\n" +"
  • Add show_quit_dialog dillorc option.\n" +"
\n" +"dillo-3.0:\n" "
    \n" "
  • Ported Dillo to FLTK-1.3.\n" "
  • Native build on OSX.\n" -- cgit v1.2.3