From 1bdce3dbefaad661e3acb38603f0a6f655ff63b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Mon, 5 Dec 2011 10:49:32 +0000 Subject: 0.97.2 - fix squid configuration when sharing internet connection (#1353) --- Makefile | 2 +- NEWS | 3 +++ lib/network/squid.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 477ceae..18bbeb1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 0.97.1 +VERSION = 0.97.2 DESTDIR= libdir=/usr/lib diff --git a/NEWS b/NEWS index 2669a1c..ede0086 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ - make sure all strings ended in translation catalogs (#3371) +0.97.2: +- fix squid configuration when sharing internet connection (#1353) + 0.97.1: - install b43-openfwwf for b43 chips instead of requiring external firmware files (#923) diff --git a/lib/network/squid.pm b/lib/network/squid.pm index 427bce3..4f99a8d 100644 --- a/lib/network/squid.pm +++ b/lib/network/squid.pm @@ -64,7 +64,7 @@ icp_access allow all visible_hostname $squid_conf->{visible_hostname}[0] append_domain .$internal_domain_name err_html_text $squid_conf->{admin_mail}[0] -deny_info ERR_CUSTOM_ACCESS_DENIED all +deny_info ERR_CACHE_ACCESS_DENIED all memory_pools off coredump_dir /var/spool/squid ie_refresh on -- cgit v1.2.1