Differences from squid-2.6.STABLE20 to squid-2.6.STABLE20-20080430 diff -ruN squid-2.6.STABLE20/configure squid-2.6.STABLE20-20080430/configure --- squid-2.6.STABLE20/configure 2008-04-25 13:49:52.000000000 -0600 +++ squid-2.6.STABLE20-20080430/configure 2008-04-29 18:19:05.000000000 -0600 @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision: 1.416.2.26 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for Squid Web Proxy 2.6.STABLE20. +# Generated by GNU Autoconf 2.61 for Squid Web Proxy 2.6.STABLE20-20080430. # # Report bugs to . # @@ -575,8 +575,8 @@ # Identity of this package. PACKAGE_NAME='Squid Web Proxy' PACKAGE_TARNAME='squid' -PACKAGE_VERSION='2.6.STABLE20' -PACKAGE_STRING='Squid Web Proxy 2.6.STABLE20' +PACKAGE_VERSION='2.6.STABLE20-20080430' +PACKAGE_STRING='Squid Web Proxy 2.6.STABLE20-20080430' PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/' ac_default_prefix=/usr/local/squid @@ -1314,7 +1314,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 Squid Web Proxy 2.6.STABLE20 to adapt to many kinds of systems. +\`configure' configures Squid Web Proxy 2.6.STABLE20-20080430 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1384,7 +1384,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Squid Web Proxy 2.6.STABLE20:";; + short | recursive ) echo "Configuration of Squid Web Proxy 2.6.STABLE20-20080430:";; esac cat <<\_ACEOF @@ -1662,7 +1662,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Squid Web Proxy configure 2.6.STABLE20 +Squid Web Proxy configure 2.6.STABLE20-20080430 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1676,7 +1676,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Squid Web Proxy $as_me 2.6.STABLE20, which was +It was created by Squid Web Proxy $as_me 2.6.STABLE20-20080430, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2349,7 +2349,7 @@ # Define the identity of the package. PACKAGE='squid' - VERSION='2.6.STABLE20' + VERSION='2.6.STABLE20-20080430' cat >>confdefs.h <<_ACEOF @@ -27276,7 +27276,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Squid Web Proxy $as_me 2.6.STABLE20, which was +This file was extended by Squid Web Proxy $as_me 2.6.STABLE20-20080430, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27329,7 +27329,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Squid Web Proxy config.status 2.6.STABLE20 +Squid Web Proxy config.status 2.6.STABLE20-20080430 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -ruN squid-2.6.STABLE20/configure.in squid-2.6.STABLE20-20080430/configure.in --- squid-2.6.STABLE20/configure.in 2008-04-25 13:49:52.000000000 -0600 +++ squid-2.6.STABLE20-20080430/configure.in 2008-04-29 18:19:05.000000000 -0600 @@ -5,7 +5,7 @@ dnl dnl dnl -AC_INIT(Squid Web Proxy, 2.6.STABLE20, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 2.6.STABLE20-20080430, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) diff -ruN squid-2.6.STABLE20/include/version.h squid-2.6.STABLE20-20080430/include/version.h --- squid-2.6.STABLE20/include/version.h 2008-04-25 13:49:52.000000000 -0600 +++ squid-2.6.STABLE20-20080430/include/version.h 2001-08-31 05:19:09.000000000 -0600 @@ -9,5 +9,5 @@ */ #ifndef SQUID_RELEASE_TIME -#define SQUID_RELEASE_TIME 1209152987 +#define SQUID_RELEASE_TIME squid_curtime #endif