diff -u -r -N squid-3.2.10/ChangeLog squid-3.2.11/ChangeLog
--- squid-3.2.10/ChangeLog	2013-04-27 15:07:29.000000000 +1200
+++ squid-3.2.11/ChangeLog	2013-04-30 16:47:06.000000000 +1200
@@ -1,4 +1,9 @@
 
+Changes to squid-3.2.11 (30 Apr 2013):
+
+	- Regression Bug 3839: build error: src/tools.h: No such file or directory
+	- Update copyright on SN.png
+
 Changes to squid-3.2.10 (27 Apr 2013):
 
 	- Bug 3833: squidclient: Option '-k' is not present in man(1) page
diff -u -r -N squid-3.2.10/configure squid-3.2.11/configure
--- squid-3.2.10/configure	2013-04-27 15:08:32.000000000 +1200
+++ squid-3.2.11/configure	2013-04-30 16:47:59.000000000 +1200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.2.10.
+# Generated by GNU Autoconf 2.68 for Squid Web Proxy 3.2.11.
 #
 # Report bugs to <http://bugs.squid-cache.org/>.
 #
@@ -575,8 +575,8 @@
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.2.10'
-PACKAGE_STRING='Squid Web Proxy 3.2.10'
+PACKAGE_VERSION='3.2.11'
+PACKAGE_STRING='Squid Web Proxy 3.2.11'
 PACKAGE_BUGREPORT='http://bugs.squid-cache.org/'
 PACKAGE_URL=''
 
@@ -1571,7 +1571,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 3.2.10 to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.2.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1641,7 +1641,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 3.2.10:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 3.2.11:";;
    esac
   cat <<\_ACEOF
 
@@ -2019,7 +2019,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 3.2.10
+Squid Web Proxy configure 3.2.11
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -3115,7 +3115,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 3.2.10, which was
+It was created by Squid Web Proxy $as_me 3.2.11, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3934,7 +3934,7 @@
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='3.2.10'
+ VERSION='3.2.11'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -30894,7 +30894,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 3.2.10, which was
+This file was extended by Squid Web Proxy $as_me 3.2.11, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -30960,7 +30960,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Squid Web Proxy config.status 3.2.10
+Squid Web Proxy config.status 3.2.11
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -u -r -N squid-3.2.10/configure.ac squid-3.2.11/configure.ac
--- squid-3.2.10/configure.ac	2013-04-27 15:08:32.000000000 +1200
+++ squid-3.2.11/configure.ac	2013-04-30 16:47:59.000000000 +1200
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.2.10],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.2.11],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
diff -u -r -N squid-3.2.10/CREDITS squid-3.2.11/CREDITS
--- squid-3.2.10/CREDITS	2013-04-27 15:07:29.000000000 +1200
+++ squid-3.2.11/CREDITS	2013-04-30 16:47:06.000000000 +1200
@@ -531,9 +531,8 @@
   Squid NOW icon - copyright Squid Project
 
   This work is licensed under the
-  Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported Liscence
-  (CC BY-NC-SA 3.0)
-  [ http://creativecommons.org/licenses/by-nc-sa/3.0/ ]
+  Creative Commons Attribution-ShareAlike 3.0 Unported Liscence (CC BY-SA 3.0)
+  [ http://creativecommons.org/licenses/by-sa/3.0/ ]
 
 ==============================================================================
 
diff -u -r -N squid-3.2.10/helpers/basic_auth/DB/basic_db_auth.8 squid-3.2.11/helpers/basic_auth/DB/basic_db_auth.8
--- squid-3.2.10/helpers/basic_auth/DB/basic_db_auth.8	2013-04-27 15:31:04.000000000 +1200
+++ squid-3.2.11/helpers/basic_auth/DB/basic_db_auth.8	2013-04-30 17:08:15.000000000 +1200
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "BASIC_DB_AUTH 1"
-.TH BASIC_DB_AUTH 1 "2013-04-26" "perl v5.10.1" "User Contributed Perl Documentation"
+.TH BASIC_DB_AUTH 1 "2013-04-29" "perl v5.10.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.2.10/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8 squid-3.2.11/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8
--- squid-3.2.10/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2013-04-27 15:31:08.000000000 +1200
+++ squid-3.2.11/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.8	2013-04-30 17:08:19.000000000 +1200
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "EXT_WBINFO_GROUP_ACL.PL.IN 1"
-.TH EXT_WBINFO_GROUP_ACL.PL.IN 1 "2013-04-26" "perl v5.10.1" "User Contributed Perl Documentation"
+.TH EXT_WBINFO_GROUP_ACL.PL.IN 1 "2013-04-29" "perl v5.10.1" "User Contributed Perl Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -u -r -N squid-3.2.10/include/version.h squid-3.2.11/include/version.h
--- squid-3.2.10/include/version.h	2013-04-27 15:08:32.000000000 +1200
+++ squid-3.2.11/include/version.h	2013-04-30 16:47:59.000000000 +1200
@@ -9,7 +9,7 @@
  */
 
 #ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1367032047
+#define SQUID_RELEASE_TIME 1367297224
 #endif
 
 #ifndef APP_SHORTNAME
diff -u -r -N squid-3.2.10/RELEASENOTES.html squid-3.2.11/RELEASENOTES.html
--- squid-3.2.10/RELEASENOTES.html	2013-04-27 15:31:18.000000000 +1200
+++ squid-3.2.11/RELEASENOTES.html	2013-04-30 17:08:31.000000000 +1200
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
- <TITLE>Squid 3.2.10 release notes</TITLE>
+ <TITLE>Squid 3.2.11 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.2.10 release notes</H1>
+<H1>Squid 3.2.11 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -72,7 +72,7 @@
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.2.10.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.2.11.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.2/">http://www.squid-cache.org/Versions/v3/3.2/</A> or the
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
diff -u -r -N squid-3.2.10/src/ip/Intercept.cc squid-3.2.11/src/ip/Intercept.cc
--- squid-3.2.10/src/ip/Intercept.cc	2013-04-27 15:07:29.000000000 +1200
+++ squid-3.2.11/src/ip/Intercept.cc	2013-04-30 16:47:06.000000000 +1200
@@ -34,7 +34,6 @@
 #include "comm/Connection.h"
 #include "ip/Intercept.h"
 #include "fde.h"
-#include "src/tools.h"
 
 #if IPF_TRANSPARENT
 
