From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 26 Mar 2008 19:55:04 +0000 (+0000)
Subject: Mention the shiny new hostname directive.
X-Git-Tag: v_3_0_9~186
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/developer-manual/static/gitweb.js?a=commitdiff_plain;h=0ee069c7ab4f11cb77f8d38283d2503a8c915911;p=privoxy.git

Mention the shiny new hostname directive.
---

diff --git a/ChangeLog b/ChangeLog
index bf603009..0f05d303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@ ChangeLog for Privoxy
   (and are loaded slightly faster). Problem reported by Franz Schwartau.
 - Host information is gathered outside the main thread so it's less
   likely to delay other incoming connections if the host is misconfigured.
+- New config option "hostname" to use a hostname other than
+  the one returned by the operating system. Useful to speed-up responses
+  for CGI requests on misconfigured systems. Requested by Max Khon.
 - The CGI editor supports the "disable all filters of this type"
   directives "-client-header-filter", "-server-header-filter",
   "-client-header-tagger" and "-server-header-tagger".