# HG changeset patch # User Johannes Hofmann # Date 1316626488 -7200 # Wed Sep 21 19:34:48 2011 +0200 # Node ID 538f207b9077f34e7d5bb1efd567204b809ccaed # Parent cc7a331dd656c59317fec70d5fe6d0e250550a6b prepare dillo-3.0.1 diff --git a/ChangeLog b/ChangeLog --- 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 --- a/NEWS +++ b/NEWS @@ -36,6 +36,8 @@ 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 --- a/README +++ b/README @@ -59,8 +59,8 @@ 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 --- 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 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -234,20 +234,21 @@ "\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 @@ " \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"