diff --git a/ChangeLog b/ChangeLog index 5c824ae..2b41f89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ user. For a history of changes in full detail, see our Mercurial repository at http://hg.dillo.org/dillo -dillo-3.0.5 [not released yet] +dillo-3.0.5 [June 30, 2015] +- Image buffer/cache improvements. - Fix for segfault when there's no dpid and view source is requested. diff --git a/configure b/configure index 819b375..e8af033 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dillo 3.0.5-rc1. +# Generated by GNU Autoconf 2.69 for dillo 3.0.5. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='dillo' PACKAGE_TARNAME='dillo' -PACKAGE_VERSION='3.0.5-rc1' -PACKAGE_STRING='dillo 3.0.5-rc1' +PACKAGE_VERSION='3.0.5' +PACKAGE_STRING='dillo 3.0.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1308,7 +1308,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dillo 3.0.5-rc1 to adapt to many kinds of systems. +\`configure' configures dillo 3.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1379,7 +1379,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dillo 3.0.5-rc1:";; + short | recursive ) echo "Configuration of dillo 3.0.5:";; esac cat <<\_ACEOF @@ -1485,7 +1485,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dillo configure 3.0.5-rc1 +dillo configure 3.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2243,7 +2243,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dillo $as_me 3.0.5-rc1, which was +It was created by dillo $as_me 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3170,7 +3170,7 @@ # Define the identity of the package. PACKAGE='dillo' - VERSION='3.0.5-rc1' + VERSION='3.0.5' cat >>confdefs.h <<_ACEOF @@ -7143,7 +7143,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dillo $as_me 3.0.5-rc1, which was +This file was extended by dillo $as_me 3.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7209,7 +7209,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dillo config.status 3.0.5-rc1 +dillo config.status 3.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 0884c3a..f9edfbf 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.5-rc1]) +AC_INIT([dillo], [3.0.5]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET diff --git a/src/IO/about.c b/src/IO/about.c index 3f9884c..f9966c3 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -270,7 +270,7 @@ "\n" " \n" "

Release overview

\n" -" ---- --, 2015\n" +" June 30, 2015\n" "\n" " \n" " \n"