From: Marcos Mello Date: Sun, 28 Feb 2016 11:03:39 +0000 (+1300) Subject: Docs: release notes update X-Git-Tag: SQUID_4_0_8~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df2000559391355a75e0f84706f0c5cf1e63d4e4;p=thirdparty%2Fsquid.git Docs: release notes update --- diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 91b8ad9e0c..7c61f4749f 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -155,8 +155,8 @@ Most user-facing changes are reflected in squid.conf (see below).

The Squid process which places its PID into the squid.pid file has always been the process to which control signals are sent. The manager process is - now taking on signal handling istead of the main daemon process. Enabling - integratio with daemon managers such as Upstarrt or systemd which assume the + now taking on signal handling instead of the main daemon process. Enabling + integration with daemon managers such as Upstart or systemd which assume the process they initiated is the daemon with a PID to control.

The squid binary now has a new --foreground command line option @@ -164,6 +164,9 @@ Most user-facing changes are reflected in squid.conf (see below). continue their processing. When run with this option Squid will now wait for the worker(s) to finish before exiting. Unlike the old -N option --foreground supports SMP workers and multi-process features. + --foreground is particularly useful for use with -z (disk + cache structures creation), as it allows the caller to wait until Squid has + finished. Changes to squid.conf since Squid-3.5