]> git.ipfire.org Git - thirdparty/squid.git/blob - ChangeLog
Update ChangeLog for upcoming v6.4 (#1510)
[thirdparty/squid.git] / ChangeLog
1 Changes in squid-6.4 (15 Oct 2023):
2
3 - Regression: Restore support for legacy cache_object cache manager requests
4 - Regression: Do not use static initialization to register modules
5 - Bug 5301: cachemgr.cgi not showing new manager interface URLs
6 - Bug 5300: cachemgr.cgi assertion
7 - Fix handling of large HTTP headers in storeClientCopy()
8 - Fix store_client caller leak on certain errors
9 - Fix URL percent-encoding
10 - Miss if an HTTP 304 update would exceed reply_header_max_size
11 - HTTP: Improve handling of empty lines received prior to request-line
12 - Y2038: improve printing of time settings
13 - Extend cache_log_message to problematic from-helper annotations
14 - CI: More HTTP caching and revalidation tests
15 - CI: Improve test harness
16
17 Changes in squid-6.3 (03 Sep 2023):
18
19 - Bug 5294: ERR_CANNOT_FORWARD returned instead of ERR_DNS_FAIL
20 - Bug 4981: Work around in-call job invalidation bugs
21 - basic_smb_lm_auth: fix 'no previous declaration' warnings
22 - CacheManager: require /squid-internal-mgr/ URL path prefix
23 - ESI: Fix build [-Wsingle-bit-bitfield-constant-conversion]
24 - ... and some documentation changes
25
26 Changes in squid-6.2 (06 Aug 2023):
27
28 - Bug 5187: Work around REQMOD satisfaction regression
29 - Bug 5290: pure virtual call in Ftp::Client constructor
30 - Fix memory leak when reconfiguring multiline all-of ACLs
31 - ... and a lot of code cleanups
32 - ... and some portability fixes on GNU/Hurd and MSWindows
33
34 Changes in squid-6.1 (06 Jul 2023):
35
36 - Bug 5278: Log %err_code for "early" request handling errors
37 - Do not cache (and do not serve cached) cache manager responses
38 - Fix key equality comparison in LookupTable map
39 - Honor DNS RR TTLs larger than negative_dns_ttl
40 - ... and some documentation changes
41
42 Changes in squid-6.0.3 (07 Jun 2023):
43
44 - Bug 5148: Log %Ss of failed tunnels as TCP_TUNNEL
45 - Do not leak Security::CertErrors created in X509_verify_cert()
46 - Do not erase aborted StoreMap entries that are still being read
47 - Fix build in environments lacking syslog
48 - Fix build failures in some environments due to time_t type conflicts in libdebug
49 - Remove obsolete caddr_t
50 - ... and some documentation changes
51
52 Changes in squid-6.0.2 (30 Apr 2023):
53
54 - Avoid excessive disk I/O in some environments
55 - ... and several build and portability fixes
56 - ... and all fixes from 5.9
57
58 Changes in squid-6.0.1 (28 Feb 2023):
59
60 - Bug 5256: Intercepting port fails to accept
61 - Bug 5241: Block all non-localhost requests by default
62 - Bug 5241: Block to-localhost, to-link-local requests by default
63 - Bug 5232: Fix GCC v12 build [-Wuse-after-free]
64 - Bug 5211: support.cc:355: "!filledCheck->sslErrors" assertion
65 - Bug 5194: Remove all unused debug sections
66 - Bug 5162: mgr:index URL do not produce MGR_INDEX template
67 - Bug 5129 pt1: remove Lock use from HttpRequestMethod
68 - Bug 5128: Translation: Fix % i typo in es/ERR_FORWARDING_DENIED
69 - Bug 5021: Add a script to fix spelling error with codespell
70 - Bug 4946: client_side_request.cc: "request != newRequest"
71 - Bug 4832: '!schemeAccess' assertion on exit
72 - Bug 4572: squidclient: Remove deprecated cache_object:// support
73 - Bug 4528: ICAP transactions quit on async DNS lookups
74 - Add scripts/trace-context.pl: a debugging tool
75 - Remove cache_diff tool
76 - Remove membanger tool
77 - Remove pconn-banger tool
78 - Remove recv-announce tool
79 - Remove send-announce tool
80 - Remove tcp-banger* tools
81 - Remove ufsdump tool
82 - Remove support for Gopher protocol
83 - Remove support for unused libbsd
84 - Remove bundled GnuRegex library
85 - Remove CPU profiler mechanism
86 - Remove leakfinder (--enable-leakfinder)
87 - Remove --enable-kill-parent-hack
88 - Remove --disable-loadable-modules
89 - Remove unused/disabled/broken LEAK_CHECK_MODE code
90 - Remove SCO 3.2 support
91 - Remove m88k-specific support
92 - Remove NeXTSTEP support
93 - Remove HPUX compiler support
94 - Remove CBDATA debugging
95 - Require C++17
96 - cachemgr.cgi: Remove deprecated cache_object:// support
97 - ext_kerberos_ldap_group_acl: Support -b with -D
98 - ext_lm_group_acl: Improved username handling
99 - negotiate_wrapper: ensure null-termination of strings
100 - pinger: Fix MAX_PKT{4,6}_SZ to account for icmpEchoData padding
101 - HTTP: Replaced X-Cache and X-Cache-Lookup headers with Cache-Status
102 - HTTP: Update Host, Via, and other headers in-place when possible
103 - HTTP: Update status code 413 compliance
104 - RFC 9110: Reject different HTTP requests with unusual framing
105 - RFC 9111: Stop treating Warning specially
106 - RFC 9113: update documentation references
107 - RFC 9218: Priority header registration
108 - SSL-Bump: Remove step2+ stare-and-splice and peek-and-bump support
109 - TLS: Do not send more than one self-signed certificate
110 - TLS: Sort CA certificates in tls-cert=bundle
111 - TLS: Preserve configured order of intermediate CA certificate chain
112 - WCCP: Validate packets better
113 - CI: Support "negative" squid-conf-tests
114 - CI: Maintenance: Support custom astyle versions
115 - CI: test-builds.sh: in case of error dump full log
116 - CI: Add --progress option to test-builds.sh
117 - CI: Change time_units test to also work on 32bit systems
118 - CI: Maintenance: Update astyle version to 3.1
119 - Add cache_log_message directive
120 - Add paranoid_hit_validation directive
121 - Add tls_key_log to report TLS communication secrets
122 - Add %busy_time logformat code
123 - Add %transport::>connection_id logformat code
124 - Add %request_attempts logformat code
125 - Warn about some bad from-helper annotations
126 - Ban acl key changes in req_header, rep_header, and note ACLs
127 - Optimize ephemeral port reuse with IP_BIND_ADDRESS_NO_PORT
128 - Honor httpd_suppress_version_string in more contexts
129 - Honor ftp_port worker-queues option
130 - Log early level-0/1 debugs() messages to cache_log
131 - Support reliable zeroing of sensitive buffers
132 - Do not overwrite caching bans
133 - Do not blame cache_peer for 4xx CONNECT responses
134 - Mimic GET reforwarding decisions when our CONNECT fails
135 - Discarded connections do not contribute to forward_max_tries
136 - Honor assertions during shutdown
137 - Do not stop listening after "ERROR: NAT/TPROXY lookup failed..."
138 - Do not skip problematic regexes in ACLs
139 - Improve coredump_dir on FreeBSD and Solaris based OS
140 - Avoid reverse DNS lookups when logformat %>A is unused
141 - BUG: Unexpected state while connecting to ... server
142 - Properly track (and mark) truncated store entries
143 - Support "file" syntax for 'squid_error' and 'has' ACL parameters
144 - Allow sending "squid -k ..." signals to PID 1
145 - Remove bogus "found KEY_PRIVATE" WARNINGs
146 - Avoid "BUG #3329: Lost orphan ..." during accept problems
147 - Report SMP store queues state (mgr:store_queues)
148 - Remove 8K limit for single access.log line
149 - Rename ./configure option --with-libxml2 to --with-xml2
150 - Rename ./configure option --with-libcap to --with-cap
151 - Match ./configure --help parameter names with their defaults
152 - Remove broken -sha1 option from server_cert_fingerprint
153 - Fix typo in manager ACL
154 - Fix milliseconds in certain cache.log messages
155 - Fix ignore-cc/act-as-origin in wildcard split-stack ports
156 - Fix comm.cc:644: "address.port() != 0" assertion
157 - Fix StoreMap.cc "anchorAt(anchorId).reading()" assertions
158 - Fix double-free segmentation fault on shutdown
159 - Fix client_side_request.cc:2028 "request->method.id()" assertion
160 - Fix reconfiguration leaking tls-cert=... memory
161 - Fix X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY handling
162 - Fix "mem_obj->inmem_lo == 0" assertion in StoreEntry::swapOut()
163 - Fix TCP keepalive
164 - Fix SslBump reconfiguration leaking public key memory
165 - Fix socket accounting for TCP accept()
166 - ... and many documentation changes
167 - ... and much code cleanup and polishing
168 - ... and all fixes from 5.8
169
170 Changes in squid-5.9 (30 Apr 2023):
171
172 - Improve reply_body_max_size matching accuracy
173 - ... and some documentation changes
174 - ... and many portability fixes
175
176 Changes in squid-5.8 (28 Feb 2023):
177
178 - Bug 5162: mgr:index URL do not produce MGR_INDEX template
179 - Bug 5241: Block all non-localhost requests by default
180 - Bug 5241: Block to-localhost, to-link-local requests by default
181 - ext_kerberos_ldap_group_acl: Support -b with -D
182 - Fix ACL type typo in req_header, rep_header key-changing ERRORs
183 - ... and several compile fixes
184 - ... and some code cleanup and polishing
185
186 Changes in squid-5.7 (05 Sep 2022):
187
188 - Regression Fix: Typo in manager ACL
189 - Bug 5186: noteDestinationsEnd check failed: transportWait
190 - Bug 5160: Test suite fails with -flto=auto
191 - Bug 3193 pt2: NTLM decoder truncating strings
192 - Bug 5133: OpenSSL 3.0 support
193 - ext_session_acl: fix TDB key lookup
194 - forward_max_tries: Do not count discarded connections
195 - ... and many compile and debugging fixes
196
197 Changes in squid-5.6 (06 Jun 2022):
198
199 - Bug 5208: Part 1: Restart kids killed by SIGKILL
200 - Fix SQUID-MIB smilint errors
201 - negotiate_kerberos_auth: Initialise default_keytab
202 - Improve handling of Gopher responses
203 - ... and some semi-automated code polish
204
205 Changes in squid-5.5 (12 Apr 2022):
206
207 - Regression Bug 5192: esi_parser default is incorrect
208 - Bug 5177: clientca certificates sent to https_port clients
209 - Bug 5090: Must(!request->pinnedConnection()) violation
210 - Kid restart leads to persistent queue overflows, delays/timeouts
211 - Fix build on Illumos
212 - ESI: Drop incorrect and unnecessary xmlSetFeature() call
213
214 Changes in squid-5.4.1 (12 Feb 2022):
215
216 - Bug 5055: FATAL FwdState::noteDestinationsEnd exception: opening
217 - Fix FATAL ServiceRep::putConnection exception: theBusyConns > 0
218 - Fix ConnOpener orphan connection warnings when requester ends early
219 - Fix ConnOpener connection handling when sending negative answers
220 - Fix Comm::ConnOpener::cleanFd() debugging
221 - Fix ConnOpener callback's syncWithComm()
222 - Fix FwdState::advanceDestination() losing ERR_GATEWAY_FAILURE details
223 - Fix Tunneler handling of last-resort callback on premature job ending
224 - Fix PeerConnector handling of last-resort callback on premature job ending
225 - Fix FreeBSD 14 build
226 - Fix OpenBSD 7.0 build
227 - Add Comm::Connection::cloneDestinationDetails() debugging
228 - Improve Security::PeerConnector::serverConn and Http::Tunneler::connection management
229 - Refactor ConnOpener users to stop relying on the answer providing Comm::Connection
230 - Refactor ICAP connection-establishing code
231 - Polish PeerPoolMgr code
232 - Polish IDENT code
233 - Polish Gopher code
234 - Polished AsyncJob::Start() API
235 - ... and update code documentation
236
237 Changes in squid-5.4 (07 Feb 2022):
238
239 - Bug 5190: Preserve configured order of intermediate CA certificate chain
240 - Bug 5188: Fix reconfiguration leaking tls-cert=... memory
241 - Bug 5187: Properly track (and mark) truncated store entries
242 - Bug 5134: assertion failed: Transients.cc:221: "old == e"
243 - Bug 5132: Close the tunnel if to-server conn closes after client
244 - langpack: Fix typo in Russian texts
245 - copyright years and CONTRIBUTORS update
246
247 Changes in squid-5.3 (06 Dec 2021):
248
249 - Bug 5169: StoreMap.cc:517 "!s.reading()" assertion
250 - Bug 5158: AnyP::Uri::host() mishandles [escaped] IPv6 addresses
251 - Bug 5060: Parallel builds are not reliable
252 - Documentation updates for logformat directive
253
254 Changes in squid-5.2 (03 Oct 2021):
255
256 - Bug 5164: a copy-paste typo in HttpHdrCc::hasMinFresh()
257 - Bug 4922: Improve ftp://... filename extraction
258 - TLS: Fix X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY handling
259 - ... and all fixes from 4.17
260
261 Changes in squid-5.1 (01 Aug 2021):
262
263 - Bug 4696: Fix leaky String move assignment operator
264 - Fix ACL-related reconfiguration memory leak
265 - Fix SSL-Bump reconfiguration leaking public key memory
266 - Fix build on RISC-V
267 - Fix build on Ubuntu 21.04
268
269 Changes in squid-5.0.7 (04 Jul 2021):
270
271 - Fix a helper logging issues
272 - Fix some helper connection issues
273 - Cleanup: remove much unused code
274 - ... and all fixes from 4.16
275
276 Changes in squid-5.0.6 (10 May 2021):
277
278 - Bug 5057: Generated response lacks status code
279 - TLS: Handling missing issuer certificates for TLSv1.3
280 - TLS: Detail certificate validation errors during TLS handshake
281 - TLS: Detail client closures of CONNECT tunnels during TLS handshake
282 - TLS: %ssl::<negotiated_version and %ssl::>negotiated_version for TLS/1.3
283 - HTTP: Allow 1xx and 204 responses with Transfer-Encoding headers
284 - Maintenance: Start following Inclusive Naming Initiative advice
285 - Maintenance: Sort source file lists in Makefiles
286 - Maintenance: Support plugin-style scripts for source format enforcement
287 - Cleanup: Deduplicating IPC strand messages
288 - ... and some compile and debugging fixes
289 - ... and all fixes from 4.15
290
291 Changes in squid-5.0.5 (02 Feb 2021):
292
293 - HTTP: Do not send Connection:keep-alive/close in HTTP Upgrade requests
294 - Translations: Add es-mx dialect translation of error pages
295 - Fix missing port in request-target of CONNECT requests to peers
296 - Fix some warnings about client_lifetime timeout
297 - ... and several documentation updates
298 - ... and some debug improvements
299 - ... and all fixes from 4.14
300
301 Changes in squid-5.0.4 (23 Aug 2020):
302
303 - Bug 5054: mark dns_v4_first as obsolete in cf.data.pre
304 - Bug 5048: ResolvedPeers.cc:35: "found != paths_.end()" assertion
305 - Reforward CONNECT after TLS handshake failure with peer
306 - Do not send keep-alive in 101 (Switching Protocols) responses
307 - Add http_port sslflags=CONDITIONAL_AUTH
308 - ... and several documentation changes
309 - ... and some compile fixes
310 - ... and all fixes from 4.13
311
312 Changes in squid-5.0.3 (05 Jun 2020):
313
314 - Bug 5046: FreeBSD lacks open(2) O_DSYNC flag
315 - Happy Eyeballs: Do not discard viable reforwarding destinations
316 - Reduced startup time with large rock cache_dirs
317 - Fix the ABA problem with Ipc::Mem::PageStack::pop() in v5.0.1
318 - Fix sending of unknown validation errors to certificate validator
319 - ... and several debug improvements
320 - ... and all fixes from 4.12
321
322 Changes in squid-5.0.2 (18 Apr 2020):
323
324 - Bug 5030: Negative responses are never cached
325 - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs
326 - Support worker-dedicated listening queues (SO_REUSEPORT)
327 - High precision time units
328 - Ban reserved annotations in "note", "adaptation_meta" directives
329 - ESI: convert parse exceptions into 500 status response
330 - Fix PURGE error responses
331 - ... and several documentation changes
332 - ... and some compile fixes
333 - ... and all fixes from 4.11
334
335 Changes in squid-5.0.1 (14 Jan 2020):
336
337 - Bug 4989: Leaking StoreEntry objects on Cache Digest rebuilds
338 - Bug 4912: same-name notes being appended instead of replaced
339 - Bug 4864: !Comm::MonitorsRead assertion in maybeReadVirginBody()
340 - Bug 4579: cannot hit an entry being written by another worker
341 - ICAP: Initial support for trailers
342 - Add auth_schemes to control schemes presence and order in 401s/407s
343 - Make CONNECT ACL a built-in default
344 - Remove USE_CHUNKEDMEMPOOLS compiler flag
345 - Two new ACLs implemented: annotate_transaction and annotate_client
346 - Add response delay pools feature for Squid-to-client speed limiting
347 - QA: allow test-suite to be run without a full build
348 - Happy Eyeballs: Use each fully resolved forwarding destination ASAP
349 - Support selective CF: collapsed_forwarding_access
350 - Reworked packet/connection marking
351 - Add new deny_info %A macro
352 - Identify collapsed transactions
353 - Add sample Kerberos group authentication external_acl helper
354 - Optimization: Fewer memory (re)allocations for HTTP headers
355 - Add TrivialDB support
356 - Do not send Content-Length in 1xx or 204 responses
357 - negotiate_kerberos_auth: fix memory leaks
358 - ntlm_fake_auth: add ability to test delayed responses
359 - Add %ssl::<cert macro for logging server X.509 certificate
360 - Reuse reserved Negotiate and NTLM helpers after an idle timeout
361 - Log PROXY protocol v2 TLVs
362 - Support logformat %codes in error page templates
363 - Fix incremental parsing of chunked quoted extensions
364 - Peering support for SslBump
365 - RFC 8586: Loop Detection in Content Delivery Networks
366 - Prevent TLS transaction stalls by preserving flags.read_pending
367 - Fix "BUG: Lost previously bumped from-Squid connection"
368 - Add %master_xaction logformat code
369 - Log "-" instead of the made-up method "NONE"
370 - Add GeneratingCONNECT step for the existing at_step ACL
371 - Report context of level-0/1 cache.log messages
372 - Re-enabled updates of stored headers on HTTP 304 responses
373 - Translations: Fix grammatical error in French error pages
374 - Smarter auth_param utf8 handling, including CP1251 support
375 - Fix rock disk entry contamination related to aborted swapouts
376 - Send HTTP/500 (Internal Server Error) when lacking peers
377 - Fix prohibitively slow search for new SMP shm pages
378 - Centralized PagePool/PageStack ID generation
379 - ... and many documentation changes
380 - ... and much code cleanup and polishing
381 - ... and all fixes from 4.10
382
383 Changes in squid-4.17 (03 Oct 2021):
384
385 - WCCP: Validate packets better
386
387 Changes in squid-4.16 (04 Jul 2021):
388
389 - Regression Fix: --with-valgrind-debug build broken since 4.15
390 - Bug 5129 pt1: remove Lock use from HttpRequestMethod
391 - Bug 5128: Translation: Fix '% i' typo in es/ERR_FORWARDING_DENIED
392 - Bug 4528: ICAP transactions quit on async DNS lookups
393
394 Changes in squid-4.15 (10 May 2021):
395
396 - Bug 5112: Excessively loud chunked reply parsing error reporting
397 - Bug 5106: Broken cache manager URL parsing
398 - Bug 5104: Memory leak in RFC 2169 response parsing
399 - Bug 3556: "FD ... is not an open socket" for accept() problems
400 - Profiling: CPU timing implemented for MAC non-x86
401 - Fix HttpHeaderStats definition to include hoErrorDetail
402 - Fix Squid-to-client write_timeout triggers client_lifetime timeout
403 - Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs
404 - Handle more Range requests
405 - Handle more partial responses
406 - Stop processing a response if the Store entry is gone
407 - ... and some portability fixes
408 - ... and some documentation updates
409
410 Changes in squid-4.14 (02 Feb 2021):
411
412 - Regression Fix: support for non-lowercase Transfer-Encoding value
413 - Regression Fix: cachemgr.cgi wrong 403 response to authenticated menu URIs
414 - Bug 5076: WCCP Security Info incorrect
415 - Bug 5073: Compile error: index was not declared in this scope
416 - Bug 5065: url_rewrite_program documentation update
417 - Bug 3074 pt2: improved handling of URI paths implicit '/'
418 - Fix transactions exceeding client_lifetime logged as _ABORTED
419
420 Changes to squid-4.13 (23 Aug 2020):
421
422 - Regression Fix: Support parsing GREASEd (and future) TLS handshakes
423 - Bug 5051: Some collapsed revalidation responses never expire
424 - HTTP: Enforce token characters for field-name
425 - HTTP: Forbid obs-fold and bare CR whitespace in framing header fields
426 - HTTP: Improve Transfer-Encoding handling
427 - WCCP: Fix GCC-10 -Wstringop-truncation failures
428 - Honor on_unsupported_protocol for intercepted https_port
429 - Fix livelocking in peerDigestHandleReply
430 - Do not stall while debugging a scan of an empty store_table
431
432 Changes to squid-4.12 (05 Jun 2020):
433
434 - Regression Fix: Revert to slow search for new SMP shm pages
435 - Bug 5045: ext_edirectory_userip_acl is missing include files
436 - Bug 5041: Missing Debug::Extra breaks build on hosts with systemd
437 - Bug 5030: Negative responses are never cached
438 - HTTP: validate Content-Length value prefix
439 - HTTP: add flexible RFC 3986 URI encoder
440 - SslBump: disable OpenSSL TLSv1.3 support for older TLS traffic
441 - Tests: Support passing a custom config.cache to test builds
442 - Fix IPFilter IPv6 detection, especially on NetBSD
443 - Fix stall if transaction overwrites a recently active cache entry
444 - ... and some compile fixes
445
446 Changes to squid-4.11 (18 Apr 2020):
447
448 - Bug 5036: capital 'L's in logs when daemon queue overflows
449 - Bug 5022: Reconfigure kills Coordinator in SMP+ufs configurations
450 - Bug 5016: systemd thinks Squid is ready before Squid listens
451 - kerberos_ldap_group: fix encryption type for cross realm check
452 - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
453 - Fix Digest authentication nonce handling
454 - Supply ALE to request_header_add/reply_header_add
455 - ... and some documentation updates
456 - ... and some compile fixes
457
458 Changes to squid-4.10 (14 Jan 2020):
459
460 - Bug 5009: Build failure with older clang libc++
461 - Bug 5008: SIGBUS in PagePool::level() with custom rock slot size
462 - Bug 5007: Docs: Fix max_filedescriptors description
463 - Bug 4735: Truncated chunked responses cached as whole
464 - ext_lm_group_acl: Improved username handling
465 - Fix FTP buffers handling
466 - Fix shared memory size calculation on 64-bit systems
467 - Fix server_cert_fingerprint on cert validator-reported errors
468 - Fix request URL generation in reverse proxy configurations
469 - ... and several documentation updates
470 - ... and several compile fixes
471
472 Changes to squid-4.9 (05 Nov 2019):
473
474 - Bug 4978: eCAP crash after using MyHost().newRequest()
475 - Bug 4970: excessive gnutls_certificate_credentials debug msgs
476 - Bug 4969: GCC-9 build failure: stringop-truncation
477 - Bug 4966: Lower cache_peer hostname
478 - Bug 4918: Crashes when using OpenSSL prior to v1.0.2
479 - TLS: Fix parsing of certificate validator responses
480 - TLS: Fix parsing of TLS messages that span multiple records
481 - TLS: Fix on_unsupported_protocol tunnel action
482 - TLS: Fix expiration of self-signed generated certs to be 3 years
483 - HTTP: Ignore malformed Host header in intercept and reverse proxy mode
484 - HTTP: RFC 7230: server MUST reject messages with BWS after field-name
485 - HTTP: Fix URN response handling
486 - HTTP: Hash Digest noncedata
487 - Update URI parser to use SBuf parsing APIs
488 - Prevent truncation for large origin-relative domains
489 - Fix several rock cache_dir corruption issues
490 - Debug detail validation errors for loaded-from-file certificate chains
491 - smblib: Improve SMB server name maintenance
492 - cachemgr.cgi: Add validation for hostname parameter
493 - ... and several compile issues
494 - ... and some documentation updates
495
496 Changes to squid-4.8 (09 Jul 2019):
497
498 - Bug 4957: Multiple XSS issues in cachemgr.cgi
499 - Bug 4953: to_localhost does not include ::
500 - Bug 4937: cachemgr.cgi: unallocated memory access
501 - Bug 4936: terminating c-strings beyond BASE64_DECODE_LENGTH
502 - Bug 4889: Ignore ECONNABORTED in accept(2)
503 - Bug 4842: Memory leak when http_reply_access uses external_acl
504 - TLS: Fix tls-min-version= being ignored
505 - TLS: Add the NO_TLSv1_3 option to available tls-options values
506 - HTTP: RFC 7230 forbids generation of userinfo subcomponent of https URL
507 - HTTP: Remove userinfo support from old protocols
508 - HTTP: Fix Digest auth parameter parsing
509 - HTTP: Send Connection:close with the known-last request on a connection
510 - HTTP: Fix handling of tiny invalid responses
511 - Replace uudecode with libnettle base64 decoder
512 - Update HttpHeader::getAuth to SBuf
513 - ... and some compile issues
514
515 Changes to squid-4.7 (06 May 2019):
516
517 - Bug 4942: --with-filedescriptors does not do anything
518 - Bug 4928: Cannot convert non-IPv4 to IPv4
519 - Bug 4823: assertion failed: "lowestOffset () <= target_offset"
520 - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs
521 - Fix squidclient authentication to origin servers
522 - Fix stack-based buffer-overflow when parsing SNMP messages
523 - Add support for buffer-size= to UDP logging
524 - TLS: When using OpenSSL, trust intermediate CAs from trusted store
525
526 Changes to squid-4.6 (19 Feb 2019):
527
528 - Bug 4915: Detect IPv6 loopback binding errors
529 - Bug 4914: Do not call setsid() in --foreground mode
530 - Bug 4875 pt2: GCC-8 compile errors with -O3 optimization
531 - Bug 4856: Exit when GoIntoBackground() fork() call fails
532 - basic_ldap_auth: Return BH on internal errors; polished messages
533 - Fix BodyPipe/Sink memory leaks associated with auto-consumption
534 - Fix OpenSSL builds that define OPENSSL_NO_ENGINE
535 - Fix several cases of rock cache corruption
536 - Add Georgian (ka) language translation
537
538 Changes to squid-4.5 (01 Jan 2019):
539
540 - Bug 4253: ssl_bump prevents access to some web contents
541 - TLS: add %>handshake logformat code
542 - Redesign forward_max_tries to count TCP connection attempts
543 - Fix client_connection_mark ACL handling of clientless transactions
544 - Fix netdb exchange with a TLS cache_peer
545 - Update netdb when tunneling requests
546 - Use pkg-config for detecting libxml2
547 - ... and some documentation updates
548 - ... and some code compile fixes
549
550 Changes to squid-4.4 (28 Oct 2018):
551
552 - Bug 4893: Malformed %>ru URIs for CONNECT requests
553 - Fix %USER_CA_CERT_xx and %USER_CERT_xx crashes
554 - SSL: support compilation with minimal OpenSSL
555 - SSL: certificate fields injection via %D in ERR_SECURE_CONNECT_FAIL
556 - Fix netdb not saving to disk
557 - Fix memory leak when parsing SNMP packet
558 - ... and some compile issues
559
560 Changes to squid-4.3 (01 Oct 2018):
561
562 - Bug 4885: Excessive memory usage when running out of descriptors
563 - Bug 4877: Add missing text about external_acl_type %DATA changes
564 - Bug 4875 pt1: GCC-8 compile errors with -O3 optimization
565 - Bug 4716: Blank lines in cachemgr.conf are not skipped
566 - Bug 4691: balance_on_multiple_ip config option docs
567 - basic_pop3_auth: fix startup errors
568 - langpack: Add missing dialect aliases
569 - Fix range_offset_limit debugging
570 - Fix icc build errors
571 - Update systemd dependencies in squid.service
572
573 Changes to squid-4.2 (04 Aug 2018):
574
575 - Regression fix: support for https_port clientca= option
576 - Regression Bug 4870: milliseconds logformats prepend 0s instead of spaces
577 - Bug 4861: HTTPMSGLOCK missing pointer safety
578 - Bug 4843 pt3: GCC-8 fixes and refactoring
579 - HTTP: Do not update stored headers on 304 responses
580 - Fix segmentation fault on -k parse
581 - Fix %>ru logging of huge URLs
582 - ... and several performance optimizations
583 - ... and some documentation updates
584 - ... and all fixes from 3.5.28
585
586 Changes to squid-4.1 (02 Jul 2018):
587
588 - Bug 4223: fixed retries of failed re-forwardable transactions
589 - Bug 4791: Build failure on MacOS
590 - Fix --with-netfilter-conntrack error message
591 - ... and many documentation updates
592
593 Changes to squid-4.0.25 (11 Jun 2018):
594
595 - Regression Bug 4855: querying private entries for HTCP/ICP
596 - Regression Bug 4852: deny_info %R macro not being expanded
597 - Regression Bug 4847: proxy_auth ACL -i/+i flags not working
598 - Regression Bug 4831: filter chain certificates for validity when loading
599 - Regression fix: Transient reader locking broken in 4.0.24
600 - Bug 4845: NegotiateSsl crash on aborting transaction
601 - Bug 4843 pt1: ext_edirectory_userip_acl refactoring for GCC-8
602 - Bug 4843 pt2: squidclient refactoring for GCC-8
603 - Bug 4829: IPC shared memory leaks when disker queue overflows
604 - Bug 4828: Use feature detection for IPFilter API/ABI checks
605 - Bug 4816: update negotiate_kerberos_auth helper protocol to v3.4
606 - Bug 4811: supply AccessLogEntry (ALE) for more fast ACL checks
607 - Bug 4707: purge tool does not obey --sysconfdir= build option
608 - Bug 4171: checking for log_file_daemon despite disabling logging
609 - Bug 4042: ext_kerberos_ldap_group: add -P principal option
610 - TLS: avoid "ssl_crtd" assertions on reconfiguration
611 - Add timestamps to (most) FATAL messages
612 - Add "--kid role-ID" command line option
613 - ... and many documentation updates
614
615 Changes to squid-4.0.24 (07 Mar 2018):
616
617 - Bug 4822: Build failure (-Wformat) where time_t is not long int
618 - Bug 4505: SMP caches sometimes do not purge entries
619 - TLS: GnuTLS implementation for listening ports and client connections
620 - TPROXY: Fix clientside_mark and client port logging
621 - Native FTP: Fix "Cannot assign requested address" with TPROXY
622 - SSL-Bump: Fix authentication with types other than Basic
623 - ... and many small compile and stability fixes
624 - ... and some documentation fixes
625
626 Changes to squid-4.0.23 (19 Jan 2018):
627
628 - Bug 4715: security_file_certgen: Remove -g and -n options docs
629 - Bug 4679: User names not sent to url_rewrite_program
630 - Bug 4631: security_file_certgen helper without disk cache
631 - Bug 3911: clang -fsanitize warnings
632 - Bug 2378: Duplicates in selected peer destinations
633 - Nettle v3.4 support
634 - Fix Squid FTP server dying because of an unhandled exception
635 - Automatically revive hopeless kids on reconfigure and after a timeout
636 - Fix %<Hs, %<pt, %<tt, %<bs calculation bugs for error responses
637 - ... and many documentation updates
638 - ... and some stability fixes
639
640 Changes to squid-4.0.22 (07 Dec 2017):
641
642 - Regression fix: Relay peer CONNECT error status line and headers to clients
643 - Bug 4767: SMP breaks IPv6 SNMP and cache manager queries
644 - Bug 4718: support filling raw buffer space of shared SBufs
645 - Bug 4648: object revalidation for HTTPS scheme
646 - Bug 4616: store_client.cc:92: "mem" assertion
647 - Bug 2821: ignore Content-Range in non-206 responses
648 - HTCP: Ignore packets with invalid URI
649 - TLS: Validate the shortest certificate chain
650 - TLS: Add checks for OpenSSL 1.1.0f API changes
651 - TLS: Fix reporting of validation errors for downloaded intermediate certs
652 - TLS: Fix SSL certificate cache refresh and collision handling
653 - Fix backwards compatibility for Squid-3.5 external_acl_type formats
654 - Fix invalid mime icon URLs in cache
655 - Do not die silently when dying early
656 - Docs: update translation files
657
658 Changes to squid-4.0.21 (02 Jul 2017):
659
660 - Bug 4730: segfault while processing internal HTTP requests
661 - Bug 4492: Chunk extension parser is too pedantic
662 - Bug 1961: Redesign urlParse() API
663 - TLS: recognise tls:: namespace on logformat tokens
664 - SSL-Bump: tproxy does not spoof spliced connections
665 - security_file_certgen: collapse queued requests
666 - Add a basic apparmour profile
667 - Add transaction_initiator ACL for detecting various unusual transactions
668 - Add ssl::server_name options to control matching logic
669 - Support for --long-acl-options
670 - Do not die silently when dying via std::terminate()
671 - Fix option --foreground to implement expected behavior
672 - Translations: update .po and .pot to latest texts
673 - ... and some documentation updates
674 - ... and many code cleanup and stability fixes
675 - ... and all fixes from 3.5.27
676
677 Changes to squid-4.0.20 (01 Jun 2017):
678
679 - Bug 4692: SslBump breaks intercepted IPv6 connections
680 - Bug 4682: ignoring http_access deny when client-first bumping mode is used
681 - Bug 4662: build errors with LibreSSL 2.4.4
682 - Bug 4659: sslproxy_foreign_intermediate_certs does not work
683 - Bug 4321: ssl_bump terminate does not terminate at step1
684 - Add 'has' ACL
685 - Do not forward HTTP requests to dead idle peers
686 - Do not unconditionally revive dead peers after a DNS refresh
687 - Make PID file check/creation atomic to avoid associated race conditions
688 - Count failures and use peer-specific connect timeouts when tunneling
689 - SSL-Bump: Fix crashes when server-first bumping mode is used with openSSL-1.1.0
690 - eCAP: Fix empty header handling in Ecap::HeaderRep::hasAny()
691 - SSL-Bump: Second adaptation missing for CONNECTs
692 - ext_session_acl: cope with new logformat inputs
693 - ... and some documentation updates
694 - ... and some code stability fixes
695 - ... and all fixes from 3.5.26
696
697 Changes to squid-4.0.19 (02 Apr 2017):
698
699 - Bug 4674: delay_parameters for class 3 and 4 assertion failed
700 - Bug 4671: GCC 7 compile errors
701 - Bug 4663: GCC 5+ compile errors with optimization level -O3
702 - Bug 4657: delay IDENT until after PROXY protocol handling
703 - Bug 4610: cleanup of BerkleyDB related checks
704 - squidclient: Fix missing error handling on PUT
705 - digest_ldap_auth: Add -r option to clamp the realm to a fixed value
706 - TLS: initial GnuTLS support for encrypted server connections
707 - Fix appending Http::HdrType::VIA code
708 - Fix URI scheme case-sensitivity treatment
709 - Fix two read-ahead problems related to delay pools (or lack thereof)
710 - Detail swapfile header inconsistencies
711 - ... and several build fixes
712 - ... and many code polishing updates
713 - ... and all fixes from 3.5.25
714
715 Changes to squid-4.0.18 (06 Feb 2017):
716
717 - Bug 4661: compile error 'warning: _XPG4_2 redefined' with GCC on Solaris 10
718 - Bug 4636: assertion 'byteCount > 0 && byteCount <= inBuf.length()'
719 - Bug 4610 partial: compile errors on Solaris 11.3 with Oracle Studio 12.5
720 - Bug 4599: support OpenSSL 1.1
721 - squidclient: link GnuTLS library debugs to -v level display
722 - Fix GCC6: unused local variable 'weInitiatedThisClosure'
723 - ... and some code polishing
724 - ... and some copyright updates
725 - ... and all fixes from 3.5.24
726
727 Changes to squid-4.0.17 (16 Dec 2016):
728
729 - Bug 4630: user credentials cache cleanup not re-scheduled
730 - Bug 4610 partial: compile errors on Solaris 11.3 with Oracle Studio 12.5
731 - Bug 4599 partial: initial support for OpenSSL v1.1
732 - TLS: Support tunneling of bumped non-HTTP traffic
733 - ... and many code polishing and performance updates
734 - ... and some documentation updates
735 - ... and some fixes from 3.5.23
736
737 Changes to squid-4.0.16 (30 Oct 2016):
738
739 - Avoid segfaults when lacking the server name for certificate validator
740 - HTTP: initial support for Cache-Control:immutable
741 - Fix ssl::server_name ACL
742 - ... and many code polishing updates
743 - ... and some fixes from 3.5.23
744
745 Changes to squid-4.0.15 (09 Oct 2016):
746
747 - Regression fix crash on reconfigure with TOS/DiffServ/MARK configured
748 - Bug 4610: compile errors on Solaris 11.3 with Oracle Studio 12.5
749 - Bug 4581: Secure ICAP segfault in checkForMissingCertificates
750 - Bug 4578: changes required to install squid.service
751 - Fix crash on shutdown while cleaning up idle ICAP connections
752 - Fix memory leak of Downloader-related objects
753 - HTTP/1.1: handle syntactically valid requests with unsupported HTTP versions
754 - Log TCP client port for error:transaction-end-before-headers and such
755 - ... and many portability and build fixes
756 - ... and some documentation updates
757 - ... and all fixes from 3.5.22
758
759 Changes to squid-4.0.14 (08 Sep 2016):
760
761 - Regression Bug 4570: crash after rev.14755
762 - Regression Bug 4561: Replace use of default move operators with explicit implementation
763 - Bug 4503: Do not access-log SslBump-faked CONNECTs with _ABORTED suffixes
764 - Bug 4404: Do not access-log chunked non-persistent responses with _ABORTED suffix
765 - Fix crashes on shutdown while cleaning up idle ICAP connections
766 - Fix logformat unable to configure codes with /-escape
767 - HTTP: MUST respond with 414 (URI Too Long) when request-target exceeds limits
768 - HTTP: validate Content-Length header values
769 - Make Squid death due to overloaded helpers optional
770 - Better support for unknown URL schemes
771 - Do not log error:transaction-end-before-headers after invalid requests
772 - ... and many portability and build fixes
773 - ... and some documentation updates
774 - ... and all fixes from 3.5.21
775
776 Changes to squid-4.0.13 (05 Aug 2016):
777
778 - Regression Bug 4540: revert r14720 buffer update
779 - Bug 4555: Minor improvements to error pages CSS
780 - Bug 4551: fix exceptions in new chunked decoder
781 - Bug 4311: support collapse for internal revalidation requests (SMP-unaware caches)
782 - Fix Certificate Validator buffer-overflow crashes Squid
783 - Fix some failed transactions not being logged
784 - Fix segfault via Ftp::Client::readControlReply().
785 - basic_db_auth: add support for unsalted SHA1 passwords
786 - kerberos_ldap_group: add support for SSL/TLS connection to an LDAP server
787 - TLS: Add missing 'tls' option for cache_peer
788 - TLS: Do not hang when 'connector' fails
789 - TLS: Add support for fetching missing certificates
790 - Remove XSTD_USE_LIBLTDL, which has not been needed in a long while
791 - ... and many code polishing updates
792 - ... and some documentation updates
793
794 Changes to squid-4.0.12 (01 Jul 2016):
795
796 - Regression Fix: shell issues with require_smblib definition
797 - Regression Bug 4532: pid_filename not working as documented
798 - Regression Bug 4504: Too many WARNING: Ignoring error setting CA certificate locations
799 - Bug 4516: security_file_certgen man page update
800 - Bug 4446: undefined reference to 'libecap::Name::Name'
801 - Bug 4376: clang cannot build Squid eCAP code
802 - HTTP/1.1: Update all stored headers on 304 revalidation
803 - TLS: Authority Key Identifier certificate extension
804 - Add a script to find kid-specific cache.log lines
805 - Cleanup cppunit detection and use
806 - ... and several performance improvements
807 - ... and some unit test updates
808 - ... and all fixes from 3.5.20
809
810 Changes to squid-4.0.11 (09 Jun 2016):
811
812 - Bug 4517: error: comparison between signed and unsigned integer
813 - Bug 4492: chunked parser needs to accept BWS after chunk size
814 - HTTP/1.1: allow chunking the last HTTP response on a connection
815 - HTTP/1.1: unfold mime header blocks
816 - TLS: fast SNI peek
817 - TLS: check for SSL_CIPHER_get_id() support required in adjustSSL()
818 - TLS: never enable OPENSSL_HELLO_OVERWRITE_HACK automatically
819 - squidclient: improve shell-escape support in -H option
820 - Do not allow low-level debugging to hide important/critical messages
821 - Replace new/delete operators using modern C++ rules
822 - Remove ie_refresh configuration option
823 - Deprecating SMB LanMan helpers
824 - Mark refresh-waiting transactions with REFRESH
825 - ... and some code cleanup and polishing
826
827 Changes to squid-4.0.10 (06 May 2016):
828
829 - Accumulate fewer unknown-size responses to avoid overwhelming disks.
830 - Fix shared memory corruption when storing multi-slot (>32KB) shm misses.
831 - ... and some documentation and code cleanup
832 - ... and all fixes from 3.5.18
833
834 Changes to squid-4.0.9 (20 Apr 2016):
835
836 - Bug 4405: assertion failed: comm.cc:554: "Comm::IsConnOpen(conn)"
837 - Add a new error page token for unquoted external ACL messages.
838 - Stop parsing response prefix after discovering an "HTTP/0.9" response.
839 - ... and some documentation updates
840 - ... and some code polishing
841 - ... and all fixes from 3.5.17
842
843 Changes to squid-4.0.8 (02 Apr 2016):
844
845 - Bug 4459: FHS compliance: move netdb.state and ssl_db to /var/cache/squid
846 - Bug 4458: Behaviour change with external ACL arguments
847 - Bug 4450: wait() related cleanup
848 - Bug 4438: SIGSEGV in memFreeString() destructing SBuf globals on shutdown/restart
849 - Bug 4312: Support disabling collapsed forwarding SMP cooperation
850 - Bug 3826: SMP compatibility with systemd and --foreground option
851 - Bug 1979: Add ACL-driven server_pconn_for_nonretriable squid.conf directive
852 - Bug 7 (partial): Update cached entries on 304 responses
853 - Add reply_header_add directive
854 - HTTP/1.1: Do not prohibit updating Last-Modified on 304 responses
855 - Fix memory leaks of lastAclData and AccessLogentry::url
856 - Fix clang -Winconsistent-missing-override warning
857 - Tests: update test suite for GnuTLS
858 - ... and some documentation updates
859 - ... and some code cleanup and polishing
860 - ... and all fixes from squid 3.5.16
861
862 Changes to squid-4.0.7 (23 Feb 2016):
863
864 - Regression Fix: external_acl parameters separated by %20 instead of space
865 - Bug 4432: assertion failed: store.cc:1919: "isEmpty()"
866 - Bug 4111: leave_suid() does not properly handle error codes returned by setuid
867 - Fix propagation of response status line parsing error details
868 - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
869 - ... and some code SourceLayout project cleaning
870 - ... and all fixes from squid 3.5.15
871
872 Changes to squid-4.0.6 (16 Feb 2016):
873
874 - Regression Bug 4436: Fix DEFAULT_SSL_CRTD
875 - Fix "dial: Ssl::PeerConnector::sslCrtvdHandleReply threw exception: callback != NULL"
876 - ... and some documentation updates
877 - ... and all fixes from squid 3.5.14
878
879 Changes to squid-4.0.5 (09 Feb 2016):
880
881 - Regression Bug 4429: http(s)_port options= error message missing characters
882 - Regression Bug 4410: 4.0.4 compile error in basic_ncsa_auth
883 - Regression Bug 4403: helper compile errors after 4.0.4 rev.14454
884 - Regression Bug 4401: compile error on Solaris
885 - Regression Fix: TLS/SSL flags parsing
886 - Regression Fix: cert validadator always disabled in 4.x
887 - Regression Fix: Name-only note ACL stopped matching after 4.0.4 rev.14465 (note -m)
888 - Regression Fix: external_acl problems after 4.0.1 rev.14351
889 - Bug 4409 (partial): compile error when two Heimdal libraries are installed
890 - Bug 4005: Dynamic certificate cache exceeds dynamic_cert_mem_cache_size
891 - SMP: Fix cleanup of a shared memory segment in an unusual configuration
892 - SSL-Bump: Fix step3 splicing.
893 - Add connections_encrypted ACL
894 - Make %<a and %<p details available to [eCAP] RESPMOD services
895 - Rename cert_valid.pl to security_fake_certverify
896 - Rename ssl_crtd helper to security_file_certgen
897 - ... and a lot of code SourceLayout project cleaning
898 - ... and some documentation updates
899 - ... and all fixes from squid 3.5.13 up to rev.13979
900
901 Changes to squid-4.0.4 (06 Jan 2016):
902
903 - Regression Bug 4393: compile fails on OS X
904 - Bug 4392: assertion CbcPointer.h:159: 'c' via tunnelServerClosed or tunnelClientClosed
905 - Support use of Kerberos credentials cache instead of keytab
906 - Support logging of TLS Cryptography Parameters
907 - Support substring matching in Note ACL
908 - ... and some code cleanup and polishing
909 - ... and all fixes from squid 3.5.13
910
911 Changes to squid-4.0.3 (28 Nov 2015):
912
913 - Bug 4372: missing template files
914 - Bug 4371: compile errors: no such file or directory: DiskIO/*/*DiskIOModule.o
915 - Bug 4368: A simpler and more robust HTTP request line parser
916 - Fix compile erorr on clang undefined reference to '__atomic_load_8'
917 - ext_kerberos_ldap_group_acl: Add missing workarounds for Heimdal Kerberos
918 - ext_ldap_group_acl: Allow unlimited LDAP search filter
919 - ext_unix_group_acl: Support -r parameter to strip @REALM from usernames
920 - ... and much code cleanup and polishing
921 - ... and all fixes from squid 3.5.12
922
923 Changes to squid-4.0.2 (01 Nov 2015):
924
925 - Regression Bug 4351: compile errors when authentication modules disabled
926 - Regression fix: HTTP/1.1 Transfer-Encoding:chunked parsing
927 - Bug 4359: assertion failure 'Comm::IsConnOpen(conn)' within ConnStateData::requestTimeout
928 - Bug 4356: segmentation fault using proxy_auth ACL
929 - Bug 4352: compile errors in OS X 10.11
930 - Bug 4021: ext_user_regex does exact match
931 - Bug 3574: avoid crashes, prohibit reconfiguration during shutdown
932 - Support re-assigning delay pools based on HTTP reply details
933 - ... and all fixes from squid 3.5.11
934
935 Changes to squid-4.0.1 (14 Oct 2015):
936
937 - Bug 4329: GCC 5.2 no known conversion for argument
938 - Bug 4292: negotiate_wrapper: Unreleased Resources
939 - Bug 4269: ignore-must-revalidate broken
940 - Bug 4190: assertion 'hash_remove_link' from Auth::User::cacheCleanup
941 - Bug 3920: Splay::remove() reference counting inconsistent
942 - Bug 3069: CONNECT method bytes sent logging
943 - Bug 2741 partial: libsecurity API for GnuTLS support
944 - Bug 1961 partial: redesign of URL handling
945 - Fix crash when parsing invalid squid.conf
946 - Fix eCAP: Return 'unknown body size' for bodies with unknown body sizes
947 - Remove unused OS detection: Sun, SysV, Ultrix, BSDi
948 - Remove cache_peer_domain directive
949 - RFC 6176 compliance: Remove SSLv2 support
950 - HTTP/1.1: Remove refresh_pattern ignore-auth and ignore-must-revalidate
951 - Remove GCC 2.x and 3.x detection and support
952 - C++11 compiler support is now mandatory
953 - Enable flexible transport protocol
954 - Enable long (--foo) command line parameters on squid binary
955 - Add per-rule refresh_pattern matching statistics
956 - Replace sslversion=N with tls-min-version=1.N
957 - Replace sslproxy_* directives with tls_outgoing_options
958 - Replace GNU atomics and related hacks with C++11 std::atomic
959 - Replace external_acl_type format %macros with logformat codes
960 - Support Secure ICAP services
961 - Support rotate=N option on access_log
962 - Support bypass for non-HTTP intercepted traffic (on_unsupported_protocol)
963 - Support lifetime timeout for persistent connections (pconn_lifetime)
964 - Support timeout for URL-rewrite helper lookups (url_rewrite_timeout)
965 - Support logging fast things (nanosecond log resolution)
966 - Support ICAP/eCAP adaptation for 100-continue responses
967 - Support configurable helper queue size, with consistent defaults
968 and better overflow handling.
969 - Support named service PID file by default (pid_filename)
970 - url_lfs_rewrite: Add URL-rewriter based on local file existence
971 - negotiate_kerberos_auth: output group= kv-pair
972 - helper-mux: add man(8) page
973 - purge: convert README to man(1) page
974 - basic_msnt_multi_domain_auth: Superceeded by basic_smb_lm_auth
975 - basic_sspi_auth: fix MinGW compile errors
976 - negotiate_sspi_auth: fix various build errors
977 - Crypto-NG: libnettle Base64 algorithm support
978 - Parser-NG: HTTP Parser structural redesign
979 - libltdl: copyright updated to LGPL version 2.1
980 - ... and several performance optimizations
981 - ... and many documentation changes
982 - ... and much code cleanup and polishing
983
984 Changes to squid-3.5.28 (15 Jul 2018):
985
986 - SQUID-2018:1: crash processing SSL-Bumped traffic containing ESI
987 - SQUID-2018:2: crash handling responses to internally generated requests
988 - SQUID-2018:3 / CVE-2018-1172: crash in ESI Response processing
989 - Bug 4861: HTTPMSGLOCK missing pointer safety
990 - Bug 4829: IPC shared memory leaks when disker queue overflows
991 - Bug 4767: SMP breaks IPv6 SNMP and cache manager queries
992 - Bug 2821: Ignore Content-Range in non-206 responses
993 - HTCP: Ignore HTCP packets with invalid URI
994 - SSL-Bump: fix authentication with schemes other than Basic
995 - TPROXY: Fix clientside_mark and client port logging
996 - Fix "Cannot assign requested address" for to-origin TPROXY FTP data
997 - Fix --with-netfilter-conntrack error message
998 - Validate mime icon URL before allocating store entries
999 - ... and many documentation changes
1000
1001 Changes to squid-3.5.27 (20 Aug 2017):
1002
1003 - Regression Bug #4112: ssl_engine does not accept cryptodev
1004 - Bug 4687: Wrong names of components in man page, section SEE ALSO
1005 - Bug 4671: various GCC 7 compile errors
1006 - Bug 4464: Reduce "!Comm::MonitorsRead(serverConnection->fd)" assertions
1007 - Bug 2833: Collapse internal revalidation requests (SMP-unaware caches)
1008 - Bug 2833: Do not respond with HTTP/304 to unconditional requests
1009 - Fix message packing error handling in mgr and snmp SMP Forwarders
1010 - Fix mgr query handoff from the original recipient to Coordinator.
1011 - ... and some documentation updates
1012
1013 Changes to squid-3.5.26 (01 Jun 2017):
1014
1015 - Bug 4711: SubjectAlternativeNames is missing in some generated certificates
1016 - Bug 4695: squidpurge: GCC 7 build errors
1017 - Bug 4682: ignoring http_access deny when client-first bumping mode is used
1018 - Bug 4682: Fix ssl_bump "bump" action documentation
1019 - Bug 4653: %st lies about tunneled traffic volumes
1020 - Bug 4589: ssl_crtd: returning zero on failure
1021 - Bug 3772: message from FTP server gets mangled
1022 - Bug 3102: FTP directory listing drops fist character of file names
1023 - Add OpenSSL library details to -v output
1024 - ... and some documentation updates
1025
1026 Changes to squid-3.5.25 (02 Apr 2017):
1027
1028 - Bug 4688: various typo error(s) in man page(s)
1029 - Bug 4508: Host forgery stalls intercepted being-spliced connections
1030 - Native FTP relay: NAT and TPROXY interception fixes
1031 - Fix missing CRLF on FTP timeout ABORT commands
1032 - TLS: Bump client on errors encountered before ssl_bump evaluation
1033 - ext_kerberos_ldap_group_acl: fix unused value warnings
1034 - Fix crash when configuring with invalid delay_parameters restore value.
1035 - Check that -k argument is provided before trying to use it.
1036 - ... and some build fixes
1037
1038 Changes to squid-3.5.24 (28 Jan 2017):
1039
1040 - Regression Bug 3940: Make 'cache deny' do what is documented
1041 - TLS: Fix SSLv2 records bumping despite a matching step2 peek rule
1042 - TLS: Mitigate DoS attacks that use client-initiated SSL/TLS renegotiation
1043 - Fix "Source and destination overlap in memcpy" Valgrind errors
1044 - Reduce crashes due to unexpected ClientHttpRequest termination
1045 - Update External ACL helpers error handling and caching
1046 - Detect HTTP header ACL issues
1047 - ... and some documentation fixes
1048
1049 Changes to squid-3.5.23 (16 Dec 2016):
1050
1051 - Bug 4627: fix generate-host-certificates and dynamic_cert_mem_cache_size docs
1052 - Bug 4620: NetBSD build error with --enable-ipf-transparent
1053 - Bug 4567: Strange IPv6 shown in access.log
1054 - Bug 4406: SIGSEV in TunnelStateData::handleConnectResponse() during reconfigure and restart
1055 - Bug 4174 partial: fix Write.cc:41 "!ccb->active()" assertion.
1056 - Bug 4169: HIT marked as MISS when If-None-Match does not match
1057 - Bug 4007: Hang on DNS query with dead-end CNAME
1058 - Bug 4004 partial: Fix segfault via Ftp::Client::readControlReply
1059 - Bug 3940 partial: hostHeaderVerify failures MISS when they should be HIT
1060 - Bug 3533: Cache still valid after HTTP/1.1 303 See Other
1061 - Bug 3379: Combination of If-Match and a Cache Hit result in TCP Connection Failure
1062 - Bug 3290: authenticate_ttl not working for digest authentication
1063 - Bug 2258: bypassing cache but not destroying cache entry
1064 - HTTP/1.1: make Vary:* objects cacheable
1065 - HTTP/1.1: Add registered codes entry for new 103 (Early Hints) status code
1066 - Support IPv6 NAT with PF for NetBSD and FreeBSD
1067 - TLS: Make key= before cert= an error instead of quietly hiding the issue
1068 - ... and some debug updates
1069 - ... and some build fixes
1070 - ... and several documentation updates
1071
1072 Changes to squid-3.5.22 (09 Oct 2016):
1073
1074 - Bug 4594: build failure with clang 3.9
1075 - Bug 4471: revalidation does not work when expired cached object lacks Last-Modified
1076 - Bug 4302 pt2: IPv6 support for IPFilter v5 transparent interception
1077 - Bug 4228: ./configure bug/typo in r14394
1078 - Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration
1079 - Bug 2833: Collapse internal revalidation requests (SMP-unaware caches)
1080 - Fix logged request size (%http::>st) and other size-related %codes
1081 - Fix some memory leaks from putenv()
1082 - Fix memory leaks from url_rewrite_extras and store_id_extras on reconfigure/shutdown
1083 - Fix segfault crash when debugging section 4 at level 9
1084 - HTTP: MUST ignore a [revalidation] response with an older Date header
1085
1086 Changes to squid-3.5.21 (08 Sep 2016):
1087
1088 - Bug 4563: duplicate code in httpMakeVaryMark
1089 - Bug 4542: authentication credentials IP TTL updated incorrectly
1090 - Bug 4534: assertion failure in xcalloc when using many cache_dir
1091 - Bug 4428: mal-formed Cache-Control:stale-if-error header
1092 - Bug 3025: Proxy-Authenticate problem using ICAP server
1093 - Fix segfault via Ftp::Client::readControlReply()
1094 - Fix SSL-Bump failure results in SEGFAULT
1095 - HTTP/1.1: MUST always revalidate Cache-Control:no-cache responses
1096 - HTTP/1.1: do not allow Proxy-Connection to override Connection header
1097 - SSL: CN wildcard must only match a single domain component [fragment]
1098
1099 Changes to squid-3.5.20 (01 Jul 2016):
1100
1101 - Bug 4523: smblib compile fails on NetBSD
1102 - Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
1103 - Bug 3579: assertion failed 'MemPools[type]' from dst_as ACL
1104 - Fix icons loading speed
1105 - Fix OpenSSL detection on FreeBSD
1106 - Fix assertion failed: Write.cc:38: 'fd_table[conn->fd].flags.open'
1107 - Fix SEGFAULT parsing malformed adaptation service configuration
1108 - Fix ConnStateData::In::maybeMakeSpaceAvailable() logic
1109 - Do not override user defined -std option
1110 - Do not allow low-level debugging to hide important/critical messages
1111 - Do not make bogus recvmsg(2) calls when closing UDS sockets
1112 - Support unified EUI format code in external_acl_type
1113
1114 Changes to squid-3.5.19 (09 May 2016):
1115
1116 - Regression Bug 4515: interception proxy hangs
1117
1118 Changes to squid-3.5.18 (06 May 2016):
1119
1120 - Bug 4510: stale comment about 32KB limit on shared memory cache entries
1121 - Bug 4509: EUI compile error on NetBSD
1122 - Bug 4501: HTTP/1.1: normalize Host header
1123 - Bug 4498: URL-unescape the login-info after extraction from URI
1124 - Bug 4455: SegFault from ESIInclude::Start
1125 - Prevent Squid forcing -b 2048 into the arguments for sslcrtd_program
1126 - Fix TLS/SSL server handshake alert handling
1127
1128 Changes to squid-3.5.17 (20 Apr 2016):
1129
1130 - Regression Bug 4480: logformat [.width_max]
1131 - Regression Bug 4481: varyEvaluateMatch: Oops. Not a Vary match on second attempt
1132 - Bug 4495: Unknown SSL option SSL_OP_NO_TICKET
1133 - Bug 4493: theObject->sharedMemorySize() == theSegment.size() exception
1134 - Bug 4483: ./configure garbles -Og option in CFLAGS
1135 - Bug 4482: Solaris GCC 5.2 warning in src/ip/Intercept.cc
1136 - Bug 4468: NotNode (!acl) naming: Terminate the name before strncat(name).
1137 - Bug 4465: Header forgery detection leads to crash
1138 - Bug 2460 partial: workaround deferred reads on shutdown and restart
1139 - cachemgr.cgi: use dynamic MemBuf for internal content generation
1140 - ESI: Fix several element construction issues
1141 - TLS: Fix Handshake Error: ccs received early
1142 - TLS: Add chained and signing cert to peek-then-bumped connections
1143 - Fix some startup/shutdown crashes
1144
1145 Changes to squid-3.5.16 (02 Apr 2016):
1146
1147 - Bug 4476: Removed duplicated #include lines
1148 - Bug 4452: squid -z segfaults with ufs
1149 - Bug 4447:FwdState.cc:447 "serverConnection() == conn" assertion
1150 - Bug 4423: adding stdio: prefix to cache_log directive produces FATAL error
1151 - Bug 4409: compile error when two Heimdal libraries are installed
1152 - Bug 2831: Cache-control: max-age not sent on TCP_IMS_HIT/304
1153 - pinger: Fix buffer overflow in Icmp6::Recv
1154 - pinger: Fix select(2) to actually use max_fd
1155 - pinger: drop capabilities on Linux
1156 - Fix memory leak of HttpRequest objects
1157 - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
1158 - Fix assertion failed: Write.cc:41: "!ccb->active()"
1159 - Fix crash on shutdown while cleaning up idle ICAP connections
1160 - RFC 7725: Add registry entry for 451 status text
1161 - ... and some build issues
1162
1163 Changes to squid-3.5.15 (23 Feb 2016):
1164
1165 - Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
1166 - Fix multiple assertion on String overflows
1167 - Fix unit test errors on MacOS
1168 - Better handling of huge response headers. Fewer incorrect "Bug #3279" messages.
1169 - Log noise reduction for eCAP
1170
1171 Changes to squid-3.5.14 (16 Feb 2016):
1172
1173 - Bug 4437: Fix Segfault on Certain SSL Handshake Errors
1174 - Bug 4431: C code is not compiled with CFLAGS
1175 - Bug 4418: FlexibleArray compile error with GCC 6
1176 - Bug 4378: assertion failed: DestinationIp.cc:60:
1177 'checklist->conn() && checklist->conn()->clientConnection != NULL'
1178 - Fix invalid FTP connection handling on blocked content
1179 - Fix handling of shared memory left over by Squid crashes or bugs
1180 - Fix mgr:config report 'qos_flows mark' output
1181 - Fix compile error in CPU affinity
1182 - Fix %un logging external ACL username
1183 - Avoid more certificate validation memory leaks
1184 - ... and some documentation updates
1185
1186 Changes to squid-3.5.13 (06 Jan 2016):
1187
1188 - Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
1189 - Bug 4387: Kerberos build errors on Solaris
1190 - TLS: Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange
1191 - TLS: Complete certificate chains using external intermediate certificates
1192 - Avoid memory leaks when an X.509 certificate validator is used with SslBump
1193 - Fix connection retry and fallback after failed server TLS connections
1194 - Fix GnuTLS detection via pkg-config
1195 - Fix startup crash with a misconfigured (too-small) shared memory cache
1196 - ... and some documentation updates
1197
1198 Changes to squid-3.5.12 (28 Nov 2015):
1199
1200 - Bug 4374: refresh_pattern config parser (%)
1201 - Bug 4373: assertion 'calloutContext->redirect_state == REDIRECT_NONE'
1202 - Bug 4228: links with krb5 libs despite --without options
1203 - Fix SSL_get_certificate() problem detection
1204 - Fix TLS handshake problem during Renegotiation
1205 - Fix cache_peer forceddomain= in CONNECT
1206 - Fix status code-based HTTP reason phrase for eCAP-generated messages
1207 - Fix build errors in cpuafinity.cc
1208 - ... and several documentation updates
1209
1210 Changes to squid-3.5.11 (01 Nov 2015):
1211
1212 - Bug 3574: crashes on reconfigure and startup
1213 - Bug 4347: compile errors with LibreSSL 2.3
1214 - Bug 4281: copy-paste typos in src/tools.cc
1215 - Bug 4279: No response from proxy for FTP-download of non-existing file
1216 - Bug 4188: Bumping intercepted SSL connections does not work on Solaris
1217 - Fix incorrect authentication headers on cache digest requests
1218 - Fix connection stats, including %<lp, missing for persistent connections
1219 - Fix invalid memory access issues in SBuf
1220 - Avoid errors when parsing manager ACL in old squid.conf
1221
1222 Changes to squid-3.5.10 (01 Oct 2015):
1223
1224 - Regression Fix cache_peer login=PASS(THRU) after CVE-2015-5400
1225 - Regression Bug 4326: base64 binary encoder rejects data beginning with nil byte
1226 - Bug 4323: Netfilter broken cross-includes with Linux 4.2
1227 - Bug 4328: %un format code does not work for external ACLs in credentials-fetching rules
1228 - Bug 4208: more than one port in wccp2_service_info line causes error
1229 - Bug 4303: PeerConnector.cc:743 "!callback" assertion.
1230 - Bug 4330: Do not use SSL_METHOD::put_cipher_by_char to determine size of SSL hello ciphers
1231 - Relicense ntlm_fake_auth.pl to GPLv2+
1232 - Relicense smb_lm auth helper to GPLv2+
1233 - Relicense SSPI helper to GPLv2+
1234 - ... and several minor performance optimizations
1235
1236 Changes to squid-3.5.9 (17 Sep 2015):
1237
1238 - Regression Bug 3618: ntlm_smb_lm_auth rejects correct passwords
1239 - Bug 4309: incorrect extensions detection in SSL Hello messages
1240 - Bug 4309: crash during Skype login
1241 - Bug 4284: missing sanity checks for malloc
1242 - Regression Fix: CONNECT request debugging 11,2 traces
1243 - Regression Fix: Quieten UFS cache maintenance skipped warnings
1244 - TLS: Support SNI on generated CONNECT after peek
1245 - ... and some documentation updates
1246
1247 Changes to squid-3.5.8 (02 Sep 2015):
1248
1249 - Regression Bug 4306: build portability fix in Kerberos helpers
1250 - Bug 4302: IPFilter v5 transparent interception
1251 - Bug 4301: compile errors with IPFilter interception
1252 - Bug 4285 partial: %us is not supported in access.log
1253 - Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
1254 - Bug 4242: compile errors with eCAP using clang-3.6
1255 - Bug 3696: crash when client delay pools are activated
1256 - Bug 3553: cache_swap_high ignored and maxCapacity used instead
1257 - Regression Fix: FtpServer.cc:1024: "reply != NULL" assertion
1258 - Fix ignore of impossible SSL bumping actions, as intended and documented
1259 - Fix memory leak in Surrogate-Capability header detection
1260 - Fix truncated body length when RESPMOD service aborts
1261 - Reject non-chunked HTTP messages with conflicting Content-Length values
1262 - Support splice for SSLv3 and TLSv1 sessions that start with an SSLv2 Hello
1263 - ... and several portability and compile fixes
1264 - ... and several documentation updates
1265
1266 Changes to squid-3.5.7 (01 Aug 2015):
1267
1268 - Bug 4293: wrong SNI sent to server after URL-rewrite
1269 - Bug 4251: incorrect instance name for memory segments in /dev/shm
1270 - Bug 4227: invalid key in AuthUserHashPointer causing assertation failure
1271 - Bug 3345: support %un (any available user name) format code for external ACLs.
1272 - basic_smb_auth: Fix several old issues identified by Debian users
1273 - Support ssl-bump splicing to origin cache_peer
1274 - Fix SSL errors relayed using invalid certificates
1275 - Fix crash in TcpAccepter with profiler enabled
1276 - Fix some cases of ssl_crtd SSL certificate DB corruption
1277 - Fix performance regression in SBuf::chop operations
1278 - Improve handling of client connections on shutdown
1279 - Handle exceptions during squid.conf parse
1280 - Make pod2man an optional dependency
1281 - ... and polishing for several cache.log notification messages
1282 - ... and all fixes from squid 3.4.14
1283
1284 Changes to squid-3.5.6 (03 Jul 2015):
1285
1286 - Bug 4274: ssl_crtd.8 not being installed
1287 - Bug 4193: memory leak on FTP listings
1288 - Bug 4183: segfault when freeing https_port clientca on reconfigure or exit
1289 - Bug 3875: bad mimeLoadIconFile error handling
1290 - Bug 3483: assertion failed store.cc:1866: 'isEmpty()'
1291 - Bug 3329: pinned server connection is not closed properly
1292 - TLS: Disable client-initiated renegotiation
1293 - ext_edirectory_userip_acl: fix uninitialized variable
1294 - Support custom OIDs in *_cert ACLs
1295 - Fix CONNECT failover to IPv4 after trying broken IPv6 servers
1296 - Use relative-URL in errorpage.css for SN.png
1297 - Do not blindly forward cache peer CONNECT responses
1298 - Fix assertion String.cc:221: "str"
1299 - Fix assertion comm.cc:759: "Comm::IsConnOpen(conn)" in ConnStateData::getSslContextDone
1300 - Translations: add Spanish US dialect alias
1301
1302 Changes to squid-3.5.5 (28 May 2015):
1303
1304 - Regression Bug 4132: short_icon_urls with global_internal_static on
1305 - Bug 4238: assertion Read.cc:205: "params.data == data"
1306 - Bug 4236: SSL negotiation error of 'success'
1307 - Bug 3930: assertion 'connIsUsable(http->getConn())'
1308 - Fix assertion MemBuf.cc:380: "new_cap > (size_t) capacity" in SSL I/O buffer
1309 - Fix assertion errorpage.cc:600: "entry->isEmpty()"
1310 - Fix comm_connect_addr on failures returns Comm:OK
1311 - Fix missing external ACL helper notes
1312 - Fix "Not enough space to hold server hello message" error message
1313 - Fix segmentation fault inside Adaptation::Icap::Xaction::swanSong
1314 - Prevent unused ssl_crtd helpers being run
1315 - ... and some code cleanup and portability updates
1316 - ... and several documentation updates
1317
1318 Changes to squid-3.5.4 (01 May 2015):
1319
1320 - Bug 4234: comm_connect_addr uses errno incorrectly
1321 - Bug 4231: fd_open() not correctly handling UDS socket descriptions
1322 - Bug 4226: digest_edirectory_auth: found but cannot be built
1323 - Bug 4198: assertion failed: client_side.h:364: "sslServerBump == srvBump"
1324 - Bug 3775: Disable HTTP/1.1 pipeline feature for pinned connections
1325 - Fix require-proxy-header preventing HTTPS proxying and ssl-bump
1326 - Fix Negotiate/Kerberos authentication request size exceeds output buffer size
1327 - Fix SQUID_X509_V_ERR_DOMAIN_MISMATCH errors while accessing sites with valid certificates
1328 - Add server_name ACL matching server name(s) obtained from various sources
1329 - Add Kerberos support for MAC OS X 10.x
1330 - Support for resuming TLS sessions
1331 - ... and some portability and compile fixes
1332 - ... and several documentation updates
1333 - ... and all fixes from squid 3.4.13
1334
1335 Changes to squid-3.5.3 (28 Mar 2015):
1336
1337 - Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory
1338 - Regression Bug 4206: Incorrect connection close on expect:100-continue
1339 - Bug 4204: ./configure does not abort when required helpers cannot be built
1340 - Bug 3805: support shared memory on MacOS X in Mem::IPC::Segment
1341 - Bug 2907: high CPU usage on CONNECT when using delay pools
1342 - basic_getpwnam_auth: fail authentication on crypt() failures
1343 - basic_nis_auth: fail authentication on crypt() failures
1344 - ext_kerberos_ldap_group_acl: Heimdal support improvements
1345 - ext_wbinfo_group_acl: Perl 5.20 support
1346 - ... and several compile issues
1347
1348 Changes to squid-3.5.2 (18 Feb 2015):
1349
1350 - Regression Bug 4176: Digest auth too many helper lookups
1351 - Regression Bug 4180: not-fully-initialized data member in ACLUserData
1352 - Bug 4172: Solaris broken krb5-config
1353 - Bug 4073: Cygwin compile errors
1354 - Bug 3919: remove several never-true / never-false comparisons
1355 - HTTPS: Add missing root CAs when validating chains that passed internal checks
1356 - Fix some cbdataFree related memory leaks
1357 - Quieten CBDATA 'leak' messages
1358 - Set SNI information in transparent bumping mode
1359 - negotiate_kerberos_auth: fix krb5.conf backward compatibility
1360 - Fix memory leaks in cachemgr.cgi URL parser
1361 - Fix sslproxy_options in peek-and-splice mode
1362 - ... and fix several portability and build issues
1363 - ... and some documentation updates
1364 - ... and all fixes from squid 3.4.11
1365
1366 Changes to squid-3.5.1 (13 Jan 2015):
1367
1368 - Fix handling of invalid SSL server certificates when splicing connections
1369 - basic_smb_lm_auth: Simplified MSNT basic auth helper
1370 - squidclient: Fix -A and -P options
1371 - ... and several portability fixes
1372 - ... and all fixes from squid 3.4.11
1373 - ... and a lot of documentation updates
1374
1375 Changes to squid-3.5.0.4 (21 Dec 2014):
1376
1377 - Bug 3826: pt 2: Provide a systemd .service file for Squid
1378 - Support http_access denials of SslBump "peeked" connections.
1379 - Fix DONT_VERIFY_DOMAIN ssl flag
1380 - Fix peek-and-splice mode: certificate validation for domain mismatched errors
1381 - negotiate_kerberos_auth: MEMORY keytab and replay cache support
1382 - ... and some documentation updates
1383 - ... and a large amount of code polishing (non-logic changes)
1384
1385 Changes to squid-3.5.0.3 (09 Dec 2014):
1386
1387 - Bug 4146: workaround SSL Bump crash on Linux
1388 - Bug 4135: Support \-escaped characters in regex patterns
1389 - Bug 4131: SIGSEGV at store.cc:962 content_length > store_maxobjsize
1390 - Fix delay_parameters parsing
1391 - HTTP/2: handle 'PRI' method found in HTTP/1.x traffic
1392 - ... and all changes from squid 3.4.10
1393 - ... and a lot of documentation updates
1394
1395 Changes to squid-3.5.0.2 (31 Oct 2014):
1396
1397 - Fix FTP socket opening during reconfigure
1398 - ... and all changes from 3.4.9
1399 - ... and some build errors in rarely used code
1400 - ... and several documentation updates
1401
1402 Changes to squid-3.5.0.1 (17 Oct 2014):
1403
1404 - Port from 2.7: redirector and logging urlgroup feature
1405 - Bug 4093: source-maintenance.sh bad perl -i option
1406 - Bug 3608: per-service name for workers UDS sockets
1407 - Bug 2554: 32-bit wrap in AUFS counters
1408 - Bug 1961 pt1: URL handling redesign
1409 - Bug 1202 pt1: documentation for refresh_pattern algorithms
1410 - Update Squid boilerplate copyright/license
1411 - Update the http(s)_port directives protocol= parameter
1412 - Update forward_max_tries to permit 25 server paths
1413 - Update Kerberos library detection and build options
1414 - Support ACLs on ftp_epsv directive
1415 - Support >32KB objects in cache_dir rock storage
1416 - Support client connection annotation by helpers via clt_conn_tag=TAG
1417 - Support native FTP Relay
1418 - Support libgnugss Kerberos library
1419 - Support libecap v1.0
1420 - Support SSL Peek and Splice feature
1421 - Support receiving PROXY protocol version 1 and 2
1422 - Replace --enable-ssl build option with --with-openssl
1423 - Enable -n service name command line option for all Squid builds
1424 - Enable ICAP client by default
1425 - Fix configuration file parsing bugs, related to quoted strings
1426 - Fix Windows MinGW build errors
1427 - Fix multiple TCP outgoing TOS/DiffServ bugs
1428 - Fix Cygwin /etc/resolv.conf parsing
1429 - Fix crash when sending %ssl::cert_subject to external ACL w/o certificate
1430 - Fix crash reading malformed config files
1431 - Send selected SSL version and cipher to the certificate validation helper
1432 - Validate server certificates without bumping
1433 - Add zero-copy string buffer support
1434 - Add automated squid.conf parser testing with squid -k parse
1435 - Add adaptation_service ACL
1436 - Add logformat code %tS to log transaction start time
1437 - Add logformat code %>rd to log client URL domain name
1438 - Add key_extras to proxy authentication
1439 - Add url_rewrite_extras and store_id_extras directives
1440 - Add send_hit and store_miss directives
1441 - Add collapsed_forwarding directive
1442 - Add sslproxy_cert_sign_hash directive
1443 - Add SMP SSL session cache
1444 - Add cache_peer standby connections
1445 - Add helper ext_delayer_acl
1446 - Add TCP_TUNNEL log code for CONNECT tunnels which are not SSL-bumped
1447 - Add BUILDCXX and BUILDCXXFLAGS configure options for cross-compile
1448 - Remove COSS storage in favour of Rock storage
1449 - Remove dnsserver and external DNS helper API in favour of mDNS
1450 - Remove broken mallinfo() accounting and memory tracing
1451 - Remove hierarchy_stoplist in favour of always_direct
1452 - Deprecate tag ACL type in favour of note ACL type
1453 - Deprecate urlgroup feature in favour of note ACL type
1454 - HTTP/1.1: method names are case-sensitive
1455 - HTTP/1.1: register new headers from RFC 723x
1456 - squidclient: polish and update help display
1457 - squidclient: support TLS with GnuTLS 3.1.5+
1458 - squidclient: support verbosity levels
1459 - squidclient: --ping mode module support
1460 - url_fake_rewrite: support concurrency
1461 - storeid_file_rewrite: support concurrency
1462 - digest_file_auth: support concurrency
1463 - digest_edirectory_auth: support concurrency
1464 - digest_ldap_auth: support concurrency
1465 - ... and many error page translation updates
1466 - ... and much code cleanup and polishing
1467
1468 Changes to squid-3.4.14 (01 Aug 2015):
1469
1470 - Do not blindly forward cache peer CONNECT responses (CVE-2015-5400)
1471
1472 Changes to squid-3.4.13 (01 May 2015):
1473
1474 - Bug 4212: ssl_crtd crashes with corrupt database
1475 - ... and some documentation updates
1476 - ... and all fixes from squid 3.3.14
1477
1478 Changes to squid-3.4.12 (18 Feb 2015):
1479
1480 - Bug 4066: Digest auth nonce indefinite rollover
1481 - Bug 3997: Excessive NTLM or Negotiate auth helper annotations
1482 - Fix several crashes when debugging enabled
1483 - Fix silent SSL/TLS failure on split-stack operating systems
1484 - HTTP/1.1: Stop emitting (Proxy-)Authentication-Info for Negotiate
1485 - HTTPS: Add TLS/SSL option NO_TICKET to http[s]_port
1486 - Remove dst ACL dependency on HTTP request message existence
1487 - Set cap_net_admin when Squid sets TOS/Diffserv packet values
1488 - ... and some documentation updates
1489
1490 Changes to squid-3.4.11 (13 Jan 2015):
1491
1492 - Bug 4164: SEGFAULT when %W formating code used in errorpages
1493 - Bug 4057: Avoid on-exit crashes when adaptation is enabled.
1494 - Bug 3760: squidclient ignores --disable-ipv6
1495 - Bug 3754: configure doesnt detect IPFilter 5.1.2 system headers
1496 - Bug 3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
1497 - cachemgr.cgi: memory leak in request parser
1498 - Deleting first fs left psstate->servers pointing to uninitialized memory
1499 - ... and some build issues
1500
1501 Changes to squid-3.4.10 (09 Dec 2014):
1502
1503 - Bug 4148: external_acl_type header format does not accept the new libformat syntax
1504 - Bug 4145: squid_endian.h compile errors with OpenBSD 5.6
1505 - Bug 4033: Rebuild corrupted ssl_db/size file
1506 - Bug 3902: Docs: external_acl_type cache hash key
1507 - Fix segmentation fault in ACL urlpath_regex
1508 - Fix bootstrap.sh dependency on SPONSORS.list
1509 - Alternate-Protocol is a hop-by-hop header
1510 - HTTP/2: Support 421 (Misdirected Request) status code
1511
1512 Changes to squid-3.4.9 (31 Oct 2014):
1513
1514 - Regression fix: ext_kerberos_ldap_group_acl typo in 3.4.7 update
1515 - Bug 4102: sslbump cert contains only a dot character in key usage extension
1516 - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options
1517 - Bug 4088: memory leak in external_acl_type helper with cache=0 or ttl=0
1518 - Bug 4024: Bad host/IP ::1 when using IPv4-only environment
1519 - Bug 3803: ident leaks memory on failure
1520 - kerberos_ldap_group/cert_tool: Remove ksh dependency
1521 - ... and some automated code style updates
1522 - ... and some documentation updates
1523
1524 Changes to squid-3.4.8 (15 Sep 2014):
1525
1526 - Fix off by one in SNMP subsystem
1527 - pinger: Fix various ICMP handling issues
1528
1529 Changes to squid-3.4.7 (28 Aug 2014):
1530
1531 - Regression Fix: Kerberos LDAP authorizing groups with principle subdomain
1532 - Bug 4080: worker hangs when client identd is not responding
1533 - Bug 3966: Add KeyEncipherment when ssl-bump substitues RSA for EC
1534 - HTTP/1.1: Ignore Range headers with unidentifiable byte-range values
1535 - SSL-bump: Use v3 for fake certificate if we add _any_ certificate extension
1536 - Enable compile-time override for MAXTCPLISTENPORTS
1537 - ntlm_sspi_auth: Fix various build errors
1538 - negotiate_wrapper: Fix build issues with non-portable vfork()
1539 - negotiate_sspi_auth: Portability fixes for MinGW
1540 - ext_lm_group_acl: Portability fixes for MinGW
1541 - ... and several minor memory leaks
1542
1543 Changes to squid-3.4.6 (25 Jun 2014):
1544
1545 - Regression: segmentation fault logging with %tg format specifier
1546 - Bug 4065: round-robin neighbor selection with unequal weights
1547 - Bug 4056: assertion MemPools[type] from netdbExchangeStart()
1548 - Bug 4050: segmentation fault in CommSelectEngine::checkEvents on helper response
1549 - Fix segmentation fault setting up server SSL connnection
1550 - Fix hanging Non-HTTPS connections on SSL-bump enabled port
1551 - Fix Cache Manager actions listed more than once
1552 - ... and many minor memory leaks
1553 - ... and several portability build issues
1554 - ... and some documentation updates
1555
1556 Changes to squid-3.4.5 (02 May 2014):
1557
1558 - Regression Bug 4051: inverted test on CONNECT payload existence
1559 - Regression Fix: order dependency between cache_dir and maximum_object_size
1560 - Fix logformat %note display
1561 - Resolve 'dying from an unhandled exception: c'
1562
1563 Changes to squid-3.4.4.2 (23 Apr 2014):
1564
1565 - version bump for packaging re-build with altered toolchain
1566
1567 Changes to squid-3.4.4.1 (23 Apr 2014):
1568
1569 - Regression Bug 4019: Cache digest exchange segmentation fault
1570 - Regression Bug 3982: EUI logging and helpers show blank MAC address
1571 - Bug 4047: Support Android builds
1572 - Bug 4043: Remove XMALLOC_TRACE and references to sbrk(2)
1573 - Bug 4041: Missing files in compat/Makefile.am
1574 - Bug 4014: Build failure with --disable-optimizations --disable-auth
1575 - Bug 3986: (partial) assertion due to incorrect error page buffer size
1576 - Bug 3955: Solaris EUI-48 lookup leaks FDs
1577 - Bug 3371: CONNECT with data sent at once loses data
1578 - C++11: Upgrade auto-detection to use the formal -std=c++11
1579 - Crypto-NG: libnettle MD5 algorithm support
1580 - SSL-Bump: Fix Basic auth caching on bumped connections
1581 - Store-ID: Fix request URI when forwarding requests to peers
1582 - ... and fix several other build errors
1583 - ... and some documentation updates
1584
1585 Changes to squid-3.4.4 (09 Mar 2014):
1586
1587 - Bug 4029: intercepted HTTPS requests bypass caching checks
1588 - Bug 4001: remove use of strsep()
1589 - Bug 3186 and 3628: Digest authentication always sending stale=false for nonce
1590 - Fix stalled concurrent rock store reads
1591 - Fix helper ID number assignment
1592 - Fix build failures from CMSG related definitions
1593 - Fix build failures from libcompat unsafe.h protections
1594 - Copyright: Relicense helpers by Treehouse Networks Ltd.
1595 - ... and all bug fixes from 3.3.12
1596
1597 Changes to squid-3.4.3 (02 Feb 2014):
1598
1599 - Bug 4008: HttpHeader warnOnError should be an int not a bool
1600 - Bug 4002: clang 3.4 unable to compile
1601 - Bug 3996: Malformed DNS reply leads to crash
1602 - Bug 3995: compile error on CentOS 5 with GCC 4.1.2
1603 - Bug 3975: atomic detection cross-compilation failure
1604 - Bug 3971: "cannot aggregate mgr:client_list: cmd->profile != NULL" in SMP mode
1605 - Bug 3954: compile failure in CpuAffinity.cc
1606 - Bug 3927: tests/testRock fatal.cc required
1607 - Fix memory leak in peer Cache Digest exchange
1608 - Fix external_acl_type async loop failures
1609 - Fix destination IP address cycling
1610 - ... and a few polishing changes
1611
1612 Changes to squid-3.4.2 (30 Dec 2013):
1613
1614 - Regression Bug 3980: FATAL ERROR due to max_user_ip -s option
1615 - Regression Fix: \-unescaping in quoted strings from helpers
1616 - Regression Fix: URL helper API bypassing on URL containing '=' character
1617 - Bug 3985: 60s limit introduced by balance_on_multiple_ip breaks bad IP recovery
1618 - Bug 3806: Caching responses with Vary header
1619 - Bug 3498: FTP PUT assertion
1620 - WCCPv2: Fix assertion 'Cannot convert non-IPv4 to IPv4' on FreeBSD
1621 - Enable concurrency by default for SSL certificate validator
1622 - ... and fix several build errors
1623
1624 Changes to squid-3.4.1 (09 Dec 2013):
1625
1626 - Bug 3935: Invalid pointer dereference when peeking at origin server certificate
1627 - Bug 3589: intercepted and ICAP modified request using a cache_peer
1628 - ... and several portability fixes
1629 - ... and some documentation updates
1630
1631 Changes to squid-3.4.0.3 (01 Dec 2013):
1632
1633 - Bug 3941: Release notes error
1634 - Receive annotations from authentication and external ACL helpers
1635 - basic_nis_auth: Improved portability
1636 - ... and several documentation updates
1637 - ... and all bug fixes from 3.3.9, 3.3.10, 3.3.11
1638
1639 Changes to squid-3.4.0.2 (03 Oct 2013):
1640
1641 - Regression Bug 3891: squid.conf parser errors in 3.4.0.1
1642 - Regression Fix: re-disable MinGW C++11 support
1643 - Bug 3914: partial: make squidclient tool build cleanly with -Wconversion
1644 - Fix memory leak in refresh_pattern parsing
1645 - negotiate_kerberos_auth: upgrade to present group= keys
1646 - Handle NTLM helper returning OK without user= value
1647 - Add dns_multicast_local to control mDNS operation
1648 - Add --disable-arch-native build option
1649 - Display Build-Info in cache manager info report
1650 - ... and all changes from squid 3.3.9
1651 - ... and some code and debug output polishing
1652
1653 Changes to squid-3.4.0.1 (29 Jul 2013):
1654
1655 - Port from 2.7: StoreURL (renamed Store-ID) support
1656 - Bug 3795: fix several mistakes in the MIB file
1657 - Bug 3793: configure: improved helper detection
1658 - Bug 3722: Invalid markup in Armenian hy ERR_ONLY_IF_CACHED_MISS
1659 - Bug 3676: Support GCC 4.7 with -Wshadow option
1660 - Bug 3643: NTLM helpers stuck in reserved state by Safari
1661 - Bug 3389: Auto-reconnect for tcp access_log
1662 - Bug 2066: squid does not do chdir() after chroot()
1663 - Fix uninitialized fields in IcapLogEntry
1664 - Fix a number of minor issues detected by Coverity Scan
1665 - Fix some potential memory leaks detected by Coverity Scan
1666 - Fix 64-bit support for Intel compiler suite (ICC) and other similar compilers
1667 - Fix ACL matching algorithm to avoid repeating tests
1668 - basic_pam_auth: Add -r option to strip NTLM/Negotiate domain from username
1669 - squidpurge: fix META TLV parsing issues
1670 - squid.conf: enforce all the directive and option names are lower-case
1671 - Support EUI on HTTPS and FTP data connections
1672 - Support OK/ERR/BH response codes from any helper
1673 - Support No-lookup flag (-n) on DNS ACLs
1674 - Support -march=native compiler optimization by default
1675 - Support forwarding intercepted but not bumped connections to cache_peers
1676 - Support IPv6 NAT interception on Linux and some BSD
1677 - Deprecate log_icap and log_access configuration directives
1678 - HTTP/1.1: improved method invalidation and cacheability detection
1679 - HTTP/1.1: support length configuration for pipeline_prefetch queue
1680 - Improved TPROXY support for OpenBSD and FreeBSD
1681 - Add storeid_file_rewrite helper to perform Store-ID rewrites from a rules file
1682 - Add all-of and any-of ACL types for grouping sets of ACL tests
1683 - Add note directive for transaction annotations
1684 - Add %note log format for transaction annotation logging
1685 - Add note ACL type for matching annotated transactions with by annotation name or value
1686 - Add kv-pair support to URL-rewrite/redirector interface
1687 - Add SSL server certificate validator interface, helper and result cache
1688 - Add SSL server certificate fingerprint ACL type
1689 - Add spoof_client_ip access control
1690 - Add pt-bz (Belize Portuguese) dialect to translations
1691 - ... and many Windows portability changes (still incomplete)
1692 - ... and many documentation changes
1693 - ... and much code cleanup and polishing
1694
1695 Changes to squid-3.3.14 (01 May 2015):
1696
1697 - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options
1698 - ... and some documentation updates
1699 - ... and all fixes from squid 3.2.14
1700
1701 Changes to squid-3.3.13 (28 Aug 2014):
1702
1703 - Fix segmentation fault setting up server SSL connnection
1704 - HTTP/1.1: Ignore Range headers with unidentifiable byte-range values
1705
1706 Changes to squid-3.3.12 (09 Mar 2014):
1707
1708 - Regression Bug 3769: client_netmask not evaluated since Comm redesign
1709 - Bug 4026: Fix SSL and adaptation_access handling of aborted connections
1710 - Bug 3969: Fix credentials caching for Digest authentication
1711 - Bug 3806: Caching responses with Vary header
1712 - Fix umask default on crash report generated email
1713 - Fix pthread library detection on FreeBSD 10
1714 - Avoid assertions on Range requests that trigger Squid-generated errors.
1715
1716 Changes to squid-3.3.11 (01 Dec 2013):
1717
1718 - Regression Bug 3936: error-details.txt parse error with OpenSSL since 3.3.9
1719 - Bug 3972: Segfault when getting the deny_info page ID after a reconfigure
1720 - Bug 3970: max_filedescriptors disabled due to missing setrlimit
1721 - Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope
1722 - Bug 3960: DEAD cache_peer are not revived
1723 - Bug 3956: xstrndup: tried to dup a NULL pointer
1724 - Bug 3906: Filedescriptor leaks in SNMP
1725 - Bug 3782: Digest authentication not obeying nonce_max_count
1726 - HTTP/1.1: Make header parser obey relaxed_header_parser
1727 - HTTP/1.1: Re-compute Range response content offset after an FTP response was adapted
1728 - SMP: Replace blocking sleep(3) and close UDS socket on failures
1729 - Windows: fix several compile errors
1730
1731 Changes to squid-3.3.10 (03 Nov 2013):
1732
1733 - Bug 3929: request_header_add not working for tunnel requests
1734 - Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
1735 - Bug 3918: Self Test Failures on Mac OS X 10.8
1736 - Bug 3887: tcp_outgoing_tos not working for IPv6
1737 - Bug 3836: Fix issues with automake 1.13+ and make check
1738 - Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy()
1739 - Fix pinning hierarchy log information
1740 - Fix close idle client connections associated with closed idle pinned connections.
1741 - Fix cbdata 'error: expression result unused' errors
1742 - Avoid "hot idle": A series of rapid select() calls with zero timeout.
1743 - Append Connection:close to OPTIONS requests when icap_persistent_connections is off
1744 - ntlm_fake_auth: pass DOMAIN data to Squid in original case
1745 - kerberos_ldap_group: fix LDAP string duplication
1746 - Use IPv6 localhost nameserver on DNS configuration errors
1747 - Add cache_miss_revalidate
1748 - ... and several portability improvements
1749
1750 Changes to squid-3.3.9 (11 Sep 2013):
1751
1752 - Regression Bug 3077: off-by-one error in Digest header decoding
1753 - Bug 3895: fix acl_uses_indirect_client and cache_peer_access
1754 - Bug 3879: assertion failed ConnStateData::validatePinnedConnection
1755 - Bug 3863: myportname acl causes segmentation fault
1756 - Bug 3849: Duplicate certificate sent when using https_port
1757 - Bug 2287: Better fix for unsupported HTTP version handling
1758 - Bug 2112: Reload into If-None-Match
1759 - Fix several assert with side effects in ICAP/eCAP response handling
1760 - Fix myportname ACL on ICAP/eCAP transactions
1761 - Fix external ACL user:pass detail logging after adaptation
1762 - Fix SMP mgr:info report 'Largest file desc currently in use'
1763 - Handle infinite certificate validation loops caused by OpenSSL Bug 3090.
1764 - Improved compatibility with gcc 4.8, clang and icc
1765 - Show number of available filedescriptors when reserved FD changes
1766 - Sync with newest OpenSSL error codes
1767 - Register Http2-Settings header
1768 - ... and many Windows portability fixes
1769
1770 Changes to squid-3.3.8 (13 Jul 2013):
1771
1772 - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
1773 - Improved handling of port values in Host: header validation
1774
1775 Changes to squid-3.3.7 (11 Jul 2013):
1776
1777 - Bug 3297: Fix openSSL related build failures
1778 - Fix build on FreeBSD 9.x platform with clang
1779 - Protect against buffer overrun in DNS query generation
1780
1781 Changes to squid-3.3.6 (01 Jul 2013):
1782
1783 - Bug 3854: pt1: compile errors on AIX
1784 - Bug 3802: Fix wrong check inside Format::Format::assemble
1785 - Bug 3762: remove bogus WARNING in cache.log
1786 - Bug 3717: assertion failed with dstdom_regex with IP based URL
1787 - Bug 1991: kqueue causes SSL to hang
1788 - Ask for SSL key password when started with -N but without sslpassword_program
1789 - Make sure %<tt includes all [failed] connection attempts
1790 - Support HTTP reply ACLs in icap_log and log_icap
1791 - Fix incorrect external_acl_type codes
1792 - Fix ICAP logging request headers and segmentation faults
1793 - ... and some documentation polish
1794
1795 Changes to squid-3.3.5 (20 May 2013):
1796
1797 - Bug 3851: Delay Pool class 5 tag:levels displayed incorrectly in cache manager
1798 - Bug 3845: http_port tcpkeepalive= option fails parsing
1799 - Bug 3840: assertion failed 'sde' in UFS cache loading
1800 - Bug 3836: make check failures with automake-1.13
1801 - Bug 3827: Remove AccessLogEntry::cache.authuser
1802 - Bug 3816 pt2: SSL_get_certificate call inside Ssl::verifySslCertificate crashes
1803 - Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics
1804 - Bug 3759: OpenSSL compilation error on stock Fedora17, RHEL, CentOS 6 systems
1805 - Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all
1806 - Port from 2.6: external acl %ACL and %DATA tags
1807 - Update copyright on SN.png
1808 - ... and several minor memory leaks
1809 - ... and some documentation polish
1810
1811 Changes to squid-3.3.4 (27 Apr 2013):
1812
1813 - Bug 3831: basic_ncsa_auth Blowfish and SHA support
1814 - Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes
1815 - Bug 3794: MacOS: workaround compiler errors and case-insensitivity
1816 - Bug 3781: Proxy Authentication not sent to cache_peer
1817 - Bug 3720 pt1: SourceLayout: shuffle fd_table definition into fde.h
1818 - Bug 3720 pt2: Add missing include in /dev/poll I/O module
1819 - Bug 3674: Improve compiler detection, better support warnings-as-errors on clang
1820 - Add support for TPROXY on BSD
1821 - Fix SSL Bump bypass for intercepted traffic
1822 - Fix memory leaks in ConnStateData pinning
1823 - Fix external_acl.cc "inBackground" assertion on queue overloads
1824 - CacheMgr: fix missing column separator in helper stats
1825 - OpenBSD: libpthreads requires OpenBSD 5.2 or later
1826 - ... and lots of documentation updates
1827 - ... and all changes from squid 3.2.10
1828
1829 Changes to squid-3.3.3 (12 Mar 2013):
1830
1831 - Bug 3720: Add missing include in /dev/poll I/O module (pt2)
1832 - ... and all changes from squid 3.2.9
1833
1834 Changes to squid-3.3.2 (02 Mar 2013):
1835
1836 - Bug 3781: Proxy Authentication not sent to cache_peer
1837 - Bug 3794: MacOS: workaround compiler errors
1838 - Bug 3720: Compile error in Solaris /OpenIndiana
1839 - ... and all changes from squid 3.2.8
1840
1841 Changes to squid-3.3.1 (09 Feb 2013):
1842
1843 - Bug 3726: build errors with --disable-ssl
1844 - Propigate pinned connection persistency and closures to the client.
1845 - Mimic SSL certificate Key Usage and Basic Constraints
1846 - Fix segmentation fault on missing squid.conf values
1847 - ext_sql_session_acl: Fix hex decoding on UID
1848 - ... and some code polish
1849 - ... and a lot of documentation polish
1850 - ... and all changes from squid 3.2.7
1851
1852 Changes to squid-3.3.0.3 (09 Jan 2013):
1853
1854 - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
1855 - Bug 3728: Improve debug for cache_dir
1856 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
1857 - kerberos_ldap_group: support multiple groups in squid.conf ACL definition
1858 - kqueue: update status from experimental to fully available net I/O method
1859 - ... and many memory leaks and potential bugs detected by Coverity Scan
1860
1861 Changes to squid-3.3.0.2 (03 Dec 2012):
1862
1863 - Support matching empty header field values using req_header and rep_header
1864 - ... and some minor code polish and input vaidations
1865 - ... and all changes from squid 3.2.4
1866
1867 Changes to squid-3.3.0.1 (21 Oct 2012):
1868
1869 - Bug 3610: Add peername_regex ACL
1870 - Bug 3239: rename myip/myport as localip/localport
1871 - Bug 3130: helpers are crashing too rapidly
1872 - Add log_db_daemon SQL Database Logging Daemon
1873 - Add ext_time_quota_acl helper managing sessions by bandwidth usage
1874 - Add request_header_add option
1875 - Support C++11 features where possible
1876 - Support bump-ssl-server-first
1877 - Support mimic SSL server certificates
1878 - Remove --enable-ntlm-fail-open
1879 - Fix TLS/SSL Options does not apply to the dynamically generated certificates
1880 - Fix SslBump stuck after error
1881 - Polish: display ACL enumeration text in debugs
1882 - ... and many portability fixes for MacOS X, Windows and others
1883 - ... and many compile error fixes
1884 - ... and a very large amount of code polish for faster compilation
1885
1886 Changes to squid-3.2.14 (01 May 2015):
1887
1888 - Fix 'access_log none' to prevent following logs being used
1889 - Fix X509 server certificate domain matching
1890 - ... some documentation updates
1891
1892 Changes to squid-3.2.13 (13 Jul 2013):
1893
1894 - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
1895 - Improved handling of port values in Host: header validation
1896
1897 Changes to squid-3.2.12 (11 Jul 2013):
1898
1899 - Protect against buffer overrun in DNS query generation
1900 - Avoid !closing assertions when helpers call comm_read during reconfigure.
1901 - Fix several minor memory leaks during reconfigure
1902 - Remove origin_tries limiter on forwarding and permit large max_forward_tries values
1903
1904 Changes to squid-3.2.11 (30 Apr 2013):
1905
1906 - Regression Bug 3839: build error: src/tools.h: No such file or directory
1907 - Update copyright on SN.png
1908
1909 Changes to squid-3.2.10 (27 Apr 2013):
1910
1911 - Bug 3833: squidclient: Option '-k' is not present in man(1) page
1912 - Bug 3825: basic_ncsa_auth: segfaulting with glibc-2.17
1913 - Bug 3822: Locate LDAP and SASL headers for BSD support
1914 - Bug 3817: Memory leak in SSL cert validate for alt_name peer certs
1915 - Bug 3774: 'squid -k reconfigure' drops rock cache
1916 - Bug 3565: Resuming postponed accept kills Squid
1917 - HTTP/1.1: partial support for no-cache and private controls with parameters
1918 - ssl_crtd: fix helpers dying during startup on ARM
1919 - GNU Hurd: define MAP_NORESERVE as no-op when missing
1920 - BSD: fix enter_suid/leave_suid build errors in ip/Intercept.cc
1921
1922 Changes to squid-3.2.9 (12 Mar 2013):
1923
1924 - Regression fix: Accept-Language header parse
1925 - Bug 3673: Silence 'Failed to select source' messages
1926 - Fix authentication headers sent on peer digest requests
1927 - Fix build error on Solaris, OpenIndiana, Omnios
1928
1929 Changes to squid-3.2.8 (02 Mar 2013):
1930
1931 - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client
1932 - Bug 3763: diskd Error: no filename in shm buffer
1933 - Bug 3752: objects that cannot be cached in memory are not cached on disk
1934 - Bug 3753: Removes the domain from the cache_peer server pconn key
1935 - Bug 3749: IDENT lookup using wrong ports to identify the user
1936 - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests
1937 - Bug 3686: cache_dir max-size default fails
1938 - Bug 3515: crash in FtpStateData::ftpTimeout
1939 - Bug 3329: Quieten orphan Comm::Connection messages
1940 - Make squid -z for cache_dir rock preserve the rock DB
1941 - Fixed several server connect problems
1942 - ... and some build issues on Solaris, OpenIndiana, MacOS X
1943 - ... and some documentation and debugs polishing
1944
1945 Changes to squid-3.2.7 (01 Feb 2013):
1946
1947 - Bug 3736: Floating point exception due to divide by zero
1948 - Bug 3735: raw-IPv6 domain URLs crash if IPv6-disabled
1949 - Bug 3732: Fix ConnOpener IPv6 awareness
1950 - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
1951 - Bug 3728: Improve debug for cache_dir
1952 - Bug 3687: unhandled exception: c when using interception and peers
1953 - Bug 3678: external acl grace period causes acl lookup failures
1954 - Bug 3567: Memory leak handling malformed requests
1955 - Bug 3111: Mid-term fix for the forward.cc "err" assertion
1956 - Support OpenSSL NO_Compression optio
1957 - Fix IPv6 enabled pinger on split-stack or IPv6-disabled systems
1958 - Fix "address.GetPort() != 0" assertion for helpers
1959 - ... and several minor memory leaks
1960 - ... and some cache.log message polishing
1961
1962 Changes to squid-3.2.6 (09 Jan 2013):
1963
1964 - Regression Bug 3731: TOS setsockopt() requires int value
1965 - Regression Bug 3712: Rotating logs overwrites the previous log
1966 - Bug 3727: LLVM compile errors in kerberos_ldap_group
1967 - Bug 3650: Negotiate auth missing challenge token
1968 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
1969
1970 Changes to squid-3.2.5 (10 Dec 2012):
1971
1972 - Bug 3698: Add missing include of errno.h
1973
1974 Changes to squid-3.2.4 (03 Dec 2012):
1975
1976 - Ported: urllogin ACL from squid 2.7
1977 - Bug 3688: Lots of Orphan Comm:Connections to ICAP server
1978 - Bug 3677: Port un-pinning logic changes from squid 3.3
1979 - Bug 3405: ssl_crtd crashes failing to remove certificate
1980 - ... and major bugs fixed in squid 3.1.22
1981 - Fix accept_filter on Linux
1982 - Remove 'Bungled' warning on missing component directives
1983 - ... and many buffer and memory leak issues in the bundled helpers
1984 - ... and a small amount of code polishing
1985
1986 Changes to squid-3.2.3 (21 Oct 2012):
1987
1988 - Regression: SMP crashes on startup with workers > 1
1989 - Bug 3655: pinning failure breaks NTLM and Negotiate authentication
1990 - SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
1991 - HTTP/1.1: honour Cache-Control before Pragma:no-cache
1992 - HTTP/1.1: Cache-Control compliance upgrade
1993 - Remove obsoleted refresh_pattern ignore-no-cache option
1994 - Fix IPv6 enabled squidclient
1995 - ... and several compile fixes
1996
1997 Changes to squid-3.2.2 (06 Oct 2012):
1998
1999 - Regression: Make login=PASS send no credentials when none available
2000 - Regression: Handle dstdomain duplicates and overlapping names better
2001 - Bug 3661: Segmentation fault when using more than 1 worker
2002 - Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
2003 - Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
2004 - Bug 3648: polish String class files
2005 - Bug 3647: parsing hier_code acl fails
2006 - Bug 3626: forwarding loops on intercepted traffic
2007 - Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
2008 - Bug 3609: several RADIUS helper improvements
2009 - Bug 3605: memory leak in Negotiate authentication
2010 - Fix small memory leak in src ACL parse
2011 - Fix maximum_single_addr_tries upgrade
2012 - Fix chunked encoding on responses carrying a Content-Range header.
2013 - Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
2014 - ... and several compile errors
2015
2016 Changes to squid-3.2.1 (15 Aug 2012):
2017
2018 - Bug 3605: memory leak in peer selection
2019 - Bug 3478: better default handling without -DSTRICT_ORIGINAL_DST
2020 - ... and some documentation updates
2021
2022 Changes to squid-3.2.0.19 (02 Aug 2012):
2023
2024 - Regression Bug 3580: IDENT request makes squid crash
2025 - Regression Bug 3577: File Descriptors not properly closed
2026 - Regression Bug 3478: Allow peer selection and connection auth on intercepted traffic
2027 - Regression Fix: Restore memory caching ability
2028 - Bug 3556 Workaround: epoll assertion failed: comm.cc:1093: isOpen(fd)
2029 - Bug 3551: store_rebuild.cc:116: "store_errors == 0" assertion
2030 - Bug 3525: Do not resend nibbled PUTs and avoid "mustAutoConsume" assertion.
2031 - Avoid bogus "Disk space over limit" warnings when rebuidling dirty ufs index
2032 - Support custom headers in [request|reply]_header_* manglers
2033 - ... and much code polishing
2034
2035 Changes to squid-3.2.0.18 (29 Jun 2012):
2036
2037 - Bug 3576: ICY streams being Transfer-Encoding:chunked
2038 - Bug 3537: statistics histogram leaks memory
2039 - Bug 3526: digest authentication crash
2040 - Bug 3484: Docs: sslproxy_cert_error example flawed
2041 - Bug 3462: Delay Pools and ICAP
2042 - Bug 3405: ssl_crtd crashes failing to remove certificate
2043 - Bug 3380: Mac OSX compile errors with CMSG_SPACE
2044 - Bug 3258: Requests hang when Host forgery verify fails
2045 - Bug 3186: Digest auth caches failed state without revalidating
2046 - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring
2047 - Bug 2885: AIX: check and set required compiler flags
2048 - Fix ssl_crtd compile issues with libsslutil
2049 - Fix build with GCC 4.7 (and probably other C++11 compilers).
2050 - Fix double-escape of %R on deny_info redirect responses
2051 - Support status 308 Permanent Redirect
2052 - Support for TLSv1.1 and TLSv1.2 options and methods
2053 - Support passing external_acl_type credentials on ICAP
2054 - Language Updates: fr, hy, pt_BR
2055 - ... and many compile issues on Windows
2056 - ... and some minor code polish
2057
2058 Changes to squid-3.2.0.17 (12 Apr 2012):
2059
2060 - Bug 3527: EUI compile errors on Mac OS X 10.5.8 PPC
2061 - Bug 3509: kQueue compile error
2062 - Bug 3505: crash in CbcPointer<Comm::ConnOpener> constructor
2063 - Bug 3441: Part 3: Replace corrupted v1 swap.state with new v2 format.
2064 - Bug 3397: do not mark connection as opened until after SYN-ACK
2065 - Bug 3193: NTLM decoder truncating strings
2066 - Windows FD handling polish and some fixes
2067 - Solaris 9/10 various build fixes
2068 - ... and some more code polish
2069
2070 Changes to squid-3.2.0.16 (07 Mar 2012):
2071
2072 - Bug 3508: Correct DNS timeout handling.
2073 - Bug 3503: DNS PTR queries timeout due to wrong QIDs.
2074 - Bug 3497: Bad ssl_crtd db size file causes infinite loop
2075 - Bug 3490: part 1: SegFault opening FTP active data connections
2076 - Bug 3490: Crash writing Apache Common and Referer/Useragent logs
2077 - Bug 3458: Icon Serving (squid-internal-static) Broken
2078 - Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL
2079 - Bug 3381: 32-bit overflow assertion in StatHist
2080 - Bug 3324: loadFromFile: parse error while reading template file
2081 - Support sslpassword_program for ssl-bump HTTP ports
2082 - Support CoAP protocol coap:// and coaps:// URL schemes in HTTP requests
2083 - Retry requests that failed due to a persistent connection race
2084 - Log '-' on requests with no Referer or User-Agent headers
2085 - ... and several fixes related to in-transit object performance
2086 - ... and some structural design changes for portability
2087
2088 Changes to squid-3.2.0.15 (06 Feb 2012):
2089
2090 - Bug 3472: segfault with the message 'urlParse: URL too large'
2091 - Bug 3471: segfault when %la formating code used
2092 - Bug 3449: part 3: shm_open can fail with a mangled path
2093 - Bug 3449: part 4: shm_open failed (fixing memory_cache_shared defaults)
2094 - Bug 3448: 204 response problem in adaptation chains
2095 - Bug 3447: assertion failed: CommCalls.h:150: "dp"
2096 - Bug 3461: build regression in IPFilter NAT
2097 - Bug 3413: raise cbdata lock limits
2098 - Bug 3391: forwarded_for log functionality broken
2099 - Bug 3268: Squid cannot do anything else during ufs/diskd rebuild
2100 - Bug 3268: remove wrong 'Ready to serve requests.' message
2101 - Bug 2519: ssl_bump + Authentication (LDAP Digest) issues
2102 - Disable OpenSSL SSL/TLS bug workarounds by default
2103 - Send DNS A and AAAA queries in parallel
2104 - Cache Manager migration support
2105 - Allow service of internal requests over reverse-proxy ports
2106 - Fix trimMemory for unswappable objects
2107 - ... and several build and polish fixes
2108
2109 Changes to squid-3.2.0.14 (12 Dec 2011):
2110
2111 - Bug 3433: Segfault closing SNMP
2112 - Bug 3420: Request body consumption races and !theConsumer exception.
2113 - Bug 3406: SSL Log Error in debug
2114 - Bug 3383: store.cc:1631: "new_status != IN_MEMORY" assertion
2115 - Bug 3383: unhandled exception: theGroupBSize > 0
2116 - Bug 3377: assertion failed: store.cc:885: "store_status == STORE_PENDING"
2117 - Bug 3367: fix inverted check on host_strict_verify
2118 - Bug 3366: assertion comm.cc:1276: isOpen(fd) via CompositePoolNode::kickReads
2119 - Bug 3364: SNMP Orphans
2120 - Bug 3301: ERR_DNS_FAIL never shown
2121 - Bug 3150: do not start useless unlinkd
2122 - ext_session_acl: version 1.2
2123 - Add adaptation_meta option
2124 - Add a mask on the qos_flows miss configuration value
2125 - Support intermediate CA in ssl-bump traffic certificates
2126 - Support SSL certificate failure details on error page
2127 - Fix flags for NAT intercept and TPROXY not set correctly
2128 - Fix fastCheck() default result on multi-line actions
2129 - Fix missing SMP shared memory statistics
2130 - Fix Comm::Write closing() assertion when retrying a failed UDP DNS query
2131 - ... and several other TCP and SMP support behaviour fixes
2132 - ... and many code polishing cleanups and fixed build errors
2133 - ... and several documentation polishings
2134
2135 Changes to squid-3.2.0.13 (14 Oct 2011):
2136
2137 - Regression Bug 3363: never_direct always 'unable to forward this request at this time'
2138 - Regression Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion
2139 - Regression Bug 3336: reconfigure assertion 'hlp->childs.n_running > 0'
2140 - Regression fix: always_direct/never_direct failures
2141 - Regression fix: stop an SSL header file being included after --disable-ssl
2142 - Regression fix: parse HTTP list headers with embedded 8-bit characters
2143 - Bug 3355: configure setting --with-swapdir ignored
2144 - Bug 3325: option to selectively enable strict host verify checks
2145 - Bug 3337: HTTP status 200 is not accepted for deny_info
2146 - Bug 3077: '\' in url query strings cause Digest authentication to fail
2147 - Support SMP worker shared memory cache
2148 - Support SMP worker shared disk cache (rock)
2149 - ext_session_acl: version 1.1
2150 - Fix Host verify: do not pinn destination IP if URL re-write has been done
2151 - Fix IPF interception
2152 - Fix ssl_crtd "Cannot add certificate to db" when updating expired cert
2153 - Fix ssl_crtd CertificateDB locking scheme
2154 - ... and all changes from 3.1.16
2155 - ... and many compile and polishing fixes
2156
2157 Changes to squid-3.2.0.12 (17 Sep 2011):
2158
2159 - Regression Bug 3335: ICAP service is down
2160 - Regression Bug 3322: adapt:: and icap:: format codes do not parse
2161 - Regression Bug 3303: Support for non-English usernames in log files
2162 - Regression Bug 3259: assertion failed: Connection.cc:29: 'fd<0' after REVIVED PARENT
2163 - Regression: %I shows hostname on SSL error page
2164 - Regression: FTP outgoing port always 'in use' on PASV connections
2165 - Bug 3337: (partial) status 200 is not accepted for deny_info
2166 - Bug 3319: Inconsistencies in error messages
2167 - Bug 3281: pconn in-use while closing assertion
2168 - Bug 3243: Fix cases: raw-IPv6, case variant FQDN, internal request
2169 - Fixed max-stale check. Entities not exceeding max-stale were marked as stale
2170 - Adjust format code %la for intercepted connections
2171 - Log ICAP_ERR_GONE ICAP transaction outcome when ICAP initiator disappears early
2172 - Send RST packet when closing an ICAP connection after a transaction error
2173 - Support maximum field width for string access.log fields
2174
2175 Changes to squid-3.2.0.11 (28 Aug 2011):
2176
2177 - Bug 3243: CVE-2009-0801 Bypass of browser same-origin access control
2178 - Host: authority validation of intercepted destination IP
2179 - Host: authority validation of request URL
2180 - Host: authority validation of CONNECT tunnel destination
2181 - Preserve client destination IP in intercepted communication
2182 - Regression Bug 3316: Failed to connect to nameserver using TCP
2183 - Regression Bug 3311: segmentation fault in getMyPort() with only intercept port set
2184 - Regression Bug 3310: %<pt translates as %<p
2185 - Regression Bug 3301: ERR_DNS_FAIL never shown (partial)
2186 - Regression Bug 3288: %<la and %<lp not displaying
2187 - Bug 3289: cache manager parameters not parsed without password
2188 - Bug 2279: Log Format options to log server source IP and port
2189 - Bug 3211: ssl_crtd start even if no ssl-bump port is configured
2190 - Bug 3138: squidclient mgr:objects/mgr:vm_objects never ends
2191 - Bug 3118: ecap_enable on forces icap_enable on
2192 - Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes
2193 - Default to vhost for accelerator mode (reverse proxy)
2194 - Display HTTP protocol syntax at section 11 level 2
2195 - Support for using custom keys in CARP parents
2196 - Optimize regular expression ACLs
2197 - ... and a lot of code portability fixes
2198 - ... and all bugs and polish changes from 3.1.15
2199
2200 Changes to squid-3.2.0.10 (24 Jul 2011):
2201
2202 - Port from 2.7: act-as-origin for reverse proxy ports
2203 - Regression fix: broken --disable-ipv6
2204 - Regression fix: negative cacheing on unknown or -1 expiry timestamp
2205 - Regression fix: vhost and defaultsite causing vport to be ignored
2206 - Regression fix: several errors in persistent connection handling
2207 - Regression Bug 3280: allow max-size unset and min-size=N for large objects
2208 - Regression Bug 3245: reconfigure assertion in MemPools[type]
2209 - Regression Bug 3274: assertion failed: CommCalls.h:144: "dp"
2210 - Regression Bug 3273: assertion comm.cc:775: Comm::IsConnOpen(conn)
2211 - Regression Bug 3269: cache.log applyQueryParams messages
2212 - Regression Bug 3264: Segmentation Fault in src/ipc/Strand.cc(54) receive: 3
2213 - Regression Bug 3246: assertion client_side.cc:1407 connIsUsable(http->getConn())
2214 - Bug 3267: workers IPC mount points disobey --localstatedir
2215 - Bug 3248: login=NEGOTIATE sends wrong auth header to origin peers
2216 - Bug 3247: Domain from URL Stripped when going through peers
2217 - Bug 3244: wrong port for peer relayed requests
2218 - Bug 3195: kerberos_ldap_group will not build without kerberos
2219 - Bug 2862: add http(s):// support to cache manager
2220 - kerberos_ldap_group: several fixes to -S option
2221 - ssl_crtd: Add man(8) file
2222 - ... and several pieces of code cleanup and polishing.
2223 - ... and most bug fixes and updates from 3.1.14 and 3.1.15
2224
2225 Changes to squid-3.2.0.9 (18 Jun 2011):
2226
2227 - Bug 3159: delay pools --disable-auth compile problems
2228 - HTTP/1.1: Support multiline quoted-string header fields
2229 - HTTP/1.1: Send 505 Unsupported Version on mangled version codes
2230 - Support configurable and translated SSL error details messages
2231 - Add log format codes for split client/server views of HTTP request line
2232 - Major upgrade of TCP connection handling
2233 - Support split-stack IPv6 to servers
2234 - Support persistent connections with tcp_outgoing_address/tcp_outgoing_tos
2235 - Optimized persistent connection handling
2236 - Optimized FTP data connection handling
2237 - Optimized TCP failure recovery
2238 - ... and all bug fixes and updates from 3.1.12.3
2239 - ... and many code polish, documentation and translation cleanups
2240
2241 Changes to squid-3.2.0.8 (30 May 2011):
2242
2243 - Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors.
2244 - Bug 3043: Properly detect Iphlpapi.h on windows
2245 - Bug 2055: Honor ICAP Max-Connections
2246 - Fix NTLM/Negotiate reply auth PASSTHRU to peers
2247 - Support SSL SNI to origin servers
2248 - Add %EXT_LOG and %EXT_TAG external_acl_type format options
2249 - Add %b tag for proxy listening port display in error pages
2250 - Optimize base64 encoding/decoding
2251 - Require libcap before enabling netfilter MARK support
2252 - Require libtool 2.2
2253 - Bundle pkg.m4 from pkg-config 0.25 for OS without pkg-config
2254 - ... and all bug fixes and updates from 3.1.12.2
2255 - ... and some documentation and code polishing
2256
2257 Changes to squid-3.2.0.7 (19 Apr 2011):
2258
2259 - Regression fix: NTLM and Negotiate auth assertion "RefCountCount() == 2"
2260 - Regression fix: icons/ FHS compliance
2261 - Regression fix: Startup aborts with URL error when --disable-htcp
2262 - Bug 3192: comm.cc:216: "fd_table[fd].halfClosedReader != NULL"
2263 - Add negotiate_wrapper_auth version 1.0.1
2264 - Fixed %dt logging in the presence of REQMOD
2265 - Fixed chunked request forwarding in ICAP REQMOD presence
2266 - ... all bug fixes and updates from 3.1.12.1
2267 - ... many code polishings and display cleanups
2268
2269 Changes to squid-3.2.0.6 (04 Apr 2011):
2270
2271 - Regression fix: upgrade existing icons
2272 - Regression fix: do not crash when accessing an SSL certificate with errors
2273 - Regression fix: prevent stdio log module segfaults on rotate
2274 - Regression fix: shutdown properly even if a worker process crashes on exit
2275 - Regression Bug 3159: (partial fix) ICAP and --disable-auth compile problems
2276 - Bug 3170: "Unsupported or unconfigured/inactive proxy-auth scheme" on shutdown
2277 - Bug 3105: malformed Proxy-Authorization leaks memory
2278 - Bug 3007: CONNECT to cache_peer returns 000 status code
2279 - Bug 2885: Compile errors on AIX
2280 - Support parameterized Cache Manager queries
2281 - Support libecap v0.2.0; fixed eCAP body handling and logging
2282 - Support dynamic adaptation plans that cover multiple vectoring points
2283 - Support %D details for documented OpenSSL errors
2284 - Support logging of all transactions including those with uncertain status or no sent response
2285 - Updrate negotiate_kerberos_auth to version 3.0.4sq
2286 - Update ext_kerberos_ldap_group_acl to version 1.3.0sq
2287 - Update ext_edirectory_userip_acl to version 2.1
2288 - Convert dns_timeout and dns_retransmit_interval directives to use millisecond resolution
2289 - Change the default dns_timeout value from 2 minutes to 30 seconds
2290 - Fix TCP log stream flushing on every line
2291 - ... all bug fixes and updates from 3.1.12
2292 - ... a great many compiler portability fixes
2293 - ... many code polishings and display cleanups
2294
2295 Changes to squid-3.2.0.5 (12 Feb 2011):
2296
2297 - Regression Fix: profiler should not be built by default
2298 - Regression Bug 3081: assertion failed: AsyncCallQueue
2299 - Regression Bug 2948: Requests for FTP active downloads cause failed assertion
2300 - Bug 3089: FTP command output overrides directory listing
2301 - Bug 2870: --disable-auth does not work
2302 - Bug 2586: multiple memory leaks during reconfigure
2303 - Bug 2581: FTP directory listing sometimes fails
2304 - Port from 2.7: maximum staleness limits
2305 - HTTP/1.1: Support RFC 5861 Cache-Control: stale-if-error option
2306 - HTTP/1.1: Support configurable status codes for deny_info
2307 - Support upcoming "fresh message creation" eCAP API
2308 - Aggregate SNMP responses when using SMP with multiple workers
2309 - Several more Solaris, Windows and ICC support fixes
2310 - ... all bug fixes and updates from 3.1.11
2311 - ... and more code cleanup shufflings
2312 - ... and several documentation updates
2313
2314 Changes to squid-3.2.0.4 (22 Dec 2010):
2315
2316 - Port 2.x: cache_dir min-size setting
2317 - Bug 3059: Crash on digest auth headers with unknown nonce
2318 - Fix cachemgr reported HTTP/ICP requests/messages per minute when multiple workers used
2319 - Fix cachemgr mem-pools reporting
2320 - Add Dynamic SSL certificate generation
2321 - Add useragent, referer, combined built-in log formats
2322 - Obsolete log_fqdn directive
2323 - Obsolete useragent/referer/forward_log directives
2324 - HTTP/1.1: Send 1.1 on CONNECT responses
2325 - Updated Kerberos support for newer GSSAPI releases
2326 - Improve handling of adapted body delivery failures in REQMOD request satisfaction mode
2327 - Improve handling of early eCAP transaction failures
2328 - Various ext_edirectory_acl fixes
2329 - ... all bug and feature fixes included in 3.1.10 release
2330 - ... and a lot of code and documentation polishing
2331
2332 Changes to squid-3.2.0.3 (07 Nov 2010):
2333
2334 - Regression fix: SMP broke ICP outgoing IP lookup if no udp_outgoing_addr set
2335 - Regression fix: ESI processing of Surrogate filter
2336 - Bug 3091: bypassed ICAP errors are not counted as service failures
2337 - Bug 3048: "commio_has_callback(fd, IOCB_READ, ccb)" assertion.
2338 - Bug 3038: Detatch libmisc from libcompat
2339 - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
2340 - Bug 3002: store initialization (-z) does not work with SMP configs
2341 - Bug 2999: v2.0 of ext_edirectory_userip_acl
2342 - Bug 2785: DNS needs to set EDNS options advertising Squid capabilities
2343 - Bug 595: Add %err_code and %err_detail logformat codes for transaction failures
2344 - HTTP/1.1: support If-Match and If-None-Match requests
2345 - HTTP/1.1: forward 1xx control messages to clients that support them
2346 - HTTP/1.1: send Age:0 header even if it may break IE5
2347 - HTTP/1.1: dechunk incoming requests and chunk outgoing requests
2348 - HTTP/1.1: entry is stale if request has max-age=0
2349 - HTTP/1.1: harden quoted-string parser
2350 - Add --enable-build-info for extra "squid -v" display
2351 - Add --with-swapdir=PATH to override default /var/cache/squid
2352 - Add cpu_affinity_map directive to bind workers to CPU cores
2353 - Add Netfilter MARK support for QoS
2354 - Add upgrade process for obsolete options
2355 - Add support for RFC 2965 Set-Cookie2 / Cookie2 headers
2356 - Add support for client send bandwidth limits (a.k.a., quota or delay pool)
2357 - Fixes Eui48 support on OpenBSD
2358 - Fixes cache manager support with SMP configs
2359 - ... several documentation updates
2360 - ... all bug and feature fixes included in 3.1.9 release.
2361 - ... many more code polishes and leak removals
2362
2363 Changes to squid-3.2.0.2 (04 Sep 2010):
2364
2365 - Bug 3015: assertion failed: comm.cc:143: "ccb->active()"
2366 - Support rotating logs from cachemgr and squidclient
2367 - Support Kerberos authentication in squidclient
2368 - Add manual page for negotiate_kerberos_auth
2369 - Add helper ext_kerberos_ldap_group_acl to lookup Kerberos/NTLM group via LDAP
2370 - Add tool 'purge' for management of UFS/AUFS/DiskD caches (experimental)
2371 - Added log options %http::<bs and %icap::<bs
2372 - Collapse HTCP cache_peer options into one setting
2373 - Improved request smuggling attack detection. Tolerating valid benign HTTP
2374 - ... and several HTTP/1.1 compliance improvements
2375 - ... and all improvements in 3.1.7 and 3.1.8
2376
2377 Changes to squid-3.2.0.1 (03 Aug 2010):
2378
2379 - Port from 2.7: Logging infrastructure updates
2380 - Port from 2.7: Unique sequence number per log line
2381 - Port from 2.6: STORE_META_OBJSIZE swapout storage type
2382 - Bug 2792: tcp_outgoing_addr does not work with TPROXY
2383 - Bug 2631: refresh_pattern store-stale option
2384 - Bug 2305: Multiple leaks and assertion crashes in authentication
2385 - Bug 1239: Much needed ACL type random
2386 - Bug 7: (partial): Migrate on-disk objects to cache_mem on hit/refresh and update
2387 - Support full Surrogate/1.0 protocol extensions to HTTP for reverse-proxies
2388 - Support SMP for essential non-caching functionality
2389 - Support logging over TCP
2390 - Support Solaris 10 pthreads (experimental)
2391 - Support Kerberos login to peers
2392 - Support EUI / MAC in more environments
2393 - Support format tags in deny_info URLs
2394 - Support running helpers on-demand instead of all at startup
2395 - Support fully transparent login=PASSTHRU of authentication headers to peers
2396 - Support multi-lingual localised FTP directory listings
2397 - Support TPROXYv4 spoofing of X-Forwarded-For client address
2398 - Support ICAP 206 Partial Content extension
2399 - Append the _ABORTED or _TIMEDOUT suffixes to the action access.log field
2400 - Add ACL support to range_offset_limit
2401 - Add helpers for url_rewrite
2402 - Add helper multiplexer for concurrency emulation with legacy helpers
2403 - Add Perl library which facilitates parsing access logfile entries.
2404 - Add a simple script to summarise traffic use per user
2405 - Add templates for captive portal proxy configuration instructions
2406 - Add logging of the local TCP port used by transactions with HTTP servers
2407 - Update mswin_check_ad_group to version 2.0
2408 - Update squid_kerb_auth helper to version 3.0.2
2409 - Remove double-language error page hack (replaced by locale auto-negotiation)
2410 - Remove TPROXYv2 support (replaced by TPROXYv4)
2411 - Remove no_check.pl NTLM helper (replaced by ntlm_fake_auth)
2412 - Re-work ./configure script for smarter auto-detect and early error checks
2413 - Auto-enable all features by default
2414 - Workaround com_err.h C++ brokenness triggered by OpenSSL includes
2415 - Helpers naming scheme
2416 - Add support for write timeouts
2417 - Modify icap_service_failure_limit option to forget old ICAP errors
2418 - Updated man(8) manuals including several additions and translations
2419 - ... and a great many code cleanups
2420 - ... and a great many testing improvements
2421 - ... and many documentation updates
2422
2423 Changes to squid-3.1.23 (09 Jan 2013):
2424
2425 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
2426
2427 Changes to squid-3.1.22 (03 Dec 2012):
2428
2429 - Bug 3685: Squid hangs in Delay Pools ClassCBucket::update
2430 - Bug 3659: read_timeout problem with HTTPS
2431 - Bug 3654: Fix IPv6 enabled squidclient
2432 - Bug 3189: AIO thread race on pipe() initialization
2433 - cachemgr.cgi: Memory Leaks and DoS Vulnerability
2434
2435 Changes to squid-3.1.21 (23 Sep 2012):
2436
2437 - Bug 3622: peerClearRRStart scheduling multiple events
2438 - Bug 3615: configure check for default max number of FDs is broken
2439 - Bug 3607: --enable-auth documented default action incorrect
2440 - Bug 3593: socket failure: Address family not supported by protocol
2441 - Bug 3584: Detection of setresuid() is broken
2442 - Bug 3568: Consolidate external_acl_type config dumping and add missing %%
2443 - Bug 3564: eCAP not supporting CoAP URI schemes
2444 - Bug 3484: Docs: sslproxy_cert_error example flawed
2445 - Bug 3462: Delay Pools and ICAP
2446 - Bug 3133: better fix: Memory leak handling requests for sites that don't exist
2447 - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring
2448 - Silence IOS 15.1 unknown capabilities messages.
2449 - Account for Store disk client quota when bandwidth-limiting the server.
2450 - ... and several documentation fixes
2451 - ... and several compile fixes
2452
2453 Changes to squid-3.1.20 (08 Jun 2012):
2454
2455 - Regression Bug 3545: FreeBSD dnsserver segfaults
2456 - Regression Bug 3504: clientside_tos fails to mark traffic
2457 - Bug 3539: CONNECT server connection not closed correctly on errors
2458 - Bug 3502: client timeout uses server-side read_timeout, not request_timeout
2459 - Bug 3466: Adaptation stuck on last single-byte body piece
2460 - Bug 3463: dnsserver fails to compile
2461 - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
2462 - Bug 3390: Proxy auth data visible to scripts
2463 - Bug 3263: ssl_crtd: undefined references to squid_curtime
2464 - Bug 3233: Invalid URL accepted with url host is white spaces
2465 - Bug 3133: Memory leak handling requests for sites that don't exist
2466 - Bug 3074: Improper URL handling with empty path (RFC 3986)
2467 - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
2468 - Regression: snmp/udp address directives not resolving hostname
2469 - Better helper-to-Squid buffer size management.
2470 - Support CoAP over HTTP (coap:// and coaps:// URLs)
2471 - Support for 3.2 error template codes
2472
2473 Changes to squid-3.1.19 (06 Feb 2012):
2474
2475 - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state
2476 - Bug 3473: erase last uses of obsolete auth_user_hash_pointer
2477 - Bug 3470: GCC 4.7
2478 - Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
2479 - Bug 3441: part 1: Minimize cache size corruption by malformed swap.state
2480 - Bug 3440: compile error in Adaptation
2481 - Bug 3420: Request body consumption races and !theConsumer exception
2482 - Bug 3370: external ACL sometimes skipping
2483 - Bug 3085: Crash when parsing esi:include
2484 - HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses
2485 - Fix SSL library dependency fixes
2486
2487 Changes to squid-3.1.18 (03 Dec 2011):
2488
2489 - Regression: compile error in FTP
2490
2491 Changes to squid-3.1.17 (03 Dec 2011):
2492
2493 - Bug 3432: Crash logging FTP errors
2494 - Bug 3428: Active FTP data channel accepted twice
2495 - Bug 3423: access violation in URL parser
2496 - Bug 3422: Buffer overflow in recv-announce
2497 - Bug 3412: External ACL Uses Invalid Cache Entry
2498 - Bug 3408: Wrong header length leads to EFAULTs when creating UFS swap.log.new
2499 - Bug 3398: persistent server connection closed after PUT/DELETE
2500 - Bug 3299: dnsserver: various undefined references
2501 - Bug 3077: '\' in url query strings cause Digest authentication to fail
2502 - Bug 2910: MemBuf may grow beyond max_capacity
2503 - Bug 2619: Excessive RAM growth due to unlimited adapted body data consumption
2504 - Bug 1243: Build overrides configured AR setting
2505 - Avoid crashes when processing bad X509 common names (CN).
2506 - Support %% in external ACL format
2507 - ... and several other compile error fixes
2508 - ... and several documentation fixes
2509
2510 Changes to squid-3.1.16 (14 Oct 2011):
2511
2512 - Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED
2513 - Bug 3368: Unhandled exceptions are not logged (workaround)
2514 - Bug 3326: miss_access incorrect default
2515 - Bug 3320: miss_access description confusing
2516 - Bug 3241: squid_kerb_auth cross compilation fix
2517 - Bug 3237: seq fault in free() from rfc1035RRDestroy
2518 - Bug 3190: Large HTTP POST stuck after early ICAP 400 error response
2519 - db_auth: display available DSN drivers on connect error
2520 - Updated OpenSSL 1.0.0 version checks
2521 - ... and several documentation fixes
2522
2523 Changes to squid-3.1.15 (28 Aug 2011):
2524
2525 - Regression fix: vhost and defaultsite causing vport to be ignored
2526 - Regression Bug 3295: broken escaping in rfc1738_do_escape
2527 - Bug #3232: fails to compile with OpenSSL v1.0.0
2528 - Bug #3222: cache_peer name is not logging on CONNECT
2529 - Bug #3131: fd_table[fd].closing() assert from ConnStateData::noteMoreBodySpaceAvailable()
2530 - Bug #3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable
2531 - Bug #3213: https sites (CONNECT) not open when using NTLM
2532 - Bug #3114: Memory leak in SSL certificate verify code
2533 - Bug #3107: ncsa_auth DES silently truncates passwords to 8 bytes
2534 - Bug #2662: cf_gen failure when cross compiling
2535 - Bug #2655: passing wrong the username to the url_rewrite_program
2536 - Bug #2495: ignore whitespace prefix on config lines
2537 - Bug #2051: 'default' cache_peer option does not match documentation
2538 - Bug #1842: Optimize order of tests in peerWouldBePinged() and peerHTTPOkay()
2539 - Bug #1791: timestampsSet does not validate Date: if server sends very old date
2540 - Correct parsing of large Gopher indexes
2541 - Enable negative cacheing on unknown or -1 expiry timestamp
2542 - Remove hierarchy_stoplist default value
2543 - Migrate cf_gen tool from C-style to C++
2544 - ... and several documentation and compiler warning fixes
2545
2546 Changes to squid-3.1.14 (04 Jul 2011):
2547
2548 - Regression Bug 3261: Could not create a DNS socket and exit
2549
2550 Changes to squid-3.1.13 (01 Jul 2011):
2551
2552 - Regression Bug 3239: problems with myip/myport upgrade
2553 - Bug 3153: hung ICAP RESPMOD transactions
2554 - Update ssl_crtd to use 'OK' status inline with other helpers
2555
2556 Changes to squid-3.1.12.3 (18 Jun 2011):
2557
2558 - Bug 3236: Port of %oa, %<lp and %<lp and %<la log format options
2559 - Bug 3214: unexpected read from ssl_crtd
2560 - Bug 3153: Prevent ICAP RESPMOD transactions getting stuck with the adapted body
2561 - Fix RADIUS helper resource leak
2562 - Fix segfault parsing digest auth realm
2563 - Fix segfault in parse_eol()
2564 - Fixed bypass of SSL certificate validation errors
2565 - Warn about myip/myport problems on interception proxies
2566 - Polish: display easily grepped config lines on -k parse
2567 - Fix squidclient -V option and allow non-HTTP protocols to be tested
2568
2569 Changes to squid-3.1.12.2 (30 May 2011):
2570
2571 - Bug 3226: Tags from external ACLs do not correctly expire
2572 - Bug 3215: Malformed IPv6 DNS reverse lookup
2573 - Bug 3209: ssl-bumped requests forwarded unencrypted to the parent proxies/caches
2574 - Bug 3205: SSL-bump starts then hangs
2575 - Bug 3178: gcc-4.6 complains unused variables
2576 - Bug 3122: Unknown record type in WCCPv2 Packet (6)
2577 - Bug 2965 (partial): Compile errors on MinGW
2578 - Fix to only ssl-bump CONNECT requests if they are about to be tunneled
2579 - Fix cache manager display of -i/+i in regex ACL config display
2580 - Fix cache manager display of cache_peer options userhash and sourcehash
2581 - Fix URL re-writer loosing many transaction details
2582 - Fix always-true comparison in ICAP for some 32-bit platforms
2583 - Support for 'slow' group ACLs in ssl_bump access control
2584 - Support OpenSSL 1.0.0 built without SSLv2
2585 - Support GCC 4.6 and binutils-gold
2586 - Add CSS id attribute to BODY tag of generated error pages.
2587 - Display WARNING and ERROR when max_filedescriptors has failed
2588
2589 Changes to squid-3.1.12.1 (19 Apr 2011):
2590
2591 - Port from 3.2: Dynamic SSL Certificate generation
2592 - Bug 3194: selinux may prevent ntlm_smb_lm_auth from using /tmp
2593 - Bug 3185: 3.1.11 fails to compile on OpenBSD 4.8 and 4.9
2594 - Bug 3183: Invalid URL accepted with url host part of only '@'
2595 - Display ERROR in cache.log for invalid configured paths
2596 - Cache Manager: send User-Agent header from cachemgr.cgi
2597 - ... and many portability compile fixes for non-GCC systems.
2598
2599 Changes to squid-3.1.12 (04 Apr 2011):
2600
2601 - Regression fix: Use bigger buffer for server reads.
2602 - Regression fix: Add reply_header_replace directive for ability lost since 2.7
2603 - Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0
2604 - Bug 3177: assertion failed: comm.cc:1583: "fd >= 0"
2605 - Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled
2606 - Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure
2607 - Bug 3164: Total memory info display 32-bit overflows
2608 - Bug 3155: Werror is hard-coded in libTrie build
2609 - Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library linkage
2610 - Bug 2976: invalid URL on intercepted requests during reconfigure (workaround)
2611 - Bug 2720: comment in same line as cache/mem_replacement_policy causes error
2612 - Bug 2621: Provide request headers to RESPMOD when using cache_peer.
2613 - Bug 2330: AuthUser objects are never unlocked
2614 - Prevent CONNECT request relaying to origin servers
2615 - squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers)
2616 - squidclient: send Cache Manager password using -w
2617 - eCAP: give full Request-URI to adapters
2618 - ... and several debug and error display cleanups
2619
2620 Changes to squid-3.1.11 (08 Feb 2011):
2621
2622 - Bug 3149: not caching eCAP adapted body
2623 - Bug 3144: redirector program blocks while reading STDIN
2624 - Bug 3140: memory leak in error page generation
2625 - Bug 3137: RADIUS auth helper does not send identifier to RADIUS server
2626 - Bug 3115: logging segfaults if access_log is set to a directory
2627 - Bug 2968: Show the Vary: headers information in cachemgr objects report
2628 - Bug 2959: remove SAMBAPREFIX dependency
2629 - Bug 2868: icc doesn't like string literal in assert checks
2630 - HTTP/1.1: Send 307 status on deny_info redirection
2631 - HTTP/1.1: Support POST/PUT with no body
2632 - HTTP/1.1: Allow persistent connections for Mozilla/3.0 User-Agents
2633 - Support RFC 5861 Cache-Control: stale-if-error option
2634 - Add ftp_eprt directive to disable EPRT extensions in FTP
2635 - Fix external_acl_type grace=0 to obey TTL
2636 - Fix IP/FQDN cache accounting to avoid idle caches on busy servers
2637 - Prevent pipeline_prefetch misconfigurations breaking NTLM/Negotiate auth
2638 - ... and some documentation updates and corrections
2639 - ... and some portability and stability fixes
2640
2641 Changes to squid-3.1.10 (22 Dec 2010):
2642
2643 - Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
2644 - Bug 3113: Consuming too much memory when uploading files
2645 - Bug 3110: 'reply_body_max_size none' does not work with x-forwarded-for
2646 - Bug 3096: Consuming too much memory when delaying traffic
2647 - Bug 3091: Bypassed ICAP errors are not counted as service failures
2648 - Bug 3090: Polish FTP login error handing
2649 - Bug 3068: cache_dir capacity and usage overflows
2650 - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
2651 - Bug 427: HTTP Compliance: Support If-Match and If-None-Match requests
2652 - Fix memory leak in adaptation_access
2653 - Fix /dev/poll and poll() selection priority
2654 - Fix PREFIX/var/run creation during install
2655 - Fix cachemgr http_port config report display
2656 - Add upgrade help process for obsolete options
2657 - Accept RFC 2965 Set-Cookie2 / Cookie2 headers as 'known'
2658 - HTTP/1.1: entry is stale if request has max-age=0
2659 - HTTP/1.1: do not forward TRACE with Max-Forwards: 0 after REQMOD
2660 - Toolchain update to support newer auto-tools
2661 - ... and updated error page translations
2662 - ... and updated documentation
2663 - ... and some code optimization/simplification polish
2664
2665 Changes to squid-3.1.9 (25 Oct 2010):
2666
2667 - Bug 3088: dnsserver is segfaulting
2668 - Bug 3084: IPv6 without Host: header in request causes connection to hang
2669 - Bug 3082: Typo in error message
2670 - Bug 3073: tunnelStateFree memory leak of host member
2671 - Bug 3058: errorSend and ICY leak MemBuf object
2672 - Bug 3057: 64-bit Solaris 9 Squid unable to determine peer IP and port
2673 - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion crash when a helper dies
2674 - Bug 3053: cache version 1 LFS support detection broken
2675 - Bug 3051: integer display overflow
2676 - Bug 3040: Lower-case domain entries from hosts and resolv.conf files
2677 - Bug 3036: adaptation_access acls cannot see myportname
2678 - Bug 3023: url_rewrite_program silently fails to rewrite on broken URLs
2679 - Bug 2964: Prevent memory leaks when ICAP transactions fail
2680 - Bug 2808: getRoundRobinParent not handling weights correctly
2681 - Bug 2793: memory statistics sometimes display wrong
2682 - Bug 2356: Port from 2.7: Solaris /dev/poll event ports support
2683 - Bug 2311: crashes with ICAP RESPMOD for HTTP body size greater than 100kb
2684 - Ensure /var/cache or jail equivalent exists on install
2685 - HTTP/1.1: delete Warnings that have warning-date different from Date
2686 - HTTP/1.1: do not remove ETag header from partial responses
2687 - HTTP/1.1: make date parser stricter to better handle malformed Expires
2688 - HTTP/1.1: improve age calculation
2689 - HTTP/1.1: reply with a 504 error if required validation fails
2690 - HTTP/1.1: add appropriate Warnings if serving a stale hit
2691 - HTTP/1.1: support requests with Cache-Control: min-fresh
2692 - HTTP/1.1: do not cache replies to requests with Cache-Control: no-store
2693 - squidclient: Display IP(s) connected to in verbose (-v) display
2694 - Fixes several issues with ICAP persistent connections
2695 - Fixes small leaks in Netdb, DNS, ICAP, ICY, HTTPS
2696 - ... and some cosmetic polishing
2697
2698 Changes to squid-3.1.8 (04 Sep 2010):
2699
2700 - Bug 3033: incorrect information regarding TOS
2701 - Bug 3020: Segmentation fault: nameservers[vc->ns].vc = NULL
2702 - Bug 3005,2972: Locate LTDL headers correctly (again)
2703 - Bug 2872: leaking file descriptors
2704 - Bug 2583: pure virtual method called
2705 - Hardened DNS client against packet queue attacks
2706 - Hardened HTTP request-line parser
2707 - Several HTTP/1.1 support improvements
2708 - Improved cross-compile support
2709 - .. and several internal pointer safety fixes
2710
2711 Changes to squid-3.1.7 (23 Aug 2010):
2712
2713 - Regression Bug 3021: Large DNS reply causes crash
2714 - Regression Bug 3011: ICAP, HTTPS, cache_peer probe IPv4-only port fixes
2715 - Regression Bug 2997: visible_hostname directive no longer matches docs
2716 - Bug 3012: deprecate sslBump and support ssl-bump spelling in http_port
2717 - Bug 3006: handle IPV6_V6ONLY definition missing
2718 - Bug 3004: Solaris 9 SunStudio 12 build failure
2719 - Bug 3003: inconsistent concepts in documentation of cache_dir
2720 - Bug 3001: dnsserver link issues
2721 - HTTP/1.1: default keep-alive for 1.1 clients (bug 3016)
2722 - HTTP/1.1: Improved Range header field validation
2723 - HTTP/1.1: Forward multiple unknown Cache-Control directives
2724 - HTTP/1.1: Stop sending Proxy-Connection header
2725 - Fix 32-bit wrap in refresh_pattern min/max values
2726 - ... and several documentation corrections.
2727
2728 Changes to squid-3.1.6 (02 Aug 2010):
2729
2730 - Bug 2994, 2995: IPv4-only regressions
2731 - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
2732 - Bug 2975: chunked requests not supported after regular ones
2733 - Fix: 32-bit overflow in reported bytes received from next hop
2734 - Fix Libtool build regressions
2735 - Limited split-stack IPv6 support.
2736 - squid_db_auth support MD5 encrypted passwords
2737
2738 Changes to squid-3.1.5.1 (28 Jul 2010):
2739
2740 - Update Libtool to 2.2.
2741 - Bug 2985: search scope for digest_ldap_auth didn't work
2742 - Bug 2972: LTDL 2.2.6b compile errors
2743 - Bug 2963: Stop ignoring --with-valgrind-debug failures
2744 - Bug 2885: AIX support: several fixes
2745 - Bug 2651: crash handling NULL write callback
2746 - Fixed several memory leaks related to Range requests
2747 - Fixed Joomla DB auth handling
2748 - Fixed SASL helper build checks
2749 - Fixed several IPv6 portability problems
2750 - Updated error page translations
2751
2752 Changes to squid-3.1.5 (02 Jul 2010):
2753
2754 - Bug 2967: raw-IPv6 address URL with append_domain broken
2755 - Bug 2950: HTTP responses with no Date, L-M or Expires can now be cached
2756 - Bug 2943: ICAP tokens not logged when using multiple access
2757 - Bug 2937: Fails to detect chunked encoding if not given in all lower case
2758 - Bug 2903: does not send indirect X-Client-Ip in ICAP respmod
2759 - Fix free memory corruption and off-by-one error when comparing SNMP OIDs
2760 - Port from 2.7: max_filedescriptor config option
2761 - Fix persistent_connection_after_error is meant to be on by default
2762 - ... and several build errors.
2763
2764 Changes to squid-3.1.4 (30 May 2010):
2765
2766 - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
2767 - Bug 2924: RADIUS helper compile issues
2768 - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
2769 - Bug 2919: tcp_outgoing_address ACLs not obeying acl_uses_indirect_client
2770 - Bug 2896: Fix assertion failed: comm.cc:2063: "!fd_table[fd].closing()"
2771 - Bug 2879: pt2: 3.0 regression in headers end finding
2772 - Bug 2877: pt2: only output zero-size warning on reverse-proxy requests
2773 - Bug 2876: FD_SETSIZE override not working on all linux distributions
2774 - Bug 2810: common log format generates 2 lines of syslog
2775 - Bug 2789: Optimize unlimited memory pools, and correctly handle limits over 2GB
2776 - Bug 2753: Fall back on IPv4 if IPv6 is not present
2777 - Bug 2697: Adaptation leaks and extra requests after reconfiguration
2778 - Bug 2633: Fix Ecap::HeaderRep::value(name) fails when there is no named header field
2779 - Change LDAP helpers to default to LDAP version 3 if available
2780 - Add Joomla and Salted Hash support to squid_db_auth helper
2781 - Fixed IpAddress port printing for ports higher than 9999
2782 - Disable chunked memory pooling by default.
2783 - ... and several build errors.
2784
2785 Changes to squid-3.1.3 (02 May 2010):
2786
2787 - Remove: Advertise 1.1 on replies to clients (broken chunked handling)
2788 - Fix tag ACL type not working
2789
2790 Changes to squid-3.1.2 (01 May 2010):
2791
2792 - Bug 2913: Fix DB auth warning in new perl version
2793 - Bug 2904: Prevent automake creating incomplete files
2794 - Bug 2899: Regression: Restore lost rfc1738_unescape() data type
2795 - Bug 2895: Regression: TPROXY2 compile errors
2796 - Bug 2879: Regression: headers end-finding
2797 - Bug 2874: Accept literal IPv6 address in icap_service URL
2798 - Bug 2860: Regression: WCCPv1 handshake
2799 - Bug 2848: Pass TCP_RST to client on early disconnect
2800 - Debian Bug 578047: Correct behaviour of --enable-ipv6
2801 - HTTP/1.1: Advertise 1.1 on requests to servers
2802 - HTTP/1.1: Advertise 1.1 on replies to clients
2803 - AIX / UNIX build fixes
2804 - Cygwin build fixes
2805 - squidclient: -k option to test connection keep-alive or close
2806 - Improved helper build for wider compatibility
2807 - Ensure the PID file directory exists on install
2808
2809 Changes to squid-3.1.1 (29 Mar 2010):
2810
2811 - Bug 2873: undefined symbol
2812 - Bug 2827: assertion in authentication
2813 - Remove ufsdump binary from default builds
2814 - Remove pinger from default startups
2815 - ... and several documentation updates.
2816
2817 Changes to squid-3.1.0.18 (14 Mar 2010):
2818
2819 - Regression Fix: IPv4-mapped prefix, broken in 3.1.0.16
2820 - Bug 2869: Remove unused external reference
2821 - Bug 2866: Support OpenSSL 1.0
2822 - Bug 2813: Random unix_group crash at startup
2823 - Send HTTP1.1 compliant 417 responses
2824 - Associate external acl message with the request
2825 - Various Digest parser fixes
2826 - ... and all bug fixes from 3.0 up to 3.0.STABLE25
2827
2828 Changes to squid-3.1.0.17 (24 Feb 2010):
2829
2830 - Regression Fix: Non-English error page UTF encoding
2831 - Bug 2616: reduce IdleConnList::removeFD messages
2832 - Bug 1843: multicast-siblings cache_peer option
2833 - Port from 2.7: X509 certificate alias-domain handling
2834 - Add adapted_http_access option
2835 - NTLMv2 support for fake NTLM helper
2836
2837 Changes to squid-3.1.0.16 (01 Feb 2010):
2838
2839 - Regression Fix: Make Squid abort on all config parse failures.
2840 - Regression Bug 2811: SNMP client/peer table OID numbering
2841 - Bug 2851: Connection pinning fails when using a peer
2842 - Bug 2850: Mismatch in hier_code enum / hier_strings array
2843 - Bug 2731: Add follow_x_forwarded_for support to ICAP
2844 - Bug 2730: Regressions in follow_x_forwarded_for since Squid-2
2845 - Bug 2706: Set timestamps during ICAP request satisfaction.
2846 - Bug 2553: X-Forwarded-For with IPv6 address not handled correctly
2847 - Fix: WCCPv1 not connecting to router correctly
2848 - Remove obsolete RunCache/RunAccel scripts.
2849 - Add client_ip_max_connections
2850 - Add the http::>ha format code and make http::>h log original request headers
2851 - ... and all bug fixes from 3.0 up to 3.0.STABLE22
2852 - ... and many more minor build and display annoyances.
2853
2854 Changes to squid-3.1.0.15 (23 Nov 2009):
2855
2856 - Regression Fix: myip ACL not accepted in config
2857 - Bug 2795: acl arp lookups including port
2858 - Bug 2794: ESI parsing fails on FreeBSD
2859 - Bug 2778: fix linking issues using SunCC
2860 - Bug 2724: eCAP build failure unless ICAP enabled
2861 - Bug 2628: Correct default PID location to PREFIX/var/run/squid.pid
2862 - Bug 2617: Performance degradation during processing list of dstdomain ACL's
2863 - Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.
2864 - Fix: 64-bit filesize issue in squidclient POST of large files
2865 - Fix: send correct Connection: header on intercepted replies
2866 - Support libtool 2.x
2867 - ESI libraries libexpat and libxml2 now optional
2868 - ESI support default enabled
2869 - Bump libcap minimum requirement to libcap 2.09+
2870 - ARP / MAC support fixes for IPv6-mode
2871 - Add outstanding IPv6 settings to squid.conf (localnet, localhost)
2872 - ... and many additions to the background testing structure
2873 - ... and very many minor build and code cleanups for non-GCC compilers.
2874
2875 Changes to squid-3.1.0.14 (27 Sep 2009):
2876
2877 - Bug 2777: Various build issues on OpenSolaris
2878 - Bug 2773: Segfault in RFC2069 Digest authentication
2879 - Bug 2747: Compile errors on Solaris 10
2880 - Bug 2735: Incomplete -fhuge-objects detection
2881 - Bug 2722: Fix http_port accel combined with CONNECT
2882 - Bug 2718: FTP sends EPSV2 on IPv4 connection
2883 - Bug 2648: stateful helpers stuck in reserved
2884 - Bug 2570: wccp2 "Here I Am" announcements not sent in memory-ony mode
2885 - Bug 2510: digest_ldap_auth uses incorrect logic with TLS
2886 - Bug 2483: bind() called before connect()
2887 - Bug 2215: config file line length limit (extended to 2 KB)
2888 - Support Accept-Language: * wildcard
2889 - Support autoconf 2.64
2890 - Support TPROXY for IPv6 traffic (requires kernel support)
2891 - Support TPROXY cache cluster behind WCCPv2
2892 - Correct ESI support to work in multi-mode Squid
2893 - Add 0.0.0.0 as an to_localhost address
2894 - DiskIO detection fixes and use optimal IO in default build.
2895 - Correct peer connect-fail-limit default of 10
2896 - Prevent squidclient sending two Accept: headers
2897 - ... all bug fixes from 3.0.STABLE19
2898 - ... and many more documentation fixes
2899
2900 Changes to squid-3.1.0.13 (04 Aug 2009):
2901
2902 - Bug 2723 regression: enable PURGE requests if PURGE method ACL is present.
2903 - Fix one more internal profiler error
2904 - Language Updates: Italian, Russian
2905 - Language Updates: Add many more aliases
2906 - Add Copyright document for errors/ content
2907 - ... all bug fixes from 3.0.STABLE18
2908 - ... and several code polishing cleanups
2909
2910 Changes to squid-3.1.0.12 (27 Jul 2009):
2911
2912 - Bug 2716: Chunked request Signed/Unsigned build error
2913 - Bug 2674: Remove limit on HTTP headers read.
2914 - Bug 2620: Invalid HTTP response codes causes segfault
2915 - Fix FTP EPSV negotiation parser.
2916 - Fix Via string when leak checking is enabled (valgrind etc)
2917 - ... and several documentation and testing additions
2918
2919 Changes to squid-3.1.0.11 (19 Jul 2009):
2920
2921 - Bug 2087: Support adaptation sets and chains
2922 - Bug 2459: dns error message broken when error handling delayed
2923 - Support ICAP Retry
2924 - Support ICAP retries based on the ICAP responses status code
2925 - Support logging ICAP
2926 - Support logging total DNS wait time
2927 - Support logging response times of adaptation transactions
2928 - General logging enhancements
2929 - Dynamically form chains based on ICAP X-Next-Services header
2930 - Support cross-transactional ICAP header exchange
2931 - ... and much adaptation polish and improvements
2932
2933 Changes to squid-3.1.0.10 (18 Jul 2009):
2934
2935 - Bug 2680: Regression Crash after rotate with no helpers running
2936 - Bug 2695: Regression in WCCPv2 L2 mask assignment
2937 - Bug 2707: Regression in FTP anonymous auth
2938 - Bug 422, 2706: RFC 2616 Date header requirements
2939 - Bug 1087: ESI processor not quoting attributes correctly.
2940 - Bug 1338: File prefetches aborted despite range_offset
2941 - Bug 2080: wbinfo_group.pl - false positive under certain conditions
2942 - Bug 2092: select loop 32-bit call counter overflows
2943 - Bug 2127: delay pools class 4 crashes with ntlm auth
2944 - Bug 2611: document fast/slow acl types
2945 - Bug 2614: Potential loss of adapted body data from eCAP adapters
2946 - Bug 2658: Missing TextException copy constructor
2947 - Bug 2659: String length overflows on append, leading to segfaults
2948 - Bug 2699: Build failure NTLM smb_lm helper
2949 - Bug 2709: TRANSLATIONS not installed
2950 - Bug 2710: squid_kerb_auth non-terminated string
2951 - Delay pools 64-bit buckets and IPv6-polish
2952 - Break forwarding loops for "transparent" or "intercept" http_ports.
2953 - Add --disable-translation option to detatch .po from error negotiation
2954 - Add squidclient man(1) page
2955 - Add localhost to default permitted networks
2956 - http_port allow-direct option to allow direct forwarding in accelerator mode
2957 - ... and many testing infrastructure updates
2958
2959 Changes to squid-3.1.0.9 (26 Jun 2009):
2960
2961 - Bug 2682: Add ftp_epsv control to disable EPSV support.
2962 - Bug 2665: Detach automake system from using -I.
2963 - Bug 2395: FTP auth errors not displayed
2964 - ... also several changes and bugs closed in 3.0.STABLE16
2965 - Port from 2.7: Show local address on listening sockets
2966 - Add "tag" type acl matching tags set by external acl helpers.
2967 - Adds Language alias linker/installer/upgrade scripts
2968 - Support for GCC 4.4
2969 - Fix false NAT lookup errors on Linux
2970 - Fix many Windows port issues
2971 - Fix squid_kerb_auth helepr install location
2972 - Better detection of IPv6 stack types
2973 - Updates Licensing information for Squid 3.1
2974 - ... and many packaging portability build and install issues
2975
2976 Changes to squid-3.1.0.8 (24 May 2009):
2977
2978 - Bug 2656: Pinger dies with general protection fault
2979 - Bug 2650: configure requires epoll_ctl in libepoll when --enable-epoll used
2980 - Bug 2648: Authentificator processes deferring and don't shutdown.
2981 - Bug 2645: allow squid to ignore must-revalidate
2982 - Bug 2644: auth scheme initialization is broken
2983 - Bug 2632: Make number of reforwarding tries configurable
2984 - Bug 2628: --with-pidfile=PATH option to override DEFAULT_PID_FILE
2985 - Bug 2627: HTCP Logging
2986 - Bug 2615: Call libecap::adapter::Service::start() when finalizing config.
2987 - Bug 2589: SNMP returning no data - wrong oid decoded
2988 - Bug 2571: Squid with IPv6 fails to start on kernel without IPv6
2989 - Bug 2559: Problem parsing /0 and /0.0.0.0
2990 - Bug 2404: WCCP in mask mode is broken
2991 - ... also all bugs closed by 3.0.STABLE14, 3.0.STABLE15, 3.0.STABLE16-RC1
2992 - Complete Interception multiple NAT support
2993 - Add Content-Disposition to the known headers list.
2994 - Make PEER_TCP_MAGIC_COUNT configurable
2995 - Fix pinger install location
2996 - Enable TPROXY v4 spoofing of CONNECT requests
2997 - ... and much documentation and code polishing
2998
2999 Changes to squid-3.1.0.7 (08 Apr 2009):
3000
3001 - Fix: several issues with ident
3002 - Add several language translations
3003 - Upgrade code testing infrastructure
3004 - Migrate much code to build as internal libraries
3005 - Support gcc 4.4
3006 - Support doxygen 1.5.8
3007 - ... and much code polish to make things read easier
3008
3009 Changes to squid-3.1.0.6 (01 Mar 2009):
3010
3011 - Regression Fix: Support HTTP/0.9 in accelerator mode
3012 - Bug 2601: Hack. Convert IPv4 netmasks to CIDR in IPv6-enabled mode
3013 - Bug 2593: Compile errors on Solaris 10
3014 - Bug 2591: adaptation_access does not work
3015 - Bug 2588: coredump in rDNS lookup
3016 - Bug 2526: default ALLOW when no list specified.
3017 - Bug 2287: Send a 505 on requests with unsupported HTTP versions
3018 - Bug 419: Hop by Hop headers MUST NOT be forwarded
3019 - Fix external_acl_type handling of SSL certificate details
3020 - Obsolete: dependency on nss_common.h and nss.h
3021 - Support libtool2
3022 - ... and various documentation and code polish
3023
3024 Changes to squid-3.1.0.5 (03 Feb 2009):
3025
3026 - Bug 2583: Fixed issue in content adaptation
3027 - Bug 2576: Make translate target obey --disable-auto-locale
3028 - Bug 2571: Add DNS failover to use IPv4-only listen when IPv6 fails.
3029 - Bug 2563: 99+% CPU Usage on FTP URL
3030 - Bug 2505, 2524, 2558: fixed several issues on connection handling
3031 - Fix several issues in request parsing
3032 - Fix memory leak from logformat parsing
3033 - Fix various ESI build errors
3034 - Make configure tests use C++ instead of C
3035 - Drop special localhost conversion RFC violation.
3036 - Add Language: Arabic
3037 - ... and various documentation and code polish
3038
3039 Changes to squid-3.1.0.4 (23 Jan 2009):
3040
3041 - Regression Fix: Bug 2558: rollback bug 2395 fix.
3042 - Bug 2555: Fixes to SNMP-MIB
3043 - Bug 2550: assertion comm.cc:350 !fd_table[fd].closing()
3044 - Bug 2547,2548: OSX compile errors (duplicate symbols and IPv6)
3045 - Bug 2508: comm.cc:2035 assertion fd_table[fd].closing()
3046 - Bug 2330: allow keep-alive+chunked; don't add max-age for no-cache
3047 - Polish ZPH configuration interface
3048 - Several Language Conversions to new auto-negotiate
3049 - Port from 2.7: squidclient -V and -j options for HTTP/1.1 and 0.9 testing
3050 - Fix: Pconn not being used when they should.
3051 - Fix: Fix pinger immediate shutdowns
3052 - Fix: Untangle CacheManager reports from log_fqdn
3053 - ... and all bugs fixed for 3.0.STABLE12
3054 - ... and many code polish and optimization fixes.
3055
3056 Changes to squid-3.1.0.3 (5 Dec 2008):
3057
3058 - Regression Fix: StoreIOBuffer patch removed.
3059 - Regression Fix: build issues with 3.1.0.2 bundle
3060 - Security Bug 2526: default ALLOW when no list specified
3061 - Bug 2525: encoding error on error pages
3062 - Bug 2424: slow file descriptor leak
3063 - Bug 2527: ICAP compile error on g++ 4.3.2
3064 - Bug 2523: bad assertion left in from debug
3065 - Bug 2395: FTP Auth errors and others not displayed
3066 - Update squid_kerb_auth to 1.0.5
3067 with better Squid integration.
3068 - Fix cache_peer forcedomainname= option
3069 - ... and many other minor fixes
3070
3071 Changes to squid-3.1.0.2 (9 Nov 2008):
3072
3073 - Bug 2516: error page templates not properly installed
3074 - Bug 2500: Solaris build issues
3075 - Fixes FreeBSD build issues
3076 - Release Notes completed
3077 - Languages: new Russian, Japanese, Chinese, and general updates
3078 - ... and other minor fixes
3079
3080 Changes to squid-3.1.0.1 (27 Oct 2008):
3081
3082 - Bundled ntlm_auth helper renamed (see Release Notes before changing anything)
3083 - peername ACL added for matching against a named peer destination
3084 - configure option --with-logdir= added to select log files location
3085 - squid_kerb_auth helper updated to 1.0.3 release
3086 - Bug #740: allow external acl's to use reply headers in format
3087 - Bug #2379: obsolete dns_testnames option
3088 - Code test infrastructure expanded to configuration testing
3089 - Policy changes to negative_ttl, cache deny QUERY, refresh_pattern
3090 to bring their defaults up to RFC 2616 requirements.
3091 - Large increase in RFC 2616 standard compliance (ongoing)
3092 - squid.conf cleanups for minimal config
3093 - Connection Pinning ported from 2.6 for NTLM passthru authentication
3094 - eCAP internal adaptation module support
3095 - Localization and CSS display control of error pages
3096 - Added semi-automatic documentation of source code
3097 - Added TE chunked encoding decoder to workaround broken HTTP/1.1 servers
3098 - HTCP improvements ported from 2.7 adding HTCP CLR requests
3099 - IPv6 (Internet Protocol version 6) support
3100 - ICMPv6 (Internet Control Message Protocol version 6) support
3101 - FTP agent now supports EPSV/EPRT commands
3102 - DNS internal resolver now supports AAAA and CNAME records
3103 - SNMP peer and client tables now support IPv6
3104 - SNMP peer table supports named peers with multiple entries per IP
3105 - SslBump: Squid-in-the-middle decryption and encryption of straight
3106 CONNECT and transparently redirected SSL traffic, using configurable
3107 client- and server-side certificates. While decrypted, the traffic
3108 can be inspected using ICAP.
3109 - TPROXY version 4.1 support
3110 - IPFW and Netfilter interception methods may now both be built in one binary.
3111 - ZPH Quality of Service patch now integrated
3112 - Null store now fully obsoleted and removed
3113 - Unknown request methods all supported
3114 - Follow_x_forwarder_for ported from 2.6
3115 - Bug #2223: Follow XFF extensions added
3116 - ... and many code and documentation cleanups
3117
3118 Changes to squid-3.0.STABLE26 (28 Aug 2011):
3119
3120 - Regression: header_replace for reply headers
3121 - Bug 3183: Invalid URL accepted with url host part of only '@'.
3122 - Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes
3123 - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion from helperServerFree
3124 - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
3125 - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
3126 - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
3127 - Regression Bug 2899: Restore lost rfc1738_unescape() data type
3128 - Regression Bug 2879: headers end finding
3129 - Bug 2876: FD_SETSIZE override not working on all linux distributions
3130 - Check for NULL and empty strings before calling str*cmp().
3131 - Correct parsing of large Gopher indexes
3132
3133 Changes to squid-3.0.STABLE25 (14 Mar 2010):
3134
3135 - Bug 2845: Rework the http digest auth parser
3136 - Bug 2787: unknown/unexpected status code messages
3137 - Bug 2507: squid_ldap_group: Strip Domain name separated by +
3138 - Bug 2367: stale=true on digest requests with unknown nonce
3139 - ... and several other minor corrections
3140
3141 Changes to squid-3.0.STABLE24 (13 Feb 2010):
3142
3143 - Bug 2858: Segment violation in HTCP
3144 - Updated refresh pattern for dynamic pages
3145
3146 Changes to squid-3.0.STABLE23 (02 Feb 2010):
3147
3148 - Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1
3149 - Regression Fix: Build error in Kerberos helper after library removal.
3150
3151 Changes to squid-3.0.STABLE22 (01 Feb 2010):
3152
3153 - Regression Fix: Make Squid abort on all config parse failures.
3154 - Bug 2787: Reduce unexpected http status to non-critical warnings.
3155 - Bug 2496: Downloading some variants in full before relaying
3156 - Bug 2452: Add upper limit to external_acl_type entries.
3157 - Removed optional kerberos/spnegohelp/ library due to licensing issues
3158 - Add client_ip_max_connections
3159 - Handle DNS header-only packets as invalid.
3160
3161 Changes to squid-3.0.STABLE21 (22 Dec 2009):
3162
3163 - Bug 2830: Clarify where NULL byte is in headers.
3164 - Bug 2778: Linking issues using SunCC
3165 - Bug 2395: FTP errors not displayed
3166 - Bug 2155: Assertion failures on malformed Content-Range response headers
3167 - Fix parsing and a few bugs in ACL time type
3168 - Fix RFC keep-alive compliance on intercepted replies
3169 - Improved security hardening on %nn parser
3170 - Replace several GCC-specific code snippets.
3171
3172 Changes to squid-3.0.STABLE20 (29 Oct 2009):
3173
3174 - Bug 2794: ESI parsing on FreeBSD
3175 - Bug 2791: assertion failed: MemBuf.cc:400: new_cap > (size_t) capacity
3176 - Bug 2779: Support GNU/kFreeBSD
3177 - Bug 2773: Segfault in RFC2069 Digest authantication
3178 - Bug 2768: squid_ldap_group argument parsing error
3179 - Bug 2761: Gopher and double HTTP response header
3180 - Bug 2735: Incomplete -fhuge-objects detection
3181 - Bug 2722: prevent CONNECT via http_port with accel
3182 - Bug 2624: Invalid response for IMS request
3183 - Bug 2510: digest_ldap_auth TLS support
3184 - Correct LINUX_CAPABILITY actions on non-Linux
3185
3186 Changes to squid-3.0.STABLE19 (06 Sep 2009):
3187
3188 - Bug 2745: Invalid Response error on small reads
3189 - Bug 2739: DNS resolver option ndots can't be parsed from resolv.conf
3190 - Bug 2734: some compile errors on Solaris
3191 - Bug 2648: stateful helpers stuck in reserved if client disconnects while helper busy
3192 - Bug 2541: Hang in 100% CPU loop while extacting header details using a delimiter other than comma
3193 - Bug 2362: Remove support for deferred state in stateful helpers
3194 - Add 0.0.0.0 as a to_localhost address
3195 - Docs: Improve chroot directive documentation slightly
3196 - Fixup libxml2 include magics, was failing when a configure cache was used
3197 - ... and some minor testing improvements.
3198
3199 Changes to squid-3.0.STABLE18 (04 Aug 2009):
3200
3201 - Bug 2728: regression: assertion failed: !eof
3202 - Bug 2732: reply_body_max_size smaller than error page loops
3203 infinitely until out of memory
3204 - Bug 2725: pconn failure if domain or client_address are unset
3205 - Bug 2648: reserved helpers not shut down after reconfigure/rotate
3206 - Bug 2462: make check should tell when cppunit is missing
3207 - Remove excess messages about headers < minimum size
3208 - Support Libtool 2.2.6
3209
3210 Changes to squid-3.0.STABLE17 (27 Jul 2009):
3211
3212 - Bug 2680 regression: Crash after rotate with no helpers running
3213 - Bug 2710: squid_kerb_auth non-terminated string
3214 - Bug 2679: strsep and strtoll detection failure
3215 - Bug 2674: Remove limit on HTTP headers read.
3216 - Bug 2659: String length overflows on append, leading to segfaults
3217 - Bug 2620: Invalid HTTP response codes causes segfault
3218 - Bug 2080: wbinfo_group.pl - false positive under certain conditions
3219 - Bug 1087: ESI processor not quoting attributes correctly.
3220 - Fix: issue with AUFS/UFS/DiskD writing objects to disk cache
3221 - Several small build issues with previous release.
3222
3223 Changes to squid-3.0.STABLE16 (15 Jun 2009):
3224
3225 - Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk
3226 - Bug 2481: Don't set expires: now in generated error responses
3227 - Bug 2387: The calculation of the number of hash buckets correctly
3228 - Fix infinite loop in MSNT auth helper
3229 - Fix FD_SETSIZE on FreeBSD
3230 - Fix stripping NT domain in squid_ldap_group
3231 - Fix RADIUS auth helper build
3232 - Add Translate: and Unless-Modified-Since: headers to known list
3233 - Make fakeauth handle NTLMv2 better
3234 - Better Kerberos support detection
3235 - Several Widows port fixes
3236
3237 Changes to squid-3.0.STABLE16-RC1 (16 May 2009):
3238
3239 - Bug 1148: Ported from 3.1: Chunked Transfer Encoding
3240 - Bug 2648: NTLM helpers not shutting down when deferred
3241
3242 Changes to squid-3.0.STABLE15 (06 May 2009):
3243
3244 - Regression Bug 2635: Incorrect Max-Forwards header type
3245 - Bug 2652: 'Success' error on CONNECT requests
3246 - Bug 2625: IDENT receiving errors
3247 - Bug 2610: ipfilter support detection
3248 - Bug 2578: FTP download resume failure
3249 - Bug 2536: %H on HTTPS error pages
3250 - Bug 2491: assertion "age >= 0"
3251 - Bug 2276: too many NTLM helpers running
3252 - Endian system and compiler fixes provided by the NetBSD project
3253 - documentation fixes provided by the Debian project
3254
3255 Changes to squid-3.0.STABLE14 (11 Apr 2009):
3256
3257 - Regression Fix: HTTP/0.9 in accelerator mode
3258 - Bug 1232: cache_dir parameter limited to only 63 entries
3259 - Bug 1868: support HTTP 207 status
3260 - Bug 2518: assertion failure on restart/reconfigure
3261 - Bug 2588: coredump in rDNS lookup
3262 - Bug 2595: Out of bounds memory write in squid_kerb_auth
3263 - Bug 2599: Idempotent start
3264 - Bug 2605: Prevent setsid() on helpers in daemon mode
3265 - Fix external_acl_type option parsing
3266 - Fix delay pools counters on FTP
3267 - Fix several issues with ident (some remain)
3268 - Fix performance issues with persistent connections
3269 - Fix performance issues with delay pools
3270 - Fix forwarding of OPTIONS requests
3271 - Add support for HTTP 1.1 Content-Disposition header
3272 - Add support for Windows 7, Windows Server 2008 R2 and later
3273 - ... and many small documentation updates
3274
3275 Changes to squid-3.0.STABLE13 (03 Feb 2009):
3276
3277 - Fix several issues in request parsing
3278 - Fix memory leak from logformat parsing
3279 - Fix various ESI build errors
3280 - ... and some documentation updates
3281
3282 Changes to squid-3.0.STABLE12 (21 Jan 2009):
3283
3284 - Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
3285 - Bug 2542: ICAP filters break download resume
3286 - Bug 2556: HTCP fails without icp_port
3287 - Bug 2564: logformat '%tl' field not working as advertised
3288 - Port from 3.1: TestBed basic build consistency checks
3289 - Policy: Change half_closed_clients default to off
3290 - Policy: Removed -V command line option, deprecated by 2.6
3291 - ... and several other minor code cleanups
3292
3293 Changes to squid-3.0.STABLE11 (24 Dec 2008):
3294
3295 - Bug 2424: filedescriptors being left unnecessary opened
3296 - Bug 2545: fault passing ICAP filtered traffic to peers
3297 - Bug 2227: Sefgaults in MemBuf::reset during idnsSendQuery
3298 - ... and some minor admin and debug cleanups.
3299
3300 Changes to squid-3.0.STABLE11-RC1 (3 Dec 2008):
3301
3302 - Removes patch causing cache of bad objects
3303 - Bug 2526: bad security default in ACLChecklist
3304 - Fixes regression: access.log request size tag
3305 - Fixes cache_peer forceddomainname=X option
3306 - ... and many minor documentation cleanups
3307
3308 Changes to squid-3.0.STABLE10 (14 Oct 2008):
3309
3310 - Bug 2391: Regression: bad assert in forwarding
3311 - Bug 2447: Segfault on failed TCP DNS query
3312 - Bug 2393: DNS requests getting stuck in idns queue
3313 - Bug 2433: FTP PUT gives bad gateway
3314 - Bug 2465: Limited DragonflyBSD support
3315 - ... and other minor bugs and documentation
3316
3317 Changes to squid-3.0.STABLE9 (9 Sep 2008):
3318
3319 - Policy Enforcement: COSS is unusable in 3.0
3320 - Port from 3.1: Language Pack compatibility
3321 - Port from 2.6: Windows Support Notes
3322 - Fix several minor regressions:
3323 HTCP stats reporting
3324 cachemgr delay pool config
3325 CARP build error
3326 - Bug 2340: uudecode dependency for icons removed
3327 - Bug 2352: no_check.pl ntlm challenge fix
3328 - Bug 2426: buffer increase for kerberos auth fields
3329 - Bug 2427: squid_ldap_group codes fix
3330 - Bug 2437: peer name now shown in access.log
3331 - Add sane display of unsupported method errors
3332 - ... and various other code cleanups
3333
3334 Changes to squid-3.0.STABLE8 (18 Jul 2008):
3335
3336 - Port from 2.6: Support for cachemgr sub-actions
3337 - Port from 2.6: userhash peer selection method
3338 - Port from 2.6: sourcehash peer selection method
3339 - Bug 2376: round-robin balancing fixes
3340 - Bug 2388: acl documentation cleanup
3341 - Bug 2365: cachemgr.cgi HTML output encoding
3342 - Bug 2301: Regression: Log format size options
3343 - Bug 2396: Correct the opening of PF device file.
3344 - Bug 2400: ICAP accept mechanism
3345 - Bug 2411: Regression: fakeauth_auth crashes
3346 - Many fixes to the Windows support (not complete yet).
3347 - Boost error pages HTML standards.
3348 - Fixes several issues on 64-bit systems
3349 - Fixes several issues on older or stricter compilers
3350 - Linux-2.6.24/2.6.25 netfilter_ipv4.h __u32 workaround
3351 - Update Release Notes: 'all' ACL is built-in since 3.0.STABLE1
3352
3353 Changes to squid-3.0.STABLE7 (22 Jun 2008):
3354
3355 - Fix several ASN issues
3356 - Fix SNMP reporting of counters
3357 - Fix round-robin algorithms
3358 - GCC 4.3 support
3359 - Netfilter v1.4.0 bug workaround
3360 - Bugs 2350 and 2323: memory issues
3361 - Bugs 2384, 951, 1566: ESI assertions
3362 - Various minor debug and documentation cleanups
3363
3364 Changes to squid-3.0.STABLE6 (20 May 2008):
3365
3366 - Bug 2254: umask Feature from 2.6 added
3367 - cachemgr.cgi default config file added
3368 - Several authentication bug fixes
3369 - Improved Windows Support
3370 - better DNS lookup methods for unqualified hostames
3371 - better support for 64-bit environments
3372 - Bug 2332: Crash when tunnelling
3373 - Removed the advertisement clause from BSD licenses
3374 according to the GPLv2+ changes in BSD
3375 - ... and other bugs and minor cleanups
3376
3377 Changes to squid-3.0.STABLE5 (28 Apr 2008):
3378
3379 - Support for resolv.conf 'domain' option
3380 - Improved URI support, including
3381 longer URI up to 8192 bytes accepted
3382 better handling of intercepted URI
3383 better port for non-FQDN URI lookups
3384 - Improved logging, including
3385 Bug 3210 fixed: incorrect timestamp format in earlier 3.0 releases.
3386 Fixed 'log_ip_on_direct' option behaviour
3387 - Support for profiling on x86 64-bit systems
3388 - .. and other bugs and minor code cleanups.
3389
3390 Changes to squid-3.0.STABLE4 (2 Apr 2008):
3391
3392 - Bug 2288: compile error slipped into STABLE3.
3393
3394 Changes to squid-3.0.STABLE3 (31 Mar 2008):
3395
3396 - Improved HTTP 1.1 support.
3397 - Improved MacOSX (Leopard) support
3398 - Bug 2206: Proxy-Authentication regression in STABLE2.
3399 - Strip Domain from NTLM usernames for use in class 4 Delay Pools
3400 - ... and other bugs and minor code cleanup
3401
3402 Changes to squid-3.0.STABLE2 (1 Mar 2008):
3403
3404 - Add myportname ACL for matching the accepting port name (see release notes)
3405 - Add include directive for squid.conf (see release notes)
3406 - Add ability to strip kerberos realm from usernames during Auth
3407 - License cleanup to comply with GPLv2 or later
3408 - Updated Error Pages and Translations
3409 - Updated configuration examples
3410 - Updated valgrind support for valgrind-3.3.0
3411 - Improved support for Windows and MacOS X Leopard
3412 - Improved support for files larger than 2GB
3413 - Improved support for CARP arrays and WCCPv2
3414 - Improved cachmgr, SNMP, and log reporting
3415 - ... and as usual Many bug fixes since STABLE 1
3416
3417 Changes to squid-3.0.STABLE1 (13 Dec 2007):
3418
3419 - Major rewrite translating the code to C++, originally based on
3420 Squid-2.5.STABLE1
3421 - Internal client streams concept for content adaptation
3422 - ICAP (Internet Content Adaptation Protocol) client support
3423 - ESI (Edge Side Includes) support added
3424 - Improved support for files larger than 2GB.
3425 - And a lot more. Most features from Squid-2.6 is supported, but not
3426 all. See the release notes for details.
3427
3428
3429 Squid-2 ChangeLog of versions fully ported to Squid-3 follows.
3430
3431 Changes to squid-2.6.STABLE22 (19 October 2008)
3432
3433 - Bug #2396: Correct the opening of the PF device file.
3434 - Make --with-large-files and --with-build-envirnment=default play
3435 nice together
3436 - Workaround for Linux-2.6.24 & 2.6.25 netfiler_ipv4.h include header
3437 __u32 problem
3438 - Make dns_nameserver work when using --disable-internal-dns on glibc
3439 based systems
3440 - Bug #2426: Increase negotiate auth token buffer size
3441 - Bug #2427: squid_ldap_group -h reports the old % codes for -f
3442 - Bug #2477: swap.state permission issues if crashing during "squid -k
3443 reconfigure"
3444 - Windows port: Fix build error using latest MinGW runtime.
3445
3446
3447
3448 Older ChangeLog follows. The sections relating to Squid-2.6 is not entirely
3449 authorative for this release and mirrored here for reference only.
3450
3451 - CARP now plays well with the other peering algorithms,
3452 and support for CARP peerings is compiled by default. Can be
3453 disabled by --disable-carp
3454 - Configuration file can be read from an external program
3455 or preprocessor. See squid.8 man page.
3456 - http_port is now optional, allowing for SSL only operation
3457 - Satellite and other high latency peering relations enhancements
3458 (Robert Cohren)
3459 - Nuked num32 types, and made type detection more robust by the
3460 use of typedefs rather than #defines.
3461 - the mailto links on Squid's ERR pages now contain data about the
3462 occurred error by default, so that the email will contain this data in
3463 its body. This feature can be disabled via the email_err_data directive.
3464 (Clemens L?ser)
3465 - COSS now uses a file called stripe and the path in squid.conf is the
3466 directory this is placed in. Additionally squid -z will create the
3467 COSS swapfile.
3468 - WCCPv2 support, including mask assignment support
3469 - HTCP support for access control and the CRL operation for
3470 purgeing of cache content
3471 - ICAP related fixes
3472 - Windows-related fixes, including Vista and Longhorn identification
3473 - Client-side parsing and some string use optimisations
3474 - Lots of off-by-one and memory leaks in corner cases have been fixed
3475 thanks to valgrind
3476 - Improved high-resolution profiling
3477 - Windows overlapped-IO and thread support added to the Async IO disk code
3478 - Improvements for handling large DNS replies
3479
3480 Changes to squid-2.6.STABLE15 (31 Aug 2007)
3481
3482 - The select() I/O loop got broken by the /dev/poll addition
3483 (2.6.STABLE14)
3484 - Bug #2017: Fails to work around broken servers sending just the HTTP
3485 headers
3486 - Bug #2023: Compile error with old GCC 2.x or other ANSI-C compilers
3487 before C99
3488 - squid.conf.default updated and reorganised in more sensible groups
3489 - correct and document the syslog access_log format
3490 - Armenian error pages translation
3491 - digest_ldap_helper usage help updated
3492 - Bug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad file descriptor
3493 - Improve delay pools in low traffic environment by checking timeouts
3494 at a steady 1 second interval even when there is not much activity
3495 - Don't request authentication on transparently intercepted
3496 connections
3497 - Cleanup linux capabilities for tproxy
3498 - Bug #2003: 'via' config directive doesn't affect response headers
3499 - Bug #1902: Adds Numeric Hit and invalid request counters to IP Cache
3500 - Add missing $|=1 to squid_db_auth
3501 - Bug #2050: Persistent connection dropped if cache has no
3502 Content-Length
3503 - Verify the URL on memory cache hits
3504 - Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
3505 - Bug #1972: Squid sets peers to down state when they are in fact
3506 working.
3507 - potential segmentation fault in storeLocateVary()
3508 - Bug #2066: chdir after chroot
3509 - Windows port: Fix compiler warnings when building Squid as
3510 application (not Windows service mode)
3511 - Spelling correction of received
3512
3513 Changes to squid-2.6.STABLE14 (15 Jul 2007)
3514
3515 - squid.conf.default cleanup to have options in their proper sections.
3516 - documentation correction in the refresh_pattern ignore-auth option
3517 - URI-escaping not uses the recommended upper-case hex codes
3518 - refresh_pattern min-age 0 correted to really mean 0, and not 1 second
3519 - Always use xisxxxx() Squid defined macros instead of ctype
3520 functions.
3521 - Kerberos SPNEGO/Negotiate helper for the negotiate scheme
3522 - Database basic auth helper using Perl DBI to connect to most SQL DBs
3523 - Solaris /dev/poll network I/O support
3524 - configure fixes to make cross compilation somewhat easier
3525 - Removed incorrect -a reference from http_port documentation
3526 - Bug #1900: Double "squid -k shutdown" makes Squid restart again
3527 - Bug #1968: Squid hangs occasionally when using DNS search paths
3528 - Novell eDirectory digest auth helper (digest_edir_auth)
3529 - Bug #1130: min-size option for cache_dir
3530 - POP3 basic auth helper querying a POP3 server
3531 - Cosmetic squid_ldap_auth fixes from Squid-3
3532 - Bug #1085: Add no-wrap to cache manager HTML tables
3533 - Automatically restart if number of available filedescriptors becomes
3534 alarmingly low, preventing a situation where Squid would otherwise
3535 permanently stop processing requests.
3536 - Bug #2010: snmp_core.cc:828: warning: array subscript is above
3537 array bounds
3538 - Deal better with forwarding loops
3539
3540 Changes to squid-2.6.STABLE13 (11 May 2007)
3541
3542 - Make sure reply headers gets sent even if there is no body available
3543 yet, fixing RealMedia streaming over HTTP issues.
3544 - Undo an accidental name change of storeUnregisterAbort.
3545 - Kill an ancient malplaced storeUnregisterAbort call from ftp.c
3546 - Bug #1814: SSL memory leak on persistent SSL connections
3547 - Don't log ECONNREFUSED/ECONNABORTED accept failures in cache.log
3548 - Cosmetic fix: added missing newline in WCCPv2 configuration dump.
3549 - Ukrainan error messages
3550 - Convert various error pages from DOS to UNIX text format
3551 - Bug #1820: COSS assertion failure t->length == MD5_DIGEST_CHARS
3552 - Clarify the max-conn=n cache_peer option syntax slightly
3553 - Bug #1892: COSS segfault on shutdown
3554 - Windows port: fix undefined ECONNABORTED
3555 - Make refreshIsCachable handle ETag as a cache validator, not
3556 only last-modified
3557 - in_port_t is not portable, use unsigned short instead
3558 - Fix fs / auth / snmp dependencies
3559 - Portability: statfs() may reqire #include <sys/statfs.h>
3560
3561 Changes to squid-2.6.STABLE12 (20 Mar 2007)
3562
3563 - Assertion error on TRACE
3564
3565 Changes to squid-2.6.STABLE11 (17 Mar 2007)
3566
3567 - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
3568 !conn->body.request"
3569 - Handle garbage helper responses better in concurrent protocol format
3570 - Fix kqueue when overflowing the changes queue
3571 - Make sure the child worker process commits suicide if it could
3572 not start up
3573 - Don't log short responses at debug level 1
3574 - Fix bswap16 & bwsap32 error on NetBSD
3575 - Fix collapsed_forwarding for non-GET requests
3576
3577 Changes to squid-2.6.STABLE10 (4 Mar 2007)
3578
3579 - Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0)
3580 - various diskd bugfixes
3581 - In the access.log hierarchy field log the unique peer name
3582 instead of the host name
3583 - unlinkdClose() should be called after (not before) storeDirSync()
3584 - CLEAN_BUF_SZ was defined, but never used anywhere
3585 - logging HTTP-request size
3586 - Fix icmp pinger communication on FreeBSD and other not supporing
3587 large dgram AF_UNIX sockets
3588 - Release objects on swapin failure
3589 - Bug #1787: Objects stuck in cache if origin server clock in future
3590 - Bug #1420: 302 responses with an Expires header is always cached
3591 - Primitive support for HTTP/1.1 chunked encoding, working around
3592 broken servers
3593 - Clean up relations between TCP probing and DNS checks of peers with
3594 no known addresses.
3595 - Fix a minor HTML coding error in ftp directory listings with // in
3596 the path
3597 - Bug #1875, #1420. Cleanup of refresh logics when dealing with
3598 non-refreshable content
3599 - Gopher cleanups and bugfixes
3600 - Negotiate authentication fixed again. Broken since STABLE7 by the
3601 patch for Bug #1792.
3602 - Bug #1892: COSS tries to shut down the same directory twice on exit
3603 - Bug #1908: store*DirRebuildFromSwapLog() ignores some SWAP_LOG_DEL
3604 entries
3605 - Added support for Subversion HTTP request methods MKACTIVITY,
3606 CHECKOUT and MERGE.
3607
3608 Changes to squid-2.6.STABLE9 (24 Jan 2007)
3609
3610 - Bug #1878: If-Modified-Since broken in 2.6.STABLE8
3611 - Bug #1877 diskd bug in storeDiskdIOCallback()
3612
3613 Changes to squid-2.6.STABLE8 (21 Jan 2007)
3614
3615 - Bug #1873: authenticateNTLMFixErrorHeader: state 4.
3616 - Document the https_port vhost option, useful in combination with
3617 a wildcard certificate
3618 - Document the existence of connection pinning / forwarding of NTLM
3619 auth and a few other features overlooked in the release notes.
3620 - Spelling correction of the ssl cache_peer option
3621 - Add back the optional "accel" http_port option. Makes accelerator
3622 mode configurations easier to read.
3623 - Bug #1872: Date parsing error causing objects to get unexpectedly
3624 cached.
3625 - Cleanup to have the access.log tags autogenerated from enums.h
3626 - Bug #1783: STALE: Entry's timestamp greater than check time. Clock
3627 going backwards?
3628 - Don't update object timestamps on a failed revalidation.
3629 - Fix how ftp://user@host URLs is rendered when Squid is built with
3630 leak checking enabled
3631
3632 Changes to squid-2.6.STABLE7 (13 Jan 2007)
3633
3634 - Windows port: Fix intermittent build error using Visual Studio
3635 - Add missing tproxy info from the dump of http port configuration
3636 - Bug #1853: Support for ARP ACL on NetBSD
3637 - clientNatLookup(): fix wrong function name in debug messages
3638 - Convert ncsa_auth man page from DOS to Unix text format.
3639 - Bug #1858: digest_ldap_auth had some remains of old hash format
3640 - Correct the select_loops counter when using select(). Was counted twice
3641 - Clarify the http_port vhost option a bit
3642 - Fix cache-control: max-stale without value or bad value
3643 - Bug #1857: Segmentation fault on certain types of ftp:// requests
3644 - Bug #1848: external_acl crashes with an infinite loop under high load
3645 - Bug #1792: max_user_ip not working with NTLM authentication
3646 - Bug #1865: deny_info redirection with authentication related acls
3647 - Small example on how to use the squid_session helper
3648 - Bug #1863: cache_peer monitorurl, monitorsize and monitorinterval not working properly
3649 - Clarify the transparent http_port option a bit more
3650 - Bug #1828: squid.conf docutemtation error for proxy_auth digest
3651 - Bug #1867: squid.pid isn't removed on shutdown
3652
3653 Changes to squid-2.6.STABLE6 (12 Dec 2006)
3654
3655 - Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c htcpBuildAuth()
3656 - Add client source port logformat tag >p
3657 - Cleanup of transparent & accelerator mode request parsing to untangle the firewall dependencies a bit
3658 - Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts
3659 - automake no longer recommends mkinstalldirs. Removed.
3660 - Only use crypt() if it's available, allowing ncsa_auth to be built
3661 on platofms without crypt() support.
3662 - Windows port documentation updates
3663 - Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/store_dir_coss.c storeCoss_DeleteStoreEntry
3664 - Bug #1117: assertion failed: aufs/store_dir_aufs.c:642: "rb->flags.need_to_validate"
3665 - Remove extra newline in redirect message sent by deny_info http://... aclname
3666 - Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"
3667 - Clarify the external_acl_type helper format specification and some defaults
3668 - Add support for the weight= parameter to round-robin peers
3669 - Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate
3670 - Convert snmpDebugOid to use a temporary String object instead of strcat
3671 - Document that proxy_auth also accepts -i for case-insensitive operation
3672 - Remove malloc/free of temporary buffer in time parsing routines.
3673 - Reduce memory allocator pressure by not continually allocating client-side read buffers
3674 - Accept large dates >2^31 on 64-bit platformst. Seen for example in the Google logo.
3675 - Convert the connStateData->chr single link list to a normal dlink_list for clarity.
3676 - Bug #1584: Unable to register with multiple WCCP2 routers
3677 - Fix the WCCPv2 mask assignment code to not crash as the value assignments are built.
3678 - Bug #439: Multicast ICP peering is unstable and considers most peers dead
3679 - Bug #1801: NTLM authentication ends up in a loop if the server responds with a retriable error
3680 - Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
3681 - Bug #1840: Disable digest and netdb queries to multicast peers
3682 - Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing certain Vary objects
3683 - Fix build errors when using latest MinGW Windows environment
3684
3685 Changes to squid-2.6.STABLE5 (3 Now 2006)
3686
3687 - Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled
3688 - COSS improvements and cleanups
3689 - SNMP linking issue resolved, enabling SNMP support to be build in all platforms
3690 - Bug #1784: access_log syslog results in blanks syslog lines between every entry
3691 - Bug #1719: Incorrect error message on invalid cache_peer specifications
3692 - Bug #1785: Memory leak in handling of negatively cached objects
3693 - Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding
3694 - Bug #1782: Memory leak in ncsa_auth on password changes
3695 - Suppress some annoying coss startup messages raising the debug level to 2.
3696 - Clarify the external_acl_helper concurrency= change.
3697 - aioDone() could be called twice from aufs and from coss (when using AIOPS) during shutdown.
3698 - Bug #1794: Accept 00:00-24:00 as a valid time specification even if redundand and the same as 00:00-23:59
3699 - Bug #1795: Theoretical memory leak in storeSetPublicKey
3700 - Removing port 563 from the default SSL_ports and Safe_ports ACLs
3701 - Bug #1724: Automatically enable Linux Netfilter support with --enable-linux-tproxy.
3702 - Bug #1800: squid -k reconfigure crash when using req/rep_header acls
3703 - Clarify the select/poll/kqueue/epoll configure --enable/disable options
3704 - Bug #1779: Delay pools fairness when multiple connections compete for bandwidth
3705 - Bug #1802: Crash on exit in certain conditions where cache.log is not writeable
3706 - Bug #1796: Assertion error HttpHeader.c:914: "str"
3707 - Bug #1790: Crash on wccp2 + mask assignement + standard wccp service
3708 - Silence harmless gcc compile warning.
3709 - Clean up poll memory on shutdown
3710 - Ported select, poll and win32 to new comm event framework
3711 - Windows port: Correctly identify Windows Vista and Windows Server Longhorn
3712 - Added a basic comm_select_simple comm loop only requiring minimal POSIX compliance.
3713 - Safeguard from kb_t counter overflows on 32-bit platforms
3714
3715 Changes to squid-2.6.STABLE4 (23 Sep 2006)
3716
3717 - Bug #1736: Missing Italian translation of ERR_TOO_BIG error page
3718 - Windows port enhancement: added native exception handler with signal emulation
3719 - Fix the %un log_format tag again. Got broken in 2.6.STABLE2
3720 - Fix Squid crash when using %a in ERR_INVALID_REQ and ERR_INVALID_URL error messages.
3721 - Bug #212: variable %i always 0.0.0.0 in many error pages
3722 - Bug #1708: Ports in ACL accepts characters and out of range
3723 - Bug #1706: Squid time acl accepts invalid time range.
3724 - Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86
3725 - Fix an harmless snmp_core.c compiler warning on gcc 4.1.1 x86
3726 - Bug #1744: squid-2.6.STABLE3 - fakeauth_auth crashing on certain requests
3727 - Bug #1746: Harmless off by one overrun in ncsa_auth md5 password validation
3728 - Bug #1598: start_announce cannot be disabled
3729 - Periodically flush cache.log to disk when "buffered_logs on" is set
3730 - Numerous COSS improvements and fixes
3731 - Windows port: merge of MinGW support
3732 - Windows port: Merged Windows threads support into aufs
3733 - Bug #1759: Windows port cachemgr.cgi attempts to write to file system root directory
3734 - Numerous portability fixes
3735 - Various minor statistics cleanup on 64-bit hosts with more than 4GB of memory
3736 - Bug #1758: HEAD on ftp:// URLs always returned 200 OK.
3737 - Bug #1760: FTP related memory leak
3738 - Bug #1770: WCCP2 weighted assignment
3739 - Bug #1768: Redundant DNS PTR lookups
3740 - Bug #1696: Add support for wccpv2 mask assignment
3741 - Bug #1774: ncsa_auth support for cramfs timestamps
3742 - Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB
3743 - Bug #1725: cache_peer login=PASS documentation somewhat confusing
3744 - Bug #1590: Silence those ETag loop warnings
3745 - Bug #1740: Squid crashes on certain malformed HTTP responses
3746 - Bug #1699: assertion failed: authenticate.c:836: "auth_user_request != NULL"
3747 - Improve error reporting on unexpected CONNECT requests in accelerator mode
3748 - Cosmetic change to increase cache.log detail level on invalid requests
3749 - Bug #1229: http_port and other directives accept invalid ports
3750 - Reject http_port specifications using both transparent and accelerator options
3751 - Cosmetic cleanup to not dump stacktraces on configuration errors
3752
3753
3754 Changes to squid-2.6.STABLE3 (18 Aug 2006)
3755
3756 - Bug #1577: assertion failed "fm->max_n_files <= (1 << 24)" on
3757 very large cache_dir. Limit number of objects stored to slightly
3758 less to avoid this.
3759 - Bug #1705: Correct error message on invalid time weekday specification
3760 - Don't attempt to guess netmask in src/dst acl specifications
3761 if none was provided. Assume it's an IP even if it ends in 0
3762 - Bug #1665: log_format %ue, %us tags for external or ssl user id
3763 - Bug #1707: delay pools often ignored the set limit
3764 - Bug #1716: Support for recent OpenSSL 0.9.7 versions
3765 (0.9.8 always worked)
3766 - COSS fixes and performance improvements
3767 - Memory leak when reading configuration files with overlapping
3768 ACL data where squid -k parse complains.
3769 - Memory leak related to pinned connections
3770 - Show include acls unexpanded in cachemgr configuration dumps
3771 - Fixed WARNING defer handler for HTTP Socket does not call commDeferFD
3772 - Bug #1304: Downloads may hang when using the cache_dir max-size option
3773 - Optimization of network I/O
3774 - Bug #1730: make problem with --enable-follow-x-forwarded-for on Solaris
3775 - Fixed a memory leak on certain invalid requests
3776 - Bug #1733: ERR_CANNOT_FORWARD Portuguese translation update
3777 - Bug #582: ntlm fake_auth not handles non-ascii login names
3778 - New startup message indicating the type of event loop used
3779 - Bug #1602: TCP fallback on truncated DNS responses
3780 - Bug #1667: assertion failed: store.c:1081: "e->store_status == STORE_PENDING"
3781 - Bug #1723: cachemgr now works in accelerator mode
3782
3783 Changes to squid-2.6.STABLE2 (31 Jul 2006)
3784
3785 - WCCP2 doesn't update statCounter.syscalls.sock.sendtos counter.
3786 - Releasenotes Table of contents should use relative links without
3787 filename.
3788 - Reject HTTP/0.9 formatted CONNECT requests.
3789 - Cosmetic cleanup to use safe_free instead of xfree + manual
3790 assign to NULL
3791 - Bug #1650: transparent interception "Unable to forward this
3792 request at this time"
3793 - Bug #1658: Memory corruption when using client-side SSL certificates
3794 - Add storeRecycle; a storeIO method to delete a StoreEntry w/out
3795 deleting the underlying object.
3796 - Many COSS fixes and new coss data dumper utility for diagnostics
3797 - Bug #1669: SEGV in storeAddVaryReadOld
3798 - Many fixes in debug sections and spelling of debug messages
3799 - Don't keep client connection persistent if there was a mismatch in
3800 the response size.
3801 - Move eventCleanup debug messages to debug level 2 (was 0)
3802 - Add the missing concurrency parameters to basic and digest auth
3803 schemes
3804 - Bug #1670: assertion failure: i->prefix_size > 0 in client_side.c:2509
3805 - Log SSL user id in the custom log User name format (%un)
3806 - Bug #1653: Username info not logged into Cachemgr active_requests
3807 statistics
3808 - Added to the redirectors interface the support for SSL client
3809 certificate
3810 - squid.conf.default cleanup to remove references to old options
3811 - Fix many filedescriptors in combination with TPROXY
3812 - Fix connection pinning in transparently intercepted connections
3813 - Bug #1679: LDFLAGS not honored in some programs.
3814 - Minor cleanup of port numbers in transparent interception or
3815 vhost + vport
3816 - Bug #1671: transparent interception fails with FreeBSD ipfw or
3817 Linux-2.2 ipchains
3818 - Bug #1660: Accept-Encoding related memory corruption
3819 - Bug #1651: Odd results if url_rewriter defined multiple times
3820 - Bug #1655: Squid does not produce coredumps under linux when
3821 started as root
3822 - Bug #1673: cache digests not served to other caches
3823 - Cleanup of Linux capability code used by tproxy
3824 - Bug #1684: xstrdup: tried to dup a NULL pointer!
3825 - Bug #1668: unchecked vsnprintf() return code could lead to log
3826 corruption
3827 - Bug #1688: Assertion failure in HttpHeader.c in some header_access
3828 configurations
3829 - Cygwin support fir --disable-internal-dns
3830 - Silence those annoying sslReadServer: Connection reset by peer
3831 errors.
3832 - Bug #1693: persistent connections broken in transparent
3833 interception mode
3834 - Bug #1691: multicast peering issues
3835 - Bug #1696: Correct WCCP2 processing of router capability info
3836 segments
3837 - Bug #1694: Assertion failure in mgr:config if using
3838 access_log_format %<h
3839 - Bug #1677: Duplicate etags in the If-None-Match header
3840 - Bug #1665: access_log_format codes for login names from external
3841 acl or ssl
3842 - Bug #1681: All ntlmauthenticator processes are busy
3843 - Added ARP acl support for OpenBSD and ARP fixes for Windows
3844 - Bug #1700: WCCP fails on FreeBSD (Unable to disconnect WCCP out
3845 socket)
3846 - WCCP2 correct dampening of assign buckets when there it lots of
3847 changes
3848 - minimum_expiry_time to tune the magic 60 seconds limit of what
3849 is considered cachable when the object doesn't have any cache
3850 validators.
3851 - Bug #1703: wrong path to diskd helper corrected, and config
3852 parser extended to trap incorrect paths early
3853 - Bug #1703: COSS failed to initialize async-io threads
3854 - Bug #1703: should abort if diskd helper exits unexpectedly
3855 - Bug #1702: Warn if acl name is too long
3856 - Bug #1685: Crashes or other odd results after storeSwapMetaUnpack: errors
3857 - wccp2_rebuild_wait directive to delay registering with WCCP until the
3858 - Bug #1662: Infinite loop in external acl with grace period if the
3859 same http_access line had multiple external acls
3860
3861 Changes to squid-2.6.STABLE1 (1 Jul 2006)
3862
3863 - New --enable-default-hostsfile configure option
3864 - Added username info to active_requests cachemgr stats
3865 - Modified squid MIB to incorporate squid.conf visible_hostname
3866 - Added multi-line capability in squid.conf
3867 - Added new httpd_suppress_version_string configuration directive
3868 - WCCPv2 support
3869 - Negotiate authentication scheme support
3870 - NTLM authentication scheme rewritten
3871 - Customizable access log formats
3872 - Selective access logging
3873 - Access logging via syslog
3874 - Reverse proxy enhancements, with new cache_peer based forwarding
3875 model.
3876 - LDAP based Digest helper (Note: not true LDAP integration, just using
3877 LDAP for storage of the Digest hashes)
3878 - Improved helper communication protocol
3879 - External ACL improvements. %PATH, log=, grace=, and more..
3880 - Improved SSL support with hardware offload, client certificate
3881 support (primitive), chained certificates and numerous bug fixes
3882 - DNS lookups now use the search path from /etc/resolv.conf or
3883 the Windows registry
3884 - Linux epoll support
3885 - collapsed forwarding to optimize reverse proxies or other
3886 setups having very many clients going to the same URL
3887 - New improved COSS implementation
3888 - Optional support for blank passwords
3889 - The old and obsolete Samba-2.2.X winbind helpers have been removed
3890 - external acls now uses the simplified URL-escaped protol "3.0" by
3891 default.
3892 - Linux TPROXY support
3893 - Support for proxying of Microsoft Integrated Login by adding
3894 support for the deviations from the HTTP protocol required
3895 to support these authentication mechanisms
3896 - Added the capability to run as a Windows service under Cygwin
3897 - CARP now plays well with the other peering algorithms
3898 - read_ahead_gap option to read ahead more than 16KB of the reply
3899 - check_hostnames and allow_underscore squid.conf options
3900 - http_port is now optional, allowing for SSL only operation
3901 - Full ETag/Vary support, caching responses which varies with
3902 request details (browser, language etc).
3903 - umask now defaults to 027 to protect the content of cache and
3904 log files from local users
3905 - HTCP support for access control and the CRL operation for
3906 purgeing of cache content
3907 - Optionally follow X-Forwarded-For headers to determine the original
3908 client IP behind sedond level proxies
3909 - FreeBSD kqueue support
3910
3911 Changes to squid-2.5.STABLE14 (20 May 2006)
3912 - [Minor] icons not displayed when visible_hostname is a
3913 short hostname (without domain). (Bug #1532)
3914 - [Medium] Memleak in HTCP client code (default disabled)
3915 (Bug #1553)
3916 - [Major] memory leak in ident processing (Bug #1557)
3917 - [Medium] Memory leak in header processing related to external_acl
3918 header detail format tag (Bug #1564)
3919
3920 Changes to squid-2.5.STABLE13 (12 Mar 2006)
3921 - [Minor] Fails to compile on Solaris and some other platforms
3922 with undefined reference to setenv (Bug #1435)
3923 - [Cosmetic] Added WebDAV REPORT method to know HTTP methods list
3924 - [Minor] Squid ntlm_auth (not the Samba provided one) giving
3925 odd results if --enable-ntlm-fail-open is used (Bug #1022)
3926 - [Minor] wbinfo_group.pl doesn't work with Samba 3.0.21 and later
3927 (Bug #1472)
3928 - [Minor] Squid crash when asyncio function counters url accessed
3929 from Cachemgr CGI (Bug #1464)
3930 - [Cosmetic] Linux compile warning about prctl called with too few
3931 arguments (Bug #1483)
3932 - [Minor] Wrong timezone declaration for 64 bit Irix (Bug #1479)
3933 - [Minor] Some 206 responses logged incorrectly (Bug #1511)
3934 - [Minor] Issues in processing ranges on objects >2GB (Bug #437)
3935 - [Cosmetic] Segmentation fault on empty proxy_auth ACLs (Bug #1414)
3936 - [Minor] Ident access lists don't work in delay_access statements
3937 (Bug #1428)
3938 - [Minor] Some clients support NTLM even if not initially negotiating
3939 persistent connections (Bug #1447)
3940 - [Medium] 504 Gateway Time-out on FTP uploads (Bug #1459)
3941 - [Medium] delay pools given too much bandwidht after "-k reconfigure"
3942 (Bug #1481)
3943 - [Cosmetic] New persistent_connection_after_error configuration
3944 directive (Bug #1482)
3945 - [Cosmetic] Hangs at 100% CPU if /dev/null is not accessible (Bug
3946 #1484)
3947 - [Minor] Fails to compile on Fedora Core 5 test 2 x86_64 (Bug #1492)
3948 - [Cosmetic] Typo in ftp.c (Bug #1507)
3949 - [Cosmetic] Error in FTP listings of files with -> in their name
3950 (Bug #1508)
3951 - [Cosmetic] With Squid-2.5 there is no more the DUPLICATE IP logging
3952 in cache.log (Bug #779)
3953 - [Minor] Fails to process long host names (Bug #1434)
3954 - [Cosmetic] Azerbaijani errors translation (Bug #1454)
3955 - [Cosmetic] misleading error message message for bad/unresolveable
3956 cache_peer name (Bug #1504)
3957 - [Cosmetic] confusing statistics on stateful helpers (NTLM auth)
3958 (Bug #1506)
3959 - [Major] connstate memory leak (Bug #1522)
3960
3961 Changes to squid-2.5.STABLE12 (22 Oct 2005)
3962
3963 - [Major] Error introduced in 2.5.STABLE11 causing truncated responses
3964 when using delay pools (Bug #1405)
3965 - [Cosmetic] Document that tcp_outgoing_* works badly in combination
3966 with server_persistent_connections (Bug #454)
3967 - [Cosmetic] Add additinal tracing to squid_ldap_auth making
3968 diagnostics easier on squid_ldap_auth configuration errors
3969 (Bug #1395)
3970 - [Minor] $HOME not set when started as root (Bug #1401)
3971 - [Minor] httpd_accel_single_host breaks in combination with
3972 server_persistent_connections (Bug #1402)
3973 - [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
3974 implemented, effectively ignored. (Bug #1403)
3975 - [Minor] CNAME based DNS addresses could get cached for longer
3976 than intended (Bug #1404)
3977 - [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
3978 in transparently intercepting proxies (Bug #1410).
3979 - [Minor] Cache revalidations on HEAD requests causing poor cache
3980 hit ratio (Bug #1411).
3981 - [Minor] Not possible to send 302 redirects via a redirector in
3982 response to CONNECT requests (bug #1412)
3983 - [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
3984 #1419)
3985 - [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
3986 - [Minor] Delay pools class 3 fails on clients in network 255
3987 (Bug #1431)
3988
3989 Changes to squid-2.5.STABLE11 (22 Sep 2005)
3990
3991 - [Minor] Workaround for servers sending double content-length headers
3992 (Bug #1305)
3993 - [Cosmetic] Updated Spanish error messages by Nicolas Ruiz
3994 - [Cosmetic] Date header corrected on internal objects (icons etc)
3995 (Bug #1275)
3996 - [Minor] squid -k fails in combination with chroot after patch for
3997 bug 1157 (Bug #1307)
3998 - [Cosmetic] Segmentation fault if compiled with
3999 --enable-ipf-transparent but denied access to the NAT device.
4000 (Bug #1313)
4001 - [Minor] httpd_accel_signle_host incompatible with redireection
4002 (Bug #1314)
4003 - [Minor] squid -k reconfigure internal corruption if the type of
4004 a cache_dir is changed (Bug #1308)
4005 - [Minor] SNMP GETNEXT fails if the given OID is outside the Squid MIB
4006 (Bug #1317)
4007 - [Minor] Title in FTP listings somewhat messed up after previous
4008 patch for bug 1220 (Bug #1220)
4009 - [Minor] FTP listings uses "BASE HREF" much more than it needs to,
4010 confusing authentication. (Bug #1204)
4011 - [Minor] winfo_group.pl only looked for the first group if multiple
4012 groups were defined in the same acl. (Bug #1333)
4013 - [Cosmetic] Compiler warnings on some 64-bit platforms (Bug #1316)
4014 - [Cosmetic] Removed some debug output from wb_ntlm_atuh (Bug #518)
4015 - [Cosmetic] The new --with-build-environment=... option doesn't work
4016 - [Cosmetic] New 'mail_program' configuration option in squid.conf
4017 - [Minor] Fails to compile with ip-filter and ARP support on Solaris
4018 x86 (Bug #199)
4019 - [Major] Segmentation fault in sslConnectTimeout (Bug #1355)
4020 - [Medium] assertion failed in StatHist.c:93 (Bug #1325)
4021 - [Minor] More chroot_dir and squid -k reconfigure issues (Bug #1331)
4022 - [Cosmetic] Invalid URLs in error messages when failing to connect
4023 to peer, and a few other inconsistent error messages (Bug #1342)
4024 - [Cosmetic] Fails to compile with glibc -D_FORTIFY_SOURCE=2
4025 (Bug #1344)
4026 - [Minor] Some odd FTP servers respond with 250 where 226 is expected
4027 (Bug #1348)
4028 - [Cosmetic] Greek translation of error messages (Bug #1351)
4029 - [Major] Assertion failed store_status == STORE_PENDING (Bug #1368)
4030 - [Minor] squid_ldap_auth -U does not work (Bug #1370)
4031 - [Minor] SNMP cacheClientTable fails on "long" IP addresses
4032 (Bug #1375)
4033 - [Minor] Solaris Sparc + IP-Filter compile error (Bug #1374)
4034 - [Minor] E-mail sent when cache dies is blocked from many antispam
4035 rules (Bug #1380)
4036 - [Minor] LDAP helpers does not work with TLS (-Z option) (Bug #1389)
4037 - [Cosmetic] Incorrect store dir selection debug message on objects
4038 larger than 2Gigabyte (Bug #1343)
4039 - [Cosmetic] header_id enum misused as an signed integer (Bug #1343)
4040 - [Cosmetic] Allow leaving core dumps when started as root (Bug #1335)
4041 - [Medium] Clients could bypass delay_pool settings by faking a cache
4042 hit request (Bug #500)
4043 - [Minor] IP-Filter 4.X support (Bug #1378)
4044 - [Medium] Odd results on pipelined CONNECT requests
4045 - [Major] Squid crashing with "FATAL: Incorrect scheme in auth header"
4046 when using NTLM authentication.
4047 - [Cosmetic] Odd results when pipeline_prefetch is combined with NTLM
4048 authentication (bug #1396)
4049 - [Minor] invalid host was processed as IP 255.255.255.255 in dst acl
4050 (Bug #1394)
4051 - [Cosmetic] New --with-maxfd=N configure option to override build
4052 time filedescriptor limit test
4053 - [Minor] Added support for Windows code name "Longhorn" on Cygwin.
4054
4055 Changes to squid-2.5.STABLE10 (17 May 2005)
4056
4057 - [Minor Security] Fix race condition in relation to old Netscape
4058 Set-Cookie specifications
4059 - [Minor] Fails to parse D.J. Bernstein's FTP EPLF ftp listing
4060 format and PASV resposes (Bug #1252)
4061 - [Medium] BASE HREF missing on ftp directory URLs without /
4062 (Bug #1253)
4063 - [Minor security] confusing http_access results on configuration
4064 error (Bug #1255)
4065 - [Cosmetic] More robust Date parser (Bug #321)
4066 - [Minor] reload_with_ims fails to refresh negatively cached objects
4067 (Bug #1159)
4068 - [Cosmetic] delay_access description clarification (Bug #1245)
4069 - [Cosmetic] Check for integer overflow in size specifications in
4070 squid.conf (Bug #1247)
4071 - [Cosmetic] bzero is a non-standard function not available on all
4072 platforms (Bug #1256)
4073 - [Cosmetic] Compiler warnings if pid_t is not an int (Bug #1257)
4074 - [Cosmetic] Incorrect use of ctype functions (Bug #1259)
4075 - [Cosmetic] Defer digest fetch if the peer is not allowed to be used
4076 (Bug #1261)
4077 - [Minor] Duplicate content-length headers logged incorrectly or
4078 not cleaned up properly (Bug #1262)
4079 - [Cosmetic] Extend relaxed_header_parser to work around "excess
4080 data from" errors from many major web servers. (Bug #1265)
4081 - [Minor] Add HTTP headers to a netdb error messages
4082 - [Minor] Multiple minor aufs issues (Bug #671)
4083 - [Minor] Basic authentication fails with very long logins or
4084 password (Bug #1171)
4085 - [Minor] CONNECT requests truncated if client side disconnects first
4086 (Bug #1269)
4087 - [Minor] --disable-hostname-checks configure option did not work
4088 - [Cosmetic] LDAP helpers adjusted to compile with SUN LDAP SDK
4089 - [Cosmetic] aufs warning about open event filedescriptors on shutdown
4090 - [Medium] Failed to process requests for files larger than 2GB in size
4091 - [Cosmetic] rename() related cleanup
4092 - [Cosmetic] New cachemgr pending_objects and client_objects actions
4093 - [Cosmetic] external acls requiring authentication did not request
4094 new credentials on access denials like proxy_auth does.
4095 - [Cosmetic] Syslog facility now configurable via command line options.
4096 - [Cosmetic] New %a error page template code expanding into the
4097 authenticated user name. (Bug #798)
4098 - [Minor] IP-Filter 4.0 support in --enable-ipf-transparent
4099 - [Minor] Support interception of multiple ports
4100 - [Cosmetic] Allow "squid -k ..." to run even if the local hostname
4101 can not be determined (Bug #1196)
4102 - [Cosmetic] Configuration file parser now handles DOS/Windows formatted
4103 configuration files with CRLF lineendings proper.
4104 - [Minor] Unrecognized Cache-Control directives now forwarded properly
4105 (Bug #414)
4106 - [Minor] Authentication helpers now returns useable information
4107 in the %m error page macro on failed authentication (Bug #1223)
4108 - [Minor] pid file management corrected in chroot use (Bug #1157)
4109 - [Minor Security] Fix for CVE-1999-0710: cachemgr malicouse use.
4110 cachemgr.cgi now reads a config file telling which proxy servers
4111 it can administer.
4112 - [Minor] aufs statistics improvements
4113 - [Minor] SNMP bugfixes and support for SNMPv2(c) (Bug #1288, #1299)
4114 - [Minor] ARP acl documentation and cachemgr config dump corrections
4115 - [Minor] dstdomain/dstdom_regex acls now allow matching of numeric
4116 hostnames in addition to the reverse lookup of the domain name.
4117 - [Security] Internal DNS client hardened against spoofing
4118
4119 Changes to squid-2.5.STABLE9 (24 Feb 2005)
4120
4121 - [Medium] Don't retry requests on 403 errors (Bug #1210)
4122 - [Minor] Ignore invalid FQDN DNS responses (Bug #1222)
4123 - [Minor] cache_peer related memory leaks on reconfigure (Bug #1246)
4124 - [Cosmetic] Adjusted to build cleanly with GCC-4 (Bug #1211)
4125 - [Minor] relaxed_header_parser extended to work around even more
4126 broken web servers (Bug #1242)
4127 - [Minor] FTP gatewaying URLs cleaned up slightly, mainly to work
4128 better with Mozilla but also to improve security slightly on
4129 non-anonymous FTP.
4130 - [Minor] High characters allowed un-encoded in FTP and Gopher
4131 listings to allow the user-agent to display data in non-iso8859-1
4132 charsets. (Bug #1220)
4133 - [Cosmetic] format fixes to silence compiler warnings on many
4134 platforms.
4135 - [Major] Assertion failures on certain odd DNS responses (Bug #1234)
4136
4137 Changes to squid-2.5.STABLE8 (11 Feb 2005)
4138
4139 - [Minor] 100% CPU usage on half-closed PUT/POST requests (Bug #354,
4140 #1096)
4141 - [Cosmetic] Document -v (protocol version) option to LDAP helpers
4142 - [Minor] The new req_header and resp_header acls segfaults
4143 immediately on parse of squid.conf (Bug #961)
4144 - [Minor] Failure to shut down busy helpers on -k rotate/reconfigure
4145 (Bug #1118)
4146 - [Minor] Don't use O_NONBLOCK on disk files. (Bug #1102)
4147 - [Minor] Squid fails to close TCP connection after blank HTTP
4148 response (Bug #1116)
4149 - [Minor security] Random error messages in response to malformed
4150 host name (Bug #1143)
4151 - [Minor] PURGE should not be able to delete internal objects
4152 (Bug #1112)
4153 - [Minor] httpd_accel_port 0 (virtual) not working correctly (Bug
4154 #1121)
4155 - [Minor] cachemgr vm_objects segfault (Bug #1149)
4156 - [Minor security] Confusing results on empty acl declarations (Bug
4157 #1166)
4158 - [Minor] Don't close all "other" filedescriptors on startup (Bug
4159 #1177)
4160 - [Minor] fakeauth_auth memory leak and NULL pointer access (Bug
4161 #1183)
4162 - [Security] buffer overflow bug in gopherToHTML() (Bug #1189)
4163 - [Medium security] Denial of service with forged WCCP messages
4164 (Bug #1190)
4165 - [Minor] DNS related memory leak on certain malformed DNS responses
4166 (Bug #1197)
4167 - [Minor] Internal DNS sometimes truncates host names in reverse
4168 (PTR) lookups (Bug #1136)
4169 - [Minor Security] Add sanity checks on LDAP user names (Bug #1187)
4170 - [Security] Harden Squid against HTTP request smuggling attacks
4171 - [Minor] Icon URLs fails in non-anonymous FTP directory listings is
4172 short_icon_urls is on (Bug #1203)
4173 - [Security] Harden Squid against HTTP response splitting attacks
4174 (Bug #1200)
4175 - [Medium security] Buffer overflow in WCCP recvfrom() call
4176 (Bug #1217)
4177 - [Security] Properly handle oversized reply headers (Bug #1216)
4178 - [Minor] LDAP helpers search fixed to properly ask for no attributes
4179 - [Minor] A sporadic segmentation fault when using ntlm authentication
4180 fixed (Bug #1127)
4181 - [Major] Segmentation fault on failed PUT/POST requests (Bug #1224)
4182 - [Medium] Persistent connection mismatch on failed PUT/POST request
4183 (Bug #1122)
4184 - [Minor] WCCP easily disturbed by forged packets (Bug #1225)
4185 - [Minor] Password management in ftp:// gatewaying improved (Bug #1226)
4186 - [Major] HTTP reply data corruption in certain situations involving
4187 reply headers split over multiple packets (Bug #1233)
4188
4189 Changes to squid-2.5.STABLE7 (11 Oct 2004)
4190
4191 - [Medium] No objects cached in ufs cache_dir type in some
4192 configurations. Issue introduced in 2.5.STABLE6 by the patch for
4193 Bug #676. (Bug #1011)
4194 - [Minor] LDAP helpers update to correct LDAP connection management
4195 and add support for literal password compare instead of binding
4196 - [Minor] A large number of queued DNS lookups for the same domain
4197 (Bug #852)
4198 - [Cosmetic] request_header_max_size configuration partly ignored
4199 (Bug #899)
4200 - [Minor] Partial hit results in TCP_HIT, not TCP_MISS. (Bug #1001)
4201 - [Cosmetic] HEAD requests may return stale information
4202 (Bug #1012)
4203 - [Cosmetic] Warn if cache_dir ufs can not create files. (Bug #918)
4204 - [Minor] case insensitive authentication (Bug #431)
4205 - [Cosmetic] Add delay pools information to active_requests. (Bug
4206 #882)
4207 - [Minor] Apparent memory leak in client_db (Bug #833)
4208 - [Minor] NTLM authentication truncated causing failures. (Bug
4209 #1016)
4210 - [Cosmetic] Grammatical corrections in squid.conf.default
4211 - [Cosmetic] Unknown %X errorpage codes incorrectly quoted. (Bug
4212 #1030)
4213 - [Medium] Segfaults and other strange crashes when using heap
4214 policies. (Bug #1009)
4215 - [Minor] Supplementary group memberships not set (Bug #1021)
4216 - [Cosmetic] ERR_TOO_BIG Portuguese translation
4217 - [Minor] external_acl does not handle newlines (Bug #1038)
4218 - [Major] NTLM authentication denial of service when using msnt_auth
4219 or fake_auth (Bug #1045)
4220 - [Medium] Memory leaks when using NTLM authentication without
4221 challenge reuse. (Bug #994)
4222 - [Minor] Temporary NTLM memory leak with challenge reuse enabled
4223 (Bug #910)
4224 - [Minor] assertion failed: "n_ufs_dirs <=
4225 Config.cacheSwap.n_configured". (Bug #1053)
4226 - [Minor] Segfault in authenticateDigestHandleReply. (Bug #1031)
4227 - [Minor] acl time fails to parse multiple time specifications
4228 (Bug #1060)
4229 - [Minor] cachemgr config dumps mixed up Range and Request-Range
4230 headers in http_header_access & replace directives. (Bug #1056)
4231 - [Minor] Content-Disposition added as a well known header (Bug #961)
4232 - [Cosmetic] Don't warn about arp acls not being supported on FreeBSD
4233 (Bug #1074)
4234 - [Cosmetic] Limit internal send/receive buffer sizes (Bug #1075)
4235 - [Medium] New acl types to match arbitrary HTTP headers. In addition
4236 the http_header_access & replace directives now support arbitrary
4237 headers and not only the well known ones. (Bug #961)
4238 - [Cosmetic] ncsa_auth now accepts Window formatted password files
4239 (Bug #1078)
4240 - [Cosmetic] Support the --program-prefix/suffix options or other
4241 configure program name transforms (Bug #1019)
4242 - [Minor] Fix race condition in CONNECT and also handle aborts of
4243 CONNECT requests in a more graceful manner. (Bug #859)
4244 - [Minor] New balance_on_multiple_ip directive to work around certain
4245 broken load balancers and optimized ipcache on reload requests
4246 (Bug #1058)
4247 - [Medium] New reply_header_max_size directive
4248 (Bug #874)
4249 - [Minor] Suspected instability on aborted PUT/POST requests
4250 (Bug #1089)
4251 - [Security] SNMP Denial of Service fix (CAN-2004-0918)
4252
4253 Changes to squid-2.5.STABLE6 (9 Jul 2004)
4254
4255 - Bug #937: NTLM assertion error "srv->flags.reserved"
4256 - Bug #935: squid_ldap_auth can be confused by the use of reserved
4257 characters
4258 - Helper queue warnings imprecise on the number of helpers required
4259 - squid_ldap_auth TLS mode works correctly again
4260 - Bug #940, #305: pkg-config support for finding correct OpenSSL
4261 compile flags
4262 - Bug #426: "Vary: *" is ignored
4263 - 100% CPU usage on Linux-2.2
4264 - Version number should not include -CVS if autoconf is run
4265 - Bug #947: deny_info redirection with requested URL escaped wrongly
4266 - Bug #495: CONNECT timeout should produce a 504 or 503
4267 - Bug #956: cache_swap_log documentation referred to swap.state by
4268 it's old swap.log name
4269 - ntlm/auth_ntlm.c(683): warning #187: use of "=" where "==" may
4270 have been intended
4271 - Bug #962: rfc1035NameUnpack: Assertion (*off) < sz failed
4272 - Bug #954: Segment violation when using a blank user name in digest
4273 authentication
4274 - Bug #943: assertion failed: errorpage.c:292: "mem->inmem_hi == 0"
4275 - Spelling corrections in configure and squid.conf.default
4276 - The meaning of ERR in digest helper protocol clarified in the
4277 squid.conf documentation
4278 - Bug #950: Spelling error in Turkish ERR_DNS_FAIL
4279 - Bug #616: Negative cached 404 replies with VARY header never matched
4280 - Bug #968: range_offset_limit -1 KB rejected as invalid syntax
4281 due to a shortcoming in the fix to bug #817
4282 - Bug #570: Very large cache_mem values reported wrongly in cache.log
4283 - Bug #676: store_dir_select_algorithm least-load doesn't work for
4284 ufs cache_dir type
4285 - Bug #946: cacheCurrentUnlinkRequests should be a counter, not gauge
4286 - Bug #948: Show client ip in cache.log debug output
4287 - Bug #960: compilation issue on OpenBSD/m88k
4288 - Bug #969: FTP directory listing HTML DOCTYPE misread by some tools
4289 - Bug #991: dns_servers should default to localhost if no resolv.conf
4290 - Bug #717: msnt_auth documentation update
4291 - Bug #753: Segfault in memBufVPrintf on certain architectures
4292 requiring va_copy
4293 - Bug #941: Negative size in access.log on long running CONNECT
4294 requests
4295 - Bug #972: Segmentation fault after "Likely proxy abuse detected"
4296 - Bug #981: sasl_auth updated to work with SALS2
4297 - Overflow bug in Squid's ntlm_auth helper used for transparent NTLM
4298 authentication to a NT domain without using Samba.
4299
4300 Changes to squid-2.5.STABLE5 (1 Mar 2004):
4301
4302 - cache.log message on "squid -k reconfigure" was slightly confusing,
4303 claiming Squid restarted when it just reread the configuration.
4304 - Bug #787: digest auth never detects password changes
4305 - Bug #789: login with space confuses redirector helpers
4306 - Bug #791: FQDNcache discards negative responses when using
4307 internal DNS
4308 - pam_auth fails on Solaris when using pam_authtok_get. Persistent
4309 PAM connections are unsafe and now disabled by default.
4310 - auth_param documentation clarifications and added default realm
4311 values making only the helper program a required attribute
4312 - Bug #795: German ERR_DNS_FAIL correction
4313 - Bug #803: Lithuanian error messages update
4314 - Bug #806: Segfault if failing to load error page
4315 - Bug #812: Mozilla/Netscape plugins mime type defined (.xpi)
4316 - Bug #817: maximum_object_size too large causes squid not to cache
4317 - Bug #824: 100% CPU loop if external_acl combined with separate
4318 authentication acl in the same http_access line
4319 - squid_ldap_group updated to version 2.12 with support for ldaps://
4320 (LDAPv2 over SSL) and a numer of other improvements.
4321 - Bug #799: positive_dns_ttl ignored when using internal DNS.
4322 - Bug #690: Incorrect html on empty Gopher responses
4323 - Bug #729: --enable-arp-acl may give warning about net/route.h
4324 - Bug #14: attempts to establish connection may look like syn flood
4325 attack if the contacted server is refusing connections
4326 - errorpage README files included in the distribution again showing
4327 who contributed which translation
4328 - Bug #848: connect_timeout connect_timeout ends up twice the length.
4329 forward_timeout option added to address this.
4330 - Bug #849: DNS log error messages should report the failed query
4331 - Bug #851: DNS retransmits too often
4332 - Bug #862: Very frequently repeated POST requests may cause a
4333 filedescriptor shortage due to persitent connections building up
4334 - Bug #853: Sporatic segmentation faults on aborted FTP PUT requests
4335 - Bug #571: Need to limit use of persistent connections when
4336 filedescriptor usage is high
4337 - Bug #856: FTP/Gopher Icon URLs are unneededly complex and often
4338 does not work properly
4339 - Bug #860: redirector_access does not handle "slow" acls such as
4340 "dst" or "external" requiring a external lookup.
4341 - Bug #865: Persistent connection usage too high after sudden burst
4342 of traffic.
4343 - Bug #867: cache_peer max-conn=.. option does not work
4344 - Bug #868: refuses to start if pid_filename none is specified
4345 - Bug #887: LDAP helper -Z (TLS) option does not work
4346 - Bug #877: Squid doesn't follow telnet protocol on FTP control
4347 connections
4348 - Bug #908: Random auth popups and account lockouts when using ntlm
4349 - Support for NTLM_NEGOTIATE exchanges with ntlm helpers
4350 - Bug #585: cache_peer_access fails with NTLM authentication
4351 - Bug #592: always/never_direct fails with NTLM authentication
4352 - wbinfo_group update for Samba-3
4353 - Bug #892: helpers/ntlm_auth/SMB/ fails to compile on FreeBSD 5.0
4354 - Bug #924: miss_access restricts internal and cachemgr requests
4355 even if these are local
4356 - Bug #925: auth headers send by squidclient are mildly malformed
4357 - Bug #922: miss_access and delay_access and several other
4358 authentication related bug fixes.
4359 - Bug #909: Added ARP acl support for FreeBSD
4360 - Bug #926: deny_info with http_reply_access or miss_access
4361 - Bug #872: reply_body_max_size problems when using NTLM auth
4362 - Bug #825: random segmentation faults when using digest auth
4363 - Bug #910: Partial fix for temporary memory leaks when using NTLM
4364 auth. There is still problems if challenge reuse is enabled.
4365 - ftp://anonymous@host/ now accepted without requiring a password
4366 - Bug #594: several mime type updates (ftp:// related)
4367 - url_regex enhanced to allow matching of %00
4368
4369 Changes to squid-2.5.STABLE4 (15 Sep 2003):
4370
4371 - Lithuanian error messages added to the distribution
4372 - Bug #660: segfauld if more than one custom deny_info line
4373 - cache_dir disd documentation cleanup
4374 - check open of /dev/null to avoid 100% CPU loop in badly
4375 configured chroot environments
4376 - documentation update on uri_whitespace to refer to the correct RFC
4377 - Bug #655: icmpRecv: recv: (11) Resource temporarily unavailable
4378 - Bug #683: external_acl does not wait for ident lookups to complete
4379 - aufs: Fix a minor use-after-free problem which could cause the
4380 count of opening filedescriptors to grow larger than it should
4381 - Syntax changes to make GCC-3.3 accept Squid without complaints
4382 - Warning if CARP server defined in incorrect load factor order
4383 - neighbor_type_domain documentation update
4384 - http_header_access now works when using cache peers
4385 - high_memory_warning now uses sbrk as fallback mechanism on
4386 platforms where neither mallinfo or mstats are available.
4387 - hosts_file now handles comments at the end of lines correcly
4388 - storeCheckCachable() Stats corrected for release_request and
4389 wrong_content_length.
4390 - cachePeerPingsSent MIB type corrected
4391 - unused minimum_retry_timeout directive removed
4392 - Bug #702: ERR_TO_BIG spanish translation
4393 - Bug #705: Memory leak on deny_info TCP_RESET
4394 - Code cleanup to fix compile error in httpHeaderDelById
4395 - Bug #699: Host header now forwarded exactly where it was in the
4396 original request to work around certain broken firewalls or
4397 load balancers which fail if this header is too far into the
4398 request headers.
4399 - Bug #704: Memory leak on reply_body_max_size
4400 - Bug #686: requests denied due to http_reply_access are now
4401 logged with TCP_DENIED (instead of TCP_MISS, etc).
4402 - Bug #708: ie_refresh now sends no-cache to have the reload
4403 request propagate properly in cache meshes
4404 - Bug #700: Crashes related to ftpTimeout: timeout in SENT_PASV state
4405 - Bug #709: cbdata.c:186: "c->valid" assertion due to peer
4406 digest not found
4407 - Bug #710: round-robin cache_dir selection incorrectly
4408 compares max-size.
4409 - Statistics corrections in HTTP header statitics
4410 - QUICKSTART cleanups
4411 - Bug #715: statCounter.syscalls.disk counters treated
4412 inconsistently. Now increment the counters in AUFS
4413 functions and for unlinkd.
4414 - Improvements to the (experimental) COSS storage scheme.
4415 - Bug #721: User name field in access.log sometimes blank
4416 - Bug #94: assertion failed: http.c: "-1 == cfd ||
4417 FD_SOCKET == fd_table[cfd].type"
4418 - Bug #716: assertion failed: client_side.c:1478: "size > 0"
4419 - Bug #732: aufs calculates number of threads and limits wrongly
4420 - Bug #663: Username not logged into access.log in case of /407
4421 - Bug #267: Form POSTing troubles with NTLM authentication
4422 and occationally in differen other error conditions.
4423 - Bug #736: ICP dynamic timeout algorithm ignores multicast.
4424 - Bug #733: No explicit error message when ncsa_auth can't access
4425 passwd file
4426 - Bug #267, #757: POST with NTLM stops after persistent connection
4427 timeout
4428 - Bug #742: Wrong status code on access denials if delay_access
4429 is used. Most notably 407 instead of 403 could be returned.
4430 - Bug #763: segfault if using ntlm in http_reply_access
4431 - Bug #638: assertion error if using proxy_auth in delay_access
4432 - Bug #756: segmentation fault if using ntlm proxy_auth in delay_access
4433 - The issue of reply_body_max_size limiting the size of error
4434 messages no longer applies.
4435 - external_acl_type concurrency= option renamed to children= to
4436 prepare for Squid-3 upgrades. Old syntax still accepted for the
4437 duration of the Squid-2.5 release.
4438 - number of filedescriptors rounded down to an even multiple of 64
4439 to work around issues in certain libc implementations.
4440 - winbind helpers less noisy in cache.log on restarts/shutdown.
4441 - Squid now automatically restarts helpers if too many of them
4442 have crashed.
4443
4444 Changes to squid-2.5.STABLE3 (25 May 2003):
4445
4446 - Bug #573: Occational false negatives in external acl lookups
4447 - Bug #577: assertion failed: cbdata.c:224: "c->y == c" when
4448 external_acl helpers crashes
4449 - Bug #590: Squid may hang or behave oddly on shutdown while
4450 requests is being processed.
4451 - Bug #590: external acl lookups does not deal well with queue
4452 overload
4453 - cache_effective_user documentation update
4454 - cache_peer documentation update for htcp and carp
4455 - Bug #600: The example header_access paranoid setting is
4456 missing WWW-Authenticate
4457 - Bug #605: Segmentation fault in idnsGrokReply() on certain
4458 platforms
4459 - Fixes to build properly on AIX 5
4460 - Bug #574: wb_group updated to version 1.1 to make group names
4461 case insensitive and correct a segfault issue in the helper
4462 - SNMP mib updates to make cacheNumObjCount,
4463 cacheCurrentUnlinkRequests, cacheCurrentSwapSize and cacheClients
4464 correctly report as gauges (was reporting as counters).
4465 - Woraround for --enable-ssl Kerberos issue on RedHat 9
4466 - Bug #579: Close and repopen log files on "squid -k reconfigure"
4467 - Bug #598: squid_ldap_auth could segfault if LDAP server is
4468 unavailable
4469 - Bug #609,#612: msntauth helper fixes in dealing with large
4470 or non-existing allow/deny user files.
4471 - Bug #620: acl ident REQUIRED matches even if the ident lookup fails
4472 - Bug #432: reply_body_max_size fails with ident or proxy_auth acls
4473 and also fails to block large objects where the content-length
4474 is not known
4475 - Bug #606: Basic auth looping and gets stuck at high CPU usage when
4476 multiple proxy_auth ACLs combined in one line and login fails.
4477 - squid_ldap_auth updated with support for TLS and SSL
4478 - Bug #623: segfault if using negated external acls in certain
4479 configurations involving other acls later on the same http_access
4480 line.
4481 - Bug #622: wb_group helper update to version 1.2 to ass support for
4482 Domain-Qualified groups refering to groups in a specific domain
4483 - Bug #596: logic error in poll() error management
4484 - Bug #597: logic errors in error management
4485 - Bug #591: segmentation fault in authentication on "squid -k debug"
4486 - Bug #587: smb_auth fails on complex logins involving domain names
4487 or other odd characters
4488 - Bug #558, #587: smb_auth.pl fails on complex logins involving
4489 domain names or other odd characters
4490 - Bug #643: external_acl fails with ttl=0 due to a change introduced
4491 by the patch for Bug #553 in 2.5.STABLE2.
4492 - Bug #630: minor issues in digest authantication causing random
4493 authentication failures and incompability with many mainstream
4494 browser digest implementations due to browser qop bugs. To deal
4495 with those broken browser nonce_stricness now defaults to off,
4496 and two new digest options have been added (check_nonce_count
4497 and post_workaround) to allow workarounds to other quite bad
4498 browser bugs if needed.
4499 - Bug #644: digest authentication fails on requests with one
4500 or more comma in the requested URL
4501 - Bug #648: deny_info TCP_RESET not working. The fix for this also
4502 adds the ability to send redirects.
4503
4504 Changes to squid-2.5.STABLE2 (Mars 17, 2003):
4505
4506 - Contrib files added back to the distribution
4507 - Several compiler warnings fixed when using --disable-ident or
4508 --disable-http-violations
4509 - authentication can now be used in most access controls, but
4510 must in most cases first be enforced in http_access to force
4511 the user to authenticate.
4512 - cleanups in the developer bootstrap.sh process when preparing
4513 the sources.
4514 - several squid.conf.default documentation updated to correctly
4515 refer to the current names when refering to other directives
4516 - authenticate_ip_ttl documentation updates
4517 - several assertion faults and segmentation violations corrected
4518 - the RunCache/RunAccel and squid.rc scripts updated to refer to
4519 the squid binary in sbin rather than the old bin location.
4520 - squid_ldap_auth command line processing fixes when specifying
4521 the LDAP server last on the line instead of -h option
4522 - aufs data corruption bugfix
4523 - aufs performance improvement for low traffic systems
4524 - aufs stability improvements
4525 - external_acl corrected to properly deal with quoted strings
4526 - WCCPv1 bugfix to make sure the router accepts the hash assignments
4527 - "Total accounted memory" now correctly reported in cachemgr
4528 - several small memory leaks (mostly reconfigure related)
4529 - new squid.conf option to allow GET/HEAD requests with a request
4530 entity
4531 - "make uninstall" no longer removes squid.conf
4532 - cachemgr.cgi now uses POST to avoid having the cachemgr password
4533 logged in the web server logs
4534 - authentication schemes which are known to not be proxyable are now
4535 filtered out from forwarded server replies to avoid that the clients
4536 tries to use such schemes when we know for a fact it won't work
4537 - spelling corrections in various error messages
4538 - now possible to define acl values with spaces in them
4539 by using the "include file" feature
4540 - squid_ldap_group updated to 2.10 to fix compilation issues with
4541 recent (and older) OpenLDAP libraries and to make the helper deal
4542 correctly with true LDAP groups by first looking up the user DN.
4543 - Some internal code cleanups
4544 - now verifies that programs etc exists iside the chroot directory
4545 when using chroot_dir. No longer neccesary to set up a split view
4546 environment where the same paths works both inside the chroot and
4547 outside just to convince Squid that the files is actually there..
4548 - improved memory usage reporting
4549 - --disable-hostname-checks configure option
4550 - no longer ignores double dots in host names. Any hostname with
4551 double dots is now rejected as invalid.
4552 - log_mime_hdrs no longer logs garbage if very long headers
4553 are seen.
4554 - 'select_fds_hist' object added to cachemgr 'histogram' output
4555 - pid file now unlinked when squid has really shut down, not
4556 immediately when the shutdown request is received. This allows
4557 the pid file to be monitored to determine when Squid has shut down
4558 properly
4559 - correct authentication scheme setups on some platforms or compilers
4560 - several squid.conf.default documentation updates to remove references
4561 to renamed or replaced directives by changing them to their current
4562 names.
4563 - the SSL reverse proxy support updated to allow building with
4564 OpenSSL 0.9.7 and and later.
4565 - Corrected a minor performance problem while processing HEAD replies
4566 from various broken web servers not sending a correct HTTP reply
4567 - time acls can now specify multiple times in the same acl name, like
4568 most other acl types.
4569 - winbind helpers updated to match Samba-2.2.7a and should
4570 work with Samba-2.2.6 or later (required). For compability with
4571 older Samba versions A new configure option --with-samba-sources=...
4572 has been added to allow you to specify which Samba version the
4573 helpers should be built for if different than the above versions.
4574 - Squid MIB definition syntax correction to work better with newer
4575 (and older) SNMP tools.
4576 - Fixed access.log format when logging "error:invalid-HTTP-ident" on
4577 requests where parsing the HTTP identifier (HTTP/1.0) failed.
4578 - "make distclean" no longer removes the icons, this avoids the
4579 dependency on "uudecode" to rebuild Squid after "make distclean"
4580 - User name returned by external acl lookups (external_acl_type)
4581 is now available as "ident" in later acl checks in addition to
4582 the logging in access.log.
4583 - Incorrect behaviour of Digest authentication partly corrected - it
4584 will not handle sessions, but will always enforce password
4585 correctness.. (patch submitted by Sean Burford).
4586 - Issue with persistent connections and PUT/POST request corrected
4587
4588 Changes to squid-2.5.STABLE1 (September 25, 2002):
4589
4590 - Major rewrite of proxy authentication to support other schemes
4591 than basic. First in the line is NTLM support but others can
4592 easily be added (minimal digest is present). See Programmers Guide.
4593 (Robert Collins & Francesco Chemolli)
4594 - Reworked how request bodies are passed down to the protocols.
4595 Now all client side processing is inside client_side.c, and
4596 the pass and pump modules is no longer used.
4597 used by Squid.
4598 - Optimized searching in proxy_auth and ident ACL types. Squid should
4599 now handle large access lists a lot more efficiently.
4600 (Francesco Chemolli)
4601 - Fixed forwarding/peer loop detection code (Brian Degenhardt) -
4602 now a peer is ignored if it turns out to be us, rather than
4603 committing suicide
4604 - Changed the internal URL code to obey appendDomain for internal
4605 objects if it needs appending. This fixes weirdnesses where
4606 a machine can think it is "foo.bar.com", and "foo" is requested.
4607 (Brian Degenhardt)
4608 - Added the use of Automake to create the Makefile.in's in the squid
4609 source tree. This will allow libtool in the future, and immediately
4610 allows better dependency tracking - with or without gcc - as well
4611 as the dist-all and distcheck targets for developers which respectively
4612 build a tar.gz and a tar.bz2 distribution, and check that what will be
4613 distributed builds.
4614 - Added TOS and source address selection based on ACLs,
4615 written by Roger Venning. This allows administrators to set
4616 the TOS precedence bits and/or the source IP from a set of
4617 available IPs based upon some ACLs, generally to map different
4618 users to different outgoing links and traffic profiles.
4619 - Added 'max-conn' option to 'cache_peer'
4620 - Added SSL gatewaying support, allowing Squid to act as a SSL server
4621 in accelerator setups.
4622 - SASL authentication helper by Ian Castle
4623 - msntauth updated to v2.0.3
4624 - no_cache now applies to cache hits as well as cache misses
4625 - the Gopher client in Squid has been significantly improved
4626 - Squid now sanity checks FTP data connections to ensure the
4627 connection is from the requested server. Can be disabled if
4628 needed by turning off the ftp_sanitycheck option.
4629 - external acl support. A mechanism where flexible ACL checks
4630 can be driven by external helpers. See the external_acl_type
4631 and acl external directives.
4632 - Countless other small things and fixes
4633 - HTML pages generated by Squid or CacheMgr as well as the
4634 ERR documents now contain a doctype declaration so that
4635 browsers know which HTML specification the document uses.
4636 In addition to that they have a new look (background-color, font)
4637 and are valid according to the HTML standards at www.w3.org.
4638 (Clemens L ser)
4639 - Login and password send to Basic auth helpers is now URL escaped
4640 to allow for spaces and other "odd" characters in logins and
4641 passwords
4642 - Proxy Authentication is no longer blindly forwarded to peer
4643 caches if not used locally. If forwarding of proxy authentication
4644 is desired then it must now be configured with the login=PASS
4645 cache_peer option.
4646 - Responses with Vary: in the header are now cached by squid.
4647 (Henrik Nordstrom).
4648 - Removed unused 'siteselect_timeout' directive.
4649
4650 Changes to Squid-2.4.STABLE7 (July 2, 2002):
4651
4652 - Squid now drops any requests using transfer-encoding.
4653 Squid is a HTTP/1.0 proxy and as such do not support
4654 the use of transfer-encoding.
4655 - The MSNT auth helper has been updated to v2.0.3+fixes for
4656 buffer overflow security issues found in this helper.
4657 - A security issue in how Squid forwards proxy authentication
4658 credentials has been fixed
4659 - Minor changes to support Apple MAC OS X and some other platforms
4660 more easily.
4661 - The client -T option has been implemented
4662 - HTCP related bugfixes in "squid -k reconfigure"
4663 - Several bugfixes and cleanup of the Gopher client, both
4664 to correct some security issues and to make Squid properly
4665 render certain Gopher menus.
4666 - FTP data channels are now sanity checked to match the address of
4667 the requested FTP server. This to prevent theft or injection of
4668 data. See the new ftp_sanitycheck directive if this is not desired.
4669 - Security fixes in how Squid parses FTP directory listings into HTML
4670
4671 Changes to Squid-2.4.STABLE6 (March 19, 2002):
4672
4673 - The patch for 2.4.STABLE5 was insufficiently tested and
4674 introduced a bug that causes frequent assertions when
4675 handling DNS PTR answers.
4676
4677 Changes to Squid-2.4.STABLE5 (March 15, 2002):
4678
4679 - Fixed an array bounds bug in lib/rfc1035.c. This bug
4680 could allow a malicious DNS server to send bogus replies
4681 and corrupt the heap memory.
4682
4683 Changes to Squid-2.4.STABLE4 (Feb 19, 2002)
4684
4685 - htcp_port 0 now properly disables htcp
4686 - Fixed problem with certain non-anonymous ftp:// style URL's
4687 - SNMP bugfixes including several memory leaks
4688
4689 Changes to Squid-2.4.STABLE3 (Nov 28, 2001):
4690
4691 - Fixed bug #255: core dump on SSL/CONNECT if access denied by
4692 miss_access
4693 - Fixed bug #246: corrupt on-disk meta information preventing
4694 rebuilds of lost swap.state files
4695 - Fixed bug #243: squid_ldap_auth now supports spaces in passwords
4696 - Fixed a coredump when creating FTP directories
4697 - Fixed a compile time problem with statHistDump prototype mistmatch,
4698 reported by some compilers
4699 - Fixed a potential coredump situation on snmpwalk in certain
4700 configurations
4701 - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir
4702 store implementation
4703 - Serbian error message translations
4704
4705 Changes to Squid-2.4.STABLE2 (Aug 24, 2001):
4706
4707 - Expanded configure's GCC optimization disabling check to
4708 include GCC 2.95.3
4709 - avoid negative served_date in storeTimestampsSet().
4710 - Made 'diskd' pathnames more configurable
4711 - Make sure squid parent dies if child is killed with
4712 KILL signal
4713 - Changed diskd offset args to off_t instead of int
4714 - Fixed bugs #102, #101, #205: various problems with useragent
4715 log files
4716 - Fixed bug #116: Large Age: values still cause problems
4717 - Fixed bug #119: Floating point exception in
4718 storeDirUpdateSwapSize()
4719 - Fixed bug #114: usernames not logged with
4720 authenticate_ip_ttl_is_strict
4721 - Fixed bug #115: squid eating up resources (eventAdd args)
4722 - Fixed bug #125: garbage HTCP requests cause assertion
4723 - Fixed bug #134: 'virtual port' support ignores
4724 httpd_accel_port, causes a loop in httpd_accel mode
4725 - Fixed bug #135: assertion failed: logfile.c:135: "lf->offset
4726 <= lf->bufsz"
4727 - Fixed bug #137: Ranges on misses are over-done
4728 - Fixed bug #160: referer_log doesn't seem to work
4729 - Fixed bug #162: some memory leaks (SNMP, delay_pools,
4730 comm_dns_incoming histogram)
4731 - Fixed bug #165: "Store Mem Buffer" leaks badly
4732 - Fixed bug #172: Ident Based ACLs fail when applied to
4733 cache_peer_access
4734 - Fixed bug #177: LinuxPPC 2000 segfault bug due to varargs abuse
4735 - Fixed bug #182: 'config' cachemgr option dumps core with
4736 null storage
4737 - Fixed bug #185: storeDiskdDirParseQ[12]() use wrong number
4738 of args in debug/printf
4739 - Fixed bug #187: bugs in lib/base64.c
4740 - Fixed bug #184: storeDiskdShmGet() assertion; changed
4741 diskd to use bitmap instead of linked list
4742 - Fixed bug #194: Compilation fails on index() on some
4743 non-BSD platforms
4744 - Fixed bug #197: refreshIsCachable() incorrectly checks
4745 entry->mem_obj->reply
4746 - Fixed bug #215: NULL pointer access for proxy requests
4747 in accel-only mode
4748
4749 Changes to Squid-2.4.STABLE1 (Mar 20, 2001):
4750
4751 - Fixed a bug in and cleaned up class 2/3 delay pools
4752 incrementing.
4753 - Fixed a coredump bug when using external dnsservers that
4754 become overloaded.
4755 - Fixed some NULL pointer bugs for NULL storage system
4756 when reconfiguring.
4757 - Fixed a bug with useragent logging that caused Squid to
4758 think the logfile never got opened.
4759 - Fixed a compiling bug with --disable-unlinkd.
4760 - Changed src/squid.h to always use O_NONBLOCK on Solaris
4761 if it is defined.
4762 - Fixed a bug with signed/unsigned bitfield flag variables
4763 that caused problems on Solaris.
4764 - Fixed a bug in clientBuildReplyHeader() that could add
4765 an Age: header with a negative value, causing an assertion
4766 later.
4767 - Fixed an SNMP reporting bug. cacheCurrentResFileDescrCnt
4768 was returning the number of FDs in use, rather than
4769 the number of reserved FDs.
4770 - Added the 'pipeline_prefetch' configuration option.
4771 - cache_dir syntax changed to use options instead of many
4772 arguments. This means that the max_objsize argument now
4773 is an optional option, and that the syntax for how to
4774 specify the diskd magics is slightly different.
4775 - Various fixes for CYGWIN
4776 - Upgraded MSNT auth module to version 2.0.
4777 - Fixed potential problems with HTML by making sure all
4778 HTML output is properly encoded.
4779 - Fixed a memory initialization problem with resource records in
4780 lib/rfc1035.c.
4781 - Rewrote date parsing in lib/rfc1123.c and made it a little
4782 more lenient.
4783 - Added Cache-control: max-stale support.
4784 - Fixed 'range_offset_limit' again. The problem this time
4785 is that client_side.c wouldn't set the we_dont_do_ranges
4786 flag for normal cache misses. It was only being set for
4787 requests that might have been hits, but we decided to
4788 change to a miss.
4789 - Added the Authenticate-Info and Proxy-Authenticate-Info
4790 headers from RFC 2617.
4791 - HTTP header lines longer than 64K could cause an assertion.
4792 Now they get ignored.
4793 - Fixed an IP address scanning bug that caused "123.foo.com"
4794 to be interpreted as an IP address.
4795 - Converted many structure allocations to use mem pools.
4796 - Changed proxy authentication to strip leading whitespace
4797 from usernames after decoding.
4798 - Prevented NULL pointer access in aclMatchAcl(). Some
4799 ACL types require checklist->request_t, but it won't be
4800 available in some cases (like snmp_access). Warn the
4801 admin that the ACL can't be checked and that we're denying
4802 it.
4803 - Allow zero-size disk caches.
4804 - The actual filesystem blocksize is now used to account
4805 for space overheads when calculating on-disk cache size.
4806 - Made the maximum memory cache object size configurable.
4807 - Added 'minimum_direct_rtt' configuration option.
4808 - Added 'ie_refresh' configuration option, which is a hack
4809 to turn IMS requests into no-cache requests.
4810 - Added support for netfilter in linux-2.4. This allows transparent
4811 proxy connections to function correctly in the absence of a Host:
4812 header. This requires --enable-linux-netfilter to be passed through
4813 to configure. (Evan Jones)
4814 - Fixed a bug with clientAccessCheck() that allowed proxy
4815 requests in accel mode.
4816 - Fixed a bug with 301/302 replies from redirectors. Now
4817 we force them to be cache misses.
4818 - Accommodated changes to the IP-Filter ioctl() interface
4819 for intercepted connections.
4820 - Fixed handling of client lifetime timeouts.
4821 - Fixed a buffer overflow bug with internal DNS replies
4822 by truncating received packets to 512 bytes, as per
4823 RFC 1035.
4824 - Added "forward.log" support, but its work in progress.
4825 - Rewrote much of the IP and FQDN cache implementation.
4826 This change gets rid of pending hits.
4827 - Changed peerWouldBePinged() to return false if our
4828 ICP/HTCP port is zero (i.e. disabled).
4829 - Changed src/net_db.c to use src/logfile.c routines,
4830 rather than stdio, because of solaris stdio filedescriptor
4831 limits.
4832 - Made netdbReloadState() more robust in case of corrupted
4833 data.
4834 - Rewrote some freshness/staleness functions in src/refresh.c,
4835 partially inspired to support cache-control max-stale.
4836 - Fixed status code logging for SSL/CONNECT requests.
4837 - Added a hack to subtract cache digest network traffic
4838 from statistics so that byte hit ratio stays positive
4839 and more closely reflects what people expect it to be.
4840 - Fixed a bug with storeCheckTooSmall() that caused
4841 internal icons and cache digests to always be released.
4842 - Added statfs(2) support for displaying actual filesystem
4843 usage in the cache manager 'storedir' output.
4844 - Changed status reporting for storage rebuilding. Now it
4845 prints percentage complete instead of number of entries
4846 parsed.
4847 - Use mkstemp() rather than problem-prone tempnam().
4848 - Changed urlParse() to condense multiple dots in hostnames.
4849 - Major rewrite of async-io (src/fs/aufs) to make it behave
4850 a bit more sane with substantially less overhead. Some
4851 tuning work still remains to make it perform optimal.
4852 See the start of store_asyncufs.h for all the knobs.
4853 - Fixed storage FS modules to use individual swap space
4854 high/low values rather than the global ones.
4855 - Fixed storage FS bugs with calling file_map_bit_reset()
4856 before checking the bit value. Calling with an invalid
4857 value caused memory corruption in random places.
4858 - Prevent NULL pointer access in store_repl_lru.c for
4859 entries that exist in the hash but not the LRU list.
4860
4861 Changes to Squid-2.4.DEVEL4 ():
4862
4863 - Added --enable-auth-modules=... configure option
4864 - Improved ICP dead peer detection to also work when the workload
4865 is low
4866 - Improved TCP dead peer detection and recovery
4867 - Squid is now a bit more persistent in trying to find a alive
4868 parent when never_direct is used.
4869 - nonhierarchical_direct squid.conf directive to make non-ICP
4870 peer selection behave a bit more like ICP selection with respect
4871 to hierarchy.
4872 - Bugfix where netdb selection could override never_direct
4873 - ICP timeout selection now prefers to use parents only when
4874 calculating the dynamic timeout to compensate for common RTT
4875 differences between parents and siblings.
4876 - No longer starts to swap out objects which are known to be above
4877 the maximum allowed size.
4878 - allow-miss cache_peer option disabling the use of "only-if-cached".
4879 Meant to be used in conjunction with icp_hit_stale.
4880 - Delay pools tuned to allow large initial pool values
4881 - cachemgr filesystem space information changed to show useable space
4882 rather than raw space, and platform support somewhat extended.
4883 - Logs destination IP in the hierarchy log tag when going direct.
4884 (can be disabled by turning log_ip_on_direct off)
4885 - Async-IO on linux now makes proper use of mutexes. This fixes some
4886 odd pthread segfaults on SMP Linux machines, at a slight performance
4887 penalty.
4888 - %s can now be used in cache_swap_log and will be substituted with
4889 the last path component of cache_dir.
4890 - no_cache is now a full ACL check without, allowing most ACL types
4891 to be used.
4892 - The CONNECT method now obeys miss_access requirements
4893 - proxy_auth_regex and ident_regex ACL types
4894 - Fixed a StoreEntry memory leak during "dirty" rebuild
4895 - Helper processes no longer hold unrelated filedescriptors open
4896 - Helpers are now restarted when the logs are rotated
4897 - Negatively cached DNS entries are now purged on "reload".
4898 - PURGE now also purges the DNS cache
4899 - HEAD on FTP objects no longer retrieves the whole object
4900 - More cleanups of the dstdomain ACL type
4901 - Squid no longer tries to do Range internally if it is not supported
4902 by the origin server. Doing so could cause bandwidth spikes and/or
4903 negative hit ratio.
4904 - httpd_accel_single_host squid.conf directive
4905 - "round-robin" cache_peer counters are reset every 5 minutes to
4906 compensate previously dead peers
4907 - DNS retransmit parameters
4908 - Show all FTP server messages
4909 - squid.conf.default now indicates if a directive isn't enabled in
4910 the installed binary, and what configure option to use for enabling it
4911 - Fixed a temporary memory leak on persistent POSTs
4912 - Fixed a temporary memory leak when the server response headers
4913 includes NULL characters
4914 - authenticate_ip_ttl_is_strict squid.conf option
4915 - req_mime_type ACL type
4916 - A reworked storage system that supports storage directories in
4917 a more modular fashion. The object replacement and IO is now
4918 responsibility of the storage directory, and not of the storage
4919 manager.
4920 - Fixed a bogus MD5 mismatch warning sometimes seen when using
4921 aufs or diskd stores
4922 - Added --enable-stacktraces configure option to set PRINT_STACK_TRACE,
4923 and extended support for this to Linux/GNU libc.
4924 - Disabled the "request timeout" error message sent if the user agent
4925 did not provide a request in a timely manner after opening the
4926 connection. Now the connection is silently closed. The error message
4927 was confusing user agents utilizing persistent connections.
4928 - Fixed configure --enable descriptions to match the arg names.
4929 - Eliminated compile warnings from auth_modules/MSNT code.
4930 - Require first character of hostnames to be alphanumeric.
4931 - Made ARP ACL work for Solaris.
4932 - Removed storeClientListSearch().
4933 - Added counters to track diskd operation success and
4934 failures.
4935 - Fixed range_offset_limit.
4936 - Added code to retry ServFail replies for internal DNS
4937 lookups.
4938 - Added referer header logging (Jens-S. Voeckler).
4939 - Added "multi-domain-NTLM" authentication module, a Perl
4940 script from Thomas Jarosch.
4941 - Added configurable warning messages for high memory usage,
4942 high response time, and high page faults.
4943 - Made store dir selection algorithm configurable.
4944 - Added support for admin-definable extension methods,
4945 up to 20.
4946 - Added 'maximum_object_size_in_memory' as a configuration option -
4947 this defines the watermark where objects transit from being true
4948 hot objects to being in-transit objects in memory. It currently
4949 defaults to 8 KB.
4950 - Change to the fqdn code which changes how pending DNS requests
4951 are treated as private and only become public once they are
4952 completed. This can add extra load on DNS servers but prevents
4953 all the pending clients blocking if one of the queries got
4954 stuck. (Duane Wessels)
4955 - Converted more code to use MemPools, from Andres Kroonmaa.
4956 - Added more CYGWIN patches from Robert Collins.
4957
4958 Changes to Squid-2.4.DEVEL3 ():
4959
4960 - Added Logfile module.
4961 - Added DISKD stats via cachemgr.
4962 - Added squid.conf options for DISKD magic constants.
4963
4964 Changes to Squid-2.4.DEVEL2 (Feb 29, 2000):
4965
4966 Changes to Squid-2.4.DEVEL1 ():
4967
4968 Changes to Squid-2.3.STABLE4 (July 18, 2000):
4969
4970 - Fixed --localstatedir configure option (IKEDA Shigeru).
4971 - Fixed IPFilter headers on OpenBSD (Nic Bellamy, Brad
4972 Smith).
4973 - Added pthread_sigmask() check to configure (Daniel
4974 Ehrlich).
4975 - Added CYGWIN patches from Robert Collins.
4976 - Changed internal DNS lookups to retry queries that are
4977 returned with RCODE 2 (ServFail).
4978 - Added 'virtual port' support (Gregg Kellogg). If
4979 'httpd_accel_uses_host_header' is enabled, then we use
4980 the port number from the Host header. Otherwise, when
4981 'httpd_accel_port' is set to "0" we use the port number
4982 of the local end of the client socket.
4983 - Fixed a typo in carp.c (Nikolaj Yourgandjiev).
4984 - Made Squid accept GET requests that have a "content-length:
4985 0" header.
4986 - Added a sanity check on the NHttpSockets[] array index
4987 (Gregg Kellogg).
4988 - Added a friendlier message when Squid can't find any DNS
4989 nameserver addresses to use (Daniel Kiracofe).
4990 - Added nonstandard WEBDAV methods: BMOVE, BDELETE, BPROPFIND
4991 (Craig Whitmore).
4992 - Added missing '%c' token replacement in error page
4993 generation.
4994 - Fixed a bug with 'minimum_object_size' that prevented
4995 internal icons from being loaded.
4996 - Fixed "extra semicolon" bug in storeExpiredReferenceAge()
4997 that could prevent any objects from being replaced.
4998 - Make sure that storeDirDiskFull() doesn't actually
4999 *increase* the cache size.
5000 - Changed a storeSwapMetaUnpack() assertion to a recoverable
5001 error condition.
5002 - Removed "wccpHereIam" event check that could cause Squid
5003 to stop sending HERE_I_AM messages.
5004
5005 Changes to Squid-2.3.STABLE3 (May 15, 2000):
5006
5007 - Fixed malloc linking problems on Solaris. The configure
5008 script incorrectly set options for dlmalloc.
5009 - Added a configure check to remove compiler optimization
5010 for GCC 2.95.x.
5011 - Updated MSNT authenticator module.
5012 - Updated Estonian error pages.
5013 - Updated Japanese error pages.
5014 - Fixed expires bug in httpReplyHdrCacheInit. It was
5015 incorrectly setting expires based on max-age. It was using
5016 the current time as a basis, instead of the response date.
5017 - Fixed "USE_DNSSERVER" typos.
5018 - Added a workaround for getpwnam() problems on Solaris.
5019 getpwnam() could fail if there are fewer than 256 FDs
5020 available. This causes root to own some disk files.
5021 - Added an 'offline_toggle' option via the cache manager.
5022 - Added a 'minimum_object_size' option. Files smaller than
5023 this size are not stored.
5024 - Added 'passive_ftp' option to disable passive FTP transfers.
5025 - Added 'wccp_version' option because some Cisco IOS versions
5026 require WCCP version 3.
5027 - The 'client' program in ping mode (-g) now prints transfer
5028 throughput.
5029 - Fixed logging of proxy auth username for redirected
5030 requests.
5031 - Fixed bogus Age values for IMS requests.
5032 - Fixed persistent connection timeout for client-side
5033 connections. It was hard-coded to 15 seconds, now uses
5034 the 'pconn_timeout' value.
5035 - Fixed up httpAcceptDefer. It wasn't being used properly
5036 and caused high CPU usage when Squid gets close to the FD
5037 limit.
5038 - Numerous delay_pools fixes and checks.
5039 - Fixed SNMP coredumps from running snmpwalk.
5040 - Added a check for errno == EPIPE in icmp.c when pinger uses
5041 a Unix socket instead of a UDP socket.
5042 - Fixed ACL checklist memory initialization bugs.
5043 - Cleaned up the MIB file. Replaced contact information and
5044 checked description fields.
5045 - Removed LRU reference_age hard-coded upper limit.
5046 - Fixed async I/O FD leak.
5047 - Made getMyHostname() more robust.
5048 - Fixed domain list matching bug. "x-foo.com" wasn't properly
5049 compared to ".foo.com" and confused splay tree ordering.
5050 - Added a check for whitespace in hostnames and optionally
5051 strip whitespace if 'uri_whitespace' setting allows.
5052 - Added status code and checking to ASN/whois queries.
5053
5054 Changes to Squid-2.3.STABLE2 (Mar 2, 2000):
5055
5056 - Changed Copyright text.
5057 - Changed configure so that some IRIX-6.4 hacks apply to
5058 all IRIX-6.* versions.
5059 - Cleaned up HTML bugs in error pages.
5060 - Told configure to check for netinet/if_ether.h, which
5061 is used in ARP ACL code, but might not be required.
5062 - Added "Cookie" to known HTTP headers so it can be
5063 used in anonymizer configuration.
5064 - Added optional TCP_REDIRECT log code for logging
5065 of 301/302 responses returned by Squid.
5066 - Added a check for a currently running Squid process.
5067 If the pid file exists, and the pid is running,
5068 Squid complains and refuses to start another instance.
5069 - Changed async I/O scope to PTHREAD_SCOPE_PROCESS for
5070 IRIX.
5071 - Fixed a bug with the PURGE method. The purge enable
5072 flag was not getting cleared during reconfigure.
5073 Also required PURGE method to be used in http_access
5074 list before enabling.
5075 - Fixed async I/O assertions for file open errors.
5076 - Fixed internal DNS assertion when unpacking truncated
5077 messages.
5078 - Fixed anonymize_headers bug that caused all headers
5079 to be allowed after a reconfigure.
5080 - Fixed an access denied bug for accelerator-only installations.
5081 - Fixed internal DNS initialization so that it uses
5082 'dns_nameservers' settings in squid.conf if set.
5083 - Fixed 'maxconn' ACL bug that caused it to work backwards
5084 (Pedro Ribeiro).
5085 - Fixed syslog bug for daemon mode on Linux.
5086 - Fixed 'http_port' parsing bugs.
5087 - Fixed internal DNS byte ordering bugs for PTR queries.
5088 - Fixed internal DNS queue getting stuck during periods
5089 of low activity (Henrik).
5090 - Fixed byte ordering bugs for parsing EPLF FTP listings
5091 on 64-bit systems.
5092 - Fixed 'request_body_max_size' bug that caused all
5093 POST, PUT requests to be denied if max size is set
5094 to zero.
5095 - Fixed 'redirector_access' bug when using 'myport' ACLs.
5096 - Fixed CARP neighbor selection bugs for down peers.
5097 - Added 'client_persistent_connections' and
5098 'server_persistent_connections' flags to disable persistent
5099 connections for clients and servers.
5100 - Fixed access logging bug that caused many requests to be
5101 logged as TCP_MISS.
5102 - Added some bounds checking to delay pools code.
5103
5104 Changes to Squid-2.3.STABLE1 (Jan 9, 2000):
5105
5106 - Updated PAM authentication module from Henrik Nordstrom.
5107 - Updated Bulgarian error messages from Svetlin Simeonov.
5108 - Changed ACL routines so that User-Agent (browser) string
5109 is always taken from compiled HTTP request headers
5110 instead of passed as an argument to aclCreateChecklist.
5111 - Added a 'strip' option to the 'uri_whitesace' configuration
5112 directive and made it the default behavior. Whitespace
5113 found in URI's is now stripped out by default.
5114 - Added chroot feature. The 'chroot_dir' config option enables
5115 it and specifies the directory.
5116 - Changed clientBuildReplyHeader so that the Age header is
5117 added only for cache hits, and only when we can calculate
5118 a valid, positive age value.
5119 - Changed clientWriteComplete and clientGotNotEnough so
5120 that they keep persistent connections open for more types
5121 of replies that don't have bodies.
5122 - Changed filemap.c routines to dynamically grow filemap
5123 space as needed.
5124 - Added a hack to ftp.c to deal with ftp.netscape.com, which
5125 sometimes doesn't acknowledge PASV commands.
5126 - Fixed FTP bug with ftpScheduleReadControlReply; there
5127 was not always a timeout handler on the control socket
5128 after the transfer completed.
5129 - Fixed FTP filedescriptor leak from invalid PASV replies.
5130 - Changed httpBuildRequestHeader so that it doesn't
5131 copy the Host header from the client request. Instead
5132 we should generate our own Host header which is known
5133 to be correct.
5134 - Changed storeTimestampsSet to adjust entry->timestamp
5135 if the response includes an Age header.
5136 - Removed size limit from storeKeyHashBuckets.
5137 - Changed fwdConnectStart from a "heavy" to a "light" event.
5138 - Fixed an 'anonymize_headers' bug that affects unknown
5139 HTTP headers. With the bug, if you list a header that
5140 Squid doesn't know about (such as "Charset"), it would
5141 add HDR_OTHER to the allow/deny mask. This caused all
5142 unknown headers to be allowed or denied (depending on
5143 the scheme you use). Now, with the bug fixed, an unknown
5144 header in the 'anonymize_headers' list is simply ignored.
5145
5146 Changes to Squid-2.3.DEVEL3 ():
5147
5148 - Added MSNT auth module from Antonino Iannella.
5149 - Added --enable-underscores configure option. This allows
5150 Squid to accept hostnames with underscores in them. Your
5151 DNS resolver may still complain about them, however.
5152 - Added --heap-replacement configure option. This enables
5153 the alternative cache replacement policies, such as
5154 GDSF, and LFUDA.
5155 - WCCP establishes and registers with the router faster.
5156 - Added 'maxconn' acl type to limit the number of established
5157 connections from a single client IP address. Submitted
5158 by Vadim Kolontsov.
5159 - Close FTP data socket as soon as transfer completes
5160 (Alexander V. Lukyanov).
5161 - Fixed ftpReadPass() to not clobber ctrl.message when
5162 the PASS command fails.
5163 - Added a redirect.c patch so squidGuard is able to do
5164 per-user access control (Antony T Curtis).
5165 - discard the pumpMethod() function, and instead use the
5166 fact that the request has a request entity (content-length
5167 present) (Henrik).
5168 - Reload the MIME icons at reconfigure time (Radu Greab).
5169 - Updated Richard Huveneers' SMB authentication module to
5170 his version 0.05 package.
5171 - Fixed lib/heap.c::heap_delete() bug when deleting the
5172 last node.
5173 - Fixed an integer conversion bug in
5174 lib/rfc1035.c::rfc1035AnswersUnpack().
5175 - Fixed lib/rfc1738 routines to encode reserved characters,
5176 in addition to encoding the unsafe characters (Henrik).
5177 - Changed the interface for splay compare and "walk"
5178 functions to take a void pointer, instead of a splayNode
5179 pointer (Henrik).
5180 - Changed numerous HTTP parsing routines to use ssize_t
5181 instead of size_t. This was done because size_t may be
5182 signed or unsigned. When it is unsigned, gcc emits
5183 numerous "comparison is always true" warnings. At least
5184 we know ssize_t is always signed.
5185 - Fixed src/HttpHeaderTools::httpHeaderHasConnDir() and
5186 friends so that it properly handles multi-value lists.
5187 - Added an "end" (ssize_t) parameter to
5188 src/HttpReply::httpReplyParse() so that we know exactly
5189 where to terminate the header buffer.
5190 - Changed src/access_log.c::log_quote() so that it only
5191 encodes whitespace characters, and not all URL-special
5192 characters (Henrik).
5193 - Added local port ACL type ("myport") (Henrik).
5194 - Added maximum number of connections per client ("maxconn")
5195 as an ACL type.
5196 - Fixed proxy authentication username/password parsing to
5197 be more robust (Henrik).
5198 - Fixed ACL domain/host and domain/domain comparison
5199 functions yet again. Eliminated duplicate code so that
5200 only src/url.c::matchDomainName() contains this mysterious
5201 code.
5202 - Changed the 'http_port' option to accept an IP address
5203 or hostname as well (Henrik).
5204 - Removed 'tcp_incoming_addr' option.
5205 - Added an access control list for the redirector
5206 ('redirector_access'). Requests which match are sent to
5207 the redirector. All requests. are redirected by default.
5208 - Added the 'authenticate_ip_ttl' option. It specifies
5209 how long a valid proxy authentication credential is
5210 bound to a specific address.
5211 - Added 280, 488, 591, and 777 to "Safe_ports" ACL.
5212 - Removed the unused and highly questionable 'forward_snmpd_port'
5213 option.
5214 - Added an option to accept DNS messages from unknown nameservers.
5215 This may be necessary if replies come from a different address
5216 than queries are sent to.
5217 - Added #includes for IP Filter files in netinet directory.
5218 - Fixed a bug with retrying forwarded IMS requests (Henrik).
5219 - Fixed a bug in src/client_side.c::clientInterpretRequestHeaders()
5220 where we were checking a cache-control bit before getting the
5221 mask from the HTTP headers (pallo@initio.no).
5222 - Fixed a bug with "no_cache" access list. If not defined,
5223 everything was uncachable by default.
5224 - Fixed a bug with timed-out client-side HTTP connections.
5225 We didn't cancel the read handler, which could lead to
5226 "rwstate != NULL" warnings.
5227 - Changed comm_open() to only call fdAdjustReserved() for
5228 specific errors (ENFILE, EMFILE);
5229 - Fixed NULL pointer bug in idnsParseResolvConf().
5230 - Split CACHE_DIGEST_HIT into CD_PARENT_HIT and CD_SIBLING_HIT.
5231 - Added DELETE request method.
5232 - Added RFC 2518 HTTP status codes.
5233 - Fixed handling of URL passwords when we need to rewrite a
5234 BASE HREF URL (Henrik).
5235 - Fixed a bug with FTP requests where a request gets aborted,
5236 but we try to complete it anyway. It would result in a
5237 "store_status != STORE_PENDING" assertion. The solution
5238 is to check for ENTRY_ABORTED before reading from
5239 the control channel too.
5240 - Changed FTP to retry a request if Squid fails to establish
5241 a PASV data connection (Henrik).
5242 - Fixed numerous HTCP memory leaks and an uninitialized memory
5243 bug.
5244 - Changed httpMaybeRemovePublic() with RFC 2518 and 2616 in
5245 mind (Henrik).
5246 - Minor fixes for Rhapsody systems.
5247 - Define _XOPEN_SOURCE_EXTENDED in squid.h so that AIX systems
5248 don't include varargs.h.
5249 - Changed src/store_client.c::storeClientType() so that
5250 an entry can have more than one STORE_MEM_CLIENT.
5251 - Changed src/store_client.c::storeClientReadHeader()
5252 to check swapfile metadata (Henrik).
5253 - Changed src/url.c::urlCheckRequest() to return FALSE for
5254 any "https://" URL. These should always be CONNECT
5255 instead. If Squid gets an "https://" URL, it is a browser
5256 bug.
5257 - Added numerous squid.conf options for controlling cache
5258 digests. Previously these were hard-coded in
5259 src/store_digest.c. (Martin Hamilton)
5260 - Added 'cache_peer' option called 'digest-url' that
5261 lets you specify the URL for a peer's digest.
5262 (Martin Hamilton)
5263 - Added DELAY_POOLS hacks to scan "slow" connections in
5264 a random order (David Luyer).
5265 - ARP_ACL fixes from Damien Miller. Linux 2.2.x uses a
5266 per-interface arp/neighbour cache, whereas 2.0.x uses a
5267 unified cache. Under 2.2.x you are required to specify
5268 a interface name when looking up ARP table entries with
5269 SIOCGARP.
5270 - If the process umask is not set (i.e. 0), then Squid
5271 changes it to 007.
5272
5273 Changes to Squid-2.3.DEVEL2 ():
5274
5275 - Added --enable-truncate configure option.
5276 - Updated Czech error messages ()
5277 - Updated French error messages ()
5278 - Updated Spanish error messages ()
5279 - Added xrename() function for better debugging.
5280 - Disallow empty ("") password in aclDecodeProxyAuth()
5281 (BoB Miorelli).
5282 - Fixed ACL SPLAY subdomain detection (again).
5283 - Increased default 'request_body_max_size' from 100KB
5284 to 1MB in cf.data.pre.
5285 - Added 'content_length' member to request_t structure
5286 so we don't have to use httpHdrGetInt() so often.
5287 - Fixed repeatedly calling memDataInit() for every reconfigure.
5288 - Cleaned up the case when fwdDispatch() cannot forward a
5289 request. Error messages used to report "[no URL]".
5290 - Added a check to return specific error messages for a
5291 "store_digest" request when the digest entry doesn't exist
5292 and we reach internalStart().
5293 - Changed the interface of storeSwapInStart() to avoid a bug
5294 where we closed "sc->swapin_sio" but couldn't set the
5295 pointer to NULL.
5296 - Changed storeDirClean() so that the rate it gets called
5297 depends on the number of objects deleted.
5298 - Some WCCP fixes.
5299 - Added 'hostname_aliases' option to detect internal requests
5300 (cache digests) when a cache has more than one hostname
5301 in use.
5302 - Async I/O NUMTHREADS now configurable with --enable-async-io=N
5303 (Henrik Nordstrom).
5304 - Added queue length to async I/O cachemgr stats (Henrik Nordstrom).
5305 - Added OPTIONS request method.
5306
5307 Changes to Squid-2.3.DEVEL1 ():
5308
5309 - Added WCCP support. This adds the 'wccp_router' squid.conf
5310 option.
5311 - Added internal DNS queries; Most installations can run
5312 without the external dnsserver processes.
5313 - Rewrote much of the code that stores cache objects on
5314 disk. Developed a programming interface that should
5315 allow new storage systems to be added easily. This still
5316 is pretty ugly and needs a lot of work, however.
5317 - Replaced async_io.c "tags" with callback data locks.
5318 This probably breaks async IO in a bad way.
5319 - Tried to write an Async IO disk storage module.
5320 - Added code to replace the StoreEntry linked list with a
5321 heap structure. This allows for different replacement
5322 algorithms, instead of being stuck with LRU. This adds
5323 the 'replacement_policy' squid.conf option. (John Dilley
5324 et al).
5325 - Fixed HTCP queries by actually checking for freshness
5326 based on the HTCP header fields.
5327 - Fixed passing of redirector command line arguments.
5328 - Added 'request_header_max_size' squid.conf option.
5329 - Added 'request_body_max_size' squid.conf option.
5330 - Added 'reply_body_max_size' squid.conf option.
5331 - Added 'peer_connect_timeout' squid.conf option.
5332 - Added 'redirector_bypass' squid.conf option.
5333 - Added RFC 2518 (WEBDAV) request methods.
5334
5335 Changes to Squid-2.2 (April 19, 1999):
5336
5337 - Removed all SNMP specific ACL code
5338 SNMP now uses generic squid ACL's
5339 - Removed view-based access crontrol
5340 - Cleaned up and simplified SNMP section of squid.conf
5341 - Changed the SNMP code to use a tree stucture.
5342 - Added objects to MIB:
5343 Request Hit Ratio's
5344 Byte Hit Ratio's
5345 Number of Clients
5346 - Changed SNMP Agent to return object instances correctly.
5347 - Added our own assert() macro so we can use debug() instead of
5348 printing to stderr.
5349 - Added eventFreeMemory().
5350 - Fixed ipcCreate() bug when debug_log has FD <= 2.
5351 - Changed watchChild() and related code in main.c so that
5352 Squid can behave more like a proper daemon process.
5353 - Added 'prefer_direct' option (enabled by default) so that
5354 people can give parents higher preference than direct.
5355 - Fixed ipc.c close() bug for async IO. On FreeBSD,
5356 comm_close() doesn't work for child processes when async IO is
5357 used.
5358 - Fixed setting the public key for large ``icons'' (Henrik
5359 Nordstrom).
5360 - Rewrote peer digest module to fix memory leaks on reconfigure
5361 and clean the code. Increased "current" digest version to 5
5362 ("required" version is still 3). Revised "Peer Select" cache
5363 manager stats.
5364 - Added "-k parse" command line option: parses the config file
5365 but does not send a signal unlike other -k options.
5366 - Revamped storeAbort() calling. Only store_client.c has all
5367 the right information to determine if the request should
5368 be aborted. Now client and server modules just storeUnregister
5369 without ever needing to call storeAbort.
5370 - Small change of Squid output for FTP (Andrew Filonov,
5371 Henrik Nordstrom).
5372 - clientGetsOldEntry() sends old entry if new request status
5373 is in the 500-range (Henrik Nordstrom).
5374 - Changed configure so it works with IRIX6.4 C compiler (broken?)
5375 option -OPT:fast_io=ON.
5376 - Fixed comm_connect_addr() non-blocking connections for
5377 SONY NEWSOS (Makoto MATSUSHITA).
5378 - Changed "#ifdef __STDC__" to "#if STDC_HEADERS" as recommended
5379 by autoconf documentation.
5380 - Fixed client-side cache-control max-age (Henrik Nordstrom).
5381 - Added a new error page: ERR_SHUTTING_DOWN. fwdStart() returns
5382 this error if it is called while squid is in the process of
5383 shutting down.
5384 - Added support for linuxthreads package under FreeBSD (Tony Finch).
5385 - Fixed HP-UX StatHist.c assertions by making the "hbase_f"
5386 functions non-static (Michael Pelletier).
5387 - Fixed logging of authenticated usernames even if the
5388 authorization is not cached (Dancer).
5389 - Fixed pconnPush() bug that prevented holding on to
5390 persistent connections (Manfred Bathelt).
5391 - Pid file now rewritten on SIGHUP.
5392 - Numerous Ident changes:
5393 - Ident lookups will now be done on demand if you use the
5394 'ident' ACL type.
5395 - The 'ident_lookup on|off' option has been replaced with
5396 an access list, so you can do lookups only for some
5397 client addresses.
5398 - Added an 'ident_timeout' option to specifiy the amount
5399 of time to wait for an ident lookup.
5400 - Added a (local) hit rate to mempool metering.
5401 - FTP Restarts (REST command) is now supported.
5402 - Check for libintl.a on SCO3.2.
5403 - Disable poll() on SCO3.2.
5404 - Numerous Async IO enhancements from Henrik.
5405 - Removed cache_mem_low and cache_mem_high options (Henrik
5406 Nordstrom).
5407 - Replaced 'persistent_client_posts' with 'broken_posts' access
5408 list.
5409 - Rewrote the anonymizer.
5410 - Removed the http_anonymizer option.
5411 - Added the anonymize_headers option to allow individual
5412 referencing of headers for addition or removal. See
5413 'anonymize_headers' in squid.conf for additional
5414 configuration.
5415 - Fixed config file parser's handing of optional directives.
5416 Some people might get new warnings about unknown config
5417 directives.
5418 - Added 'myip' ACL type. This is the local IP address for
5419 connected sockets (Luyer).
5420 - Fixed parsing of FTP DOS directory listings with spaces
5421 (Nordstrom).
5422 - Numerous DELAY_POOL changes/fixes from David Luyer:
5423 - Makes no-delay neighbors for DELAY_POOLS work by
5424 using a fd_set with the connections to no-delay
5425 peers marked in it.
5426 - Makes IP addresses ending in 0 and 255, and
5427 network number 255, work with individual and
5428 network delay pools (they were previously not
5429 permitted, and documented as such).
5430 - Massive overhaul of delay pools code - dynamically
5431 allocated delay pools, as many as required.
5432 - delayPoolsUpdate stops running if DELAY_POOLS is
5433 configured but no delay pools are configured.
5434 - Initial delay pool levels are now configurable
5435 as a percentage of the maximum for the pool in
5436 question (used to be all set to 1 second worth
5437 of traffic). Pools are restored to this level
5438 on reconfiguratoin.
5439 - Changed storeClientCopy to give a swap-in failure if
5440 the number of open disk FD's is above the 'max_open_disk_fds'
5441 limit. Otherwise, a very loaded cache will end up with
5442 all disk files open for reading, and none for writing.
5443 - Added lib/inet_ntoa.c from BSD Unix for systems that have
5444 broken inet_ntoa(). (Erik Hofman).
5445 - Added more specific FTP error messages for "permission
5446 denied, "file not found," and "service unavailable."
5447 (Tony Finch)
5448 - Added xisspace(), xisdigit(), etc, macros to cast function
5449 args and eliminate compiler warnings.
5450 - Fixed case-sensitive comparisons of domain names (Henrik
5451 Nordstrom).
5452 - Added proxy-authentication to cachemgr.cgi's requests
5453 (Henrik Nordstrom).
5454 - Changed Squid to *truncate* rather than *unlink* purged
5455 swap files. Can be reversed by undefining
5456 USE_TRUNCATE_NOT_UNLINK in src/defines.h.
5457 - Changed internal icon headers to use Cache-control
5458 Max-age instead of Expires.
5459 - Changed storeMaintainSwapSpace behavior to be adjusted
5460 smoothly, instead of discretely, between store_swap_low
5461 and store_swap_high. This includes the number of
5462 objects to scan, number to remove, and time until the
5463 next storeMaintainSwapSpace event.
5464 - Fixed a quick_abort bug that incorrectly calculated
5465 content lengths.
5466 - Added getpwnam() auth module from Erik Hofman.
5467 - Added 'coredump_dir' option.
5468 - Fixed a peerDestroy() assertion that required peer->digest
5469 to be NULL at the end of peerDestroy().
5470 - configure script now automatically enables dlmalloc for
5471 Solaris/x86.
5472 - configure enables poll() on linux 2.2 and later (Henrik).
5473 - Icon files are now distributed in binary format, install
5474 will not need to run 'sh' and 'uudecode'.
5475 - Fixed some bugs with large responses (>READ_AHEAD_GAP) and
5476 re-forwarding requests and ENTRY_FWD_HDR_WAIT.
5477 fwdCheckDeferRead() will NOT defer reading if the
5478 ENTRY_FWD_HDR_WAIT bit is set.
5479 - Fixed a "F->flags.open" assertion for aborted FTP PUT's.
5480 - Fixed a (double) cast problem that caused statAvgTick()
5481 events to be added as fast as possible.
5482 - Changed httpPacked304Reply() to not include the Content-Length
5483 header for 304 replies that Squid generates. We used to
5484 include the length of the cached object, and this broke
5485 persistent connections.
5486
5487 2.2.STABLE2:
5488
5489 - Fixed configure bug for statvfs() checks. Configure reports
5490 "test: =: unary operator expected" or similar because an
5491 unquoted variable is not defined.
5492 - Fixed aclDestroyAcls() assertion because some ACL types
5493 are not listed in the switch statement. Occurs for
5494 srcdom_regex and dstdom_regex ACL types during reconfigure.
5495 - Typo "applicatoin" in src/mime.conf
5496 - The unlinkd daemon never saw the USE_TRUNCATE_NOT_UNLINK
5497 #define because it didn't include squid.h.
5498 - Fixed commRetryFD() when bind() fails. commRetryFD was
5499 closing the filedescriptor, but it is the upper layer's
5500 job to close it.
5501 - Changed configure's "maximum number of filedescriptors"
5502 detection to only use getrlimit() for Linux. On AIX,
5503 getrlimit returns RLIM_INFINITY.
5504 - Fixed snmpInit() nesting bug.
5505 - Fixed a bug with peerGetSomeParent(). It was adding
5506 a parent to the FwdServers list, regardless of the
5507 ps->direct value. This could cause every request to
5508 go to a parent even when always_direct is used.
5509 - Changed fwdServerClosed() to rotate the "forward servers"
5510 list when a connection establishment fails. Otherwise
5511 it always kept trying to connect to the first server
5512 int the list.
5513
5514 2.2.STABLE3:
5515
5516 - Fixed preprocessor problems for HP-UX in lib/safe_inet_addr.c.
5517 - Avoid coredump in aclMatchAcl() if someone tries to use
5518 proxy authentication with a non-HTTP request (e.g. icp_access).
5519 - Moved 'ident_lookup_access' in squid.conf so it appears
5520 after the ACL section.
5521 - Fixed typo in squid.conf on "Config.Addrs.snmp_outgoing"
5522 - Fixed a case in clientCacheHit() where we thought it
5523 was a hit, but the reply status was not 200, so we
5524 had to perform a cache miss. We forgot to change the
5525 log_type and these were being recorded as TCP_HIT's.
5526 - Fixed a void pointer subtraction bug in delayIdPtrHashCmp().
5527 - Fixed delay_pools coredump and memory leak bugs from
5528 NULL delay_id values.
5529 - Fixed a SEGV bug with delay_pools when requesting
5530 'objects' or 'vm_objects' from the cachemgr.
5531 - Added a workaround for buggy FTP servers that return
5532 a size of zero for non-zero-sized objects.
5533 - Removed umask(0) call from main().
5534 - Fixed a peer selection bug that caused us to never select
5535 a neighbor based on ICP replies if the ICP timeout occurs.
5536 In conjunction with this, removed the PING_TIMEOUT state.
5537 - Fixed a store_rebuild bug that caused us to get stuck trying
5538 if a cache_dir subdirectory didn't exist.
5539 - Fixed a buffer overrun bug in gb_to_str().
5540
5541 2.2.STABLE4:
5542
5543 - Fixed a dread_ctrl leak caused in store_client.c
5544 - Fixed a memory leak in eventRun().
5545 - Fixed a memory leak of ErrorState structures due to
5546 a bug in forward.c.
5547 - Fixed detection of subdomain collisions for SPLAY trees.
5548 - Fixed logging of hierarchy codes for SSL requests (Henrik
5549 Nordstrom).
5550 - Added some descriptions to mib.txt.
5551 - Fixed a bug with non-hierarchical requests (e.g. POST)
5552 and cache digests. We used to look up non-hierarchical
5553 requests in peer digests. A false hit may cause Squid
5554 to forward a request to a sibling. In combination with
5555 'Cache-control: only-if-cached, this generates 504 Gateway
5556 Timeout responses and the request may not be re-forwardable.
5557 - Fixed a filedescriptor leak for some aborted requests.
5558
5559
5560 Changes to Squid-2.1 (November 16, 1998):
5561
5562 - Changed delayPoolsUpdate() to be called as an event.
5563 - Replaced comm_select FD scanning loops with global fd_set
5564 structures. Inspired by Jeff Mogul's patch for squid 1.1.
5565 - Moved functions common to dns.c, redirect.c, authenticate.c,
5566 ipcache.c, and fqdncache.c into helper.c.
5567 - Changed storeClientCopy2() so that it keeps sending the remainder
5568 of a STORE_ABORTED request, instead of cutting off the client as
5569 soon as the object becomes aborted.
5570 - Fixed combined ipf-transparent proxy and a local http-accelerator
5571 operation (Quinton Dolan).
5572 - Rewrote base64_decode.c because of potential buffer overrun
5573 bugs.
5574 - Configurable handling of whitespace in request URI's.
5575 See 'uri_whitespace' in squid.conf.
5576 - Added ability to generate HTTP redirect messages from
5577 the redirector output by prepending "301:" or "302:" to the
5578 new url. See FAQ 4.16 for more details.
5579 - Eliminated refreshWhen() which was out-of-sync with refreshCheck()
5580 potentially causing under-utilized cache digests
5581 - Maintain refreshCheck statistics on per-protocol basis so we
5582 can tell why ICP or Digests return too many misses, etc.
5583 - Fixed delay_pools.c class2/class3 typo (Simon Woods).
5584 - Changed squid.conf's default access controls to deny all
5585 HTTP requests. Admins must write ACL rules to specifically
5586 allow their local clients.
5587 - Patched French error messages (Mathias HERBERTS).
5588 - NextStep porting fixes by Mike Laster:
5589 - use xstrdup() in cf_gen.c
5590 - check for putenv() in configure
5591 - #define S_ISDIR macro
5592 - Added --disable-poll configure option (Henrik Nordstrom).
5593 - Fixed internal URL hostname case bugs (Henrik Nordstrom).
5594 - Patched ftp.c so we never cache autenticated FTP requests
5595 (Henrik Nordstrom).
5596 - Fixed FTP authentication. We tried to unescape authentication
5597 given by basic authentication which is not URL escaped
5598 (Henrik Nordstrom).
5599 - Fixed HTTP version for common logfile format (Henrik Nordstrom).
5600 - Added 'redirect_rewrites_host_header' option to disable rewriting
5601 of Host header for redirector responses (Henrik Nordstrom).
5602 - Allow semi-customized error message signatures (Henrik Nordstrom).
5603 - Fixed bug with errors for unsupported requests (Henrik Nordstrom).
5604 - Fixed handling of blank lines in ACL input files (Henrik
5605 Nordstrom).
5606 - Changed proxy_auth ACL type to consist of a list of valid
5607 users. REQUIRED == any (same as ident ACL). ACL type user
5608 changed to ident since this is what it really is.
5609 (Henrik Nordstrom).
5610 - Fixed long URL bugs; make sure 'log_uri' never exceeds
5611 MAX_URL bytes.
5612 - Allow comments in external ACL files (Gerhard Wiesinger).
5613 - Added 'range_offset_limit' configuration option. Requests
5614 with ranges that start after this value will be passed
5615 on unmodified, and Squid will not cache the response
5616 (Henrik Nordstrom).
5617 - Added Client HTTP Hit byte counters to 'counters' output
5618 (Douglas Swarin).
5619 - Got Squid to compile with --enable-async-io on FreeBSD.
5620 - Fixed infinite loop bug for cachemgr 'config' option.
5621 - Fixed cachability bugs for replies with Pragma: no-cache.
5622 - Made content-type multipart/x-mixed-replace uncachable.
5623 - Y2K fix for parsing dates in "Wed Jun 9 01:29:59 1993 GMT"
5624 format (Richard Kettlewell).
5625 - Fixed passing -s option to dnsserver processes (Alvaro Jose
5626 Fernandez Lago).
5627 - Changed proxy_auth to work on internal objects and when in
5628 accelerator mode. (Henrik Nordstrom)
5629 - Added login=user:password option to cache_peer directive to
5630 be used from a dial-up cache where the parent requires proxy
5631 authentication. (Henrik Nordstrom)
5632 - If you want to "auto-login", then use a URL on the form
5633 http://username:password@server/.... Squid now picks this up
5634 when going direct, and turns it into basic WWW
5635 authentication. It is also possible to do automatic login to
5636 certain servers by using a redirector to add the needed
5637 authentication information. (Henrik Nordstrom)
5638 - Changed refreshCheck() so that objects with negative age
5639 are always stale.
5640 - Fixed "plain" FTP listings (Henrik Nordstrom).
5641 - Fixed showing banner/logon message for top-level FTP
5642 directories (Henrik Nordstrom).
5643 * Changes below have been made to SQUID_2_1_PATCH1
5644 - Fixed pinger packet size assertion.
5645 - Fixed WAIS forwarding.
5646 - Fixed dnsserver coredump bug caused by using both -D and
5647 -s options.
5648 * Changes below have been made to SQUID_2_1_PATCH2
5649 - Fixed EBIT macro bugs when the bitmask is a 64-bit long.
5650 - Fixed proxy auth NULL password bug.
5651 - Fixed queueing of multiple peerRefreshDNS events.
5652 - Added a stack of StoreEntry objects to be released after
5653 store rebuild completes.
5654 - Fixed NULL pointer bugs with too-large requests (found by
5655 Martin Lathoud).
5656 - Fixed reading replies from buggy ident servers. Replies
5657 might not have terminating CR or LF (Henrik Nordstrom).
5658 - Changed internal StoreEntry key so that the request method
5659 is encoded as a single octet. Encoding an enumerated type
5660 has size and byte-order incompatibilities, especially for
5661 cache digests.
5662 - Fixed storeEntryLocked so that SPECIAL, but PRIVATE entries
5663 are not always locked. This fixes having multiple
5664 store_digest's stuck in memory.
5665 - Fixed clientProcessOnlyIfCachedMiss so it unlocks and
5666 unregisters from "cache hit" entries.
5667 * Changes below have been made to SQUID_2_1_PATCH3
5668 - Fixed memory leak in clientHandleIMSReply for
5669 storeClientCopy failures.
5670
5671 Changes to Squid-2.0 (October 2, 1998):
5672
5673 - Added NAT/Transparent hijacking code from Quinton Dolan.
5674 - Added actual filesystem usage to cachemgr 'storedir' page.
5675 Only works for operating systems which support statvfs().
5676 - Fixed HTCP compile-time bugs.
5677 - Fixed quick_abort bugs. Configured values are stored as
5678 Kbytes, not bytes.
5679 - Removed fwdAbortFetch(). It breaks quick_abort and seems
5680 mostly useless.
5681 - Changed storeDirSelectSwapDir() to skip swap directories
5682 when their utilization is over the high water mark ratio.
5683 - Fixed off-by-one bug for dead neighbor detection (Joe Ramey).
5684 - fixed bugs in Content-Range header generation
5685 - changed the way Range requests are handled:
5686 - do not "advertise" our ability to process ranges at
5687 all
5688 - on hits, handle simple ranges and forward complex
5689 ones
5690 - on misses, fetch the whole document for simple ranges
5691 and forward range request for complex ranges
5692 The change is supposed to decrease the number of cases when
5693 clients such as Adobe acrobat reader get confused when we
5694 send a "200" response instead of "206" (because we cannot
5695 handle complex ranges, even for hits) Note: Support for
5696 complex ranges requires storage of partial objects.
5697 - Removed SNMP mib-2.system group from squid.
5698 - Removed SNMP ability to iterate through ipcache and friends.
5699 - Added SNMP ipcache/fqdncache basic statistics.
5700 - Converted SQUID-MIB to SMIv2 (RFC 1902).
5701 - Moved SQUID-MIB to enterprises section of the tree in preparation
5702 of the split into PROXY-MIB & SQUID-MIB.
5703 - Corrected minor errors in SQUID-MIB.
5704 - Moved uptime into cacheSystem from cacheConfig.
5705 - Corrected a number of get-next-request bugs, snmpwalk should now
5706 return all objects and not skip some.
5707 - Fixed netdbClosestParent() so it won't return sibling
5708 peers.
5709 - Fixed a bug with secondary clients on entries with
5710 ENTRY_BAD_LENGTH set. We should release the
5711 bad entry to prevent secondary clients jumping on.
5712 - Changed MIB to prevent parse warnings at startup.
5713 * Changes below have been made to SQUID_2_0_PATCH1
5714 - Fixed a forwarding loop bug. Even though we were detecting
5715 a loop, it was not being broken.
5716 - Try to prevent sibling forwarding loops by NOT forwarding a
5717 request to a sibling if we have a stale copy of the object.
5718 Validation requests should only be sent to parents (or
5719 direct).
5720 - Fixed ncsa_auth hash bugs when re-reading password file.
5721 - Changed clientHierarchical() so that by default SSL/CONNECT
5722 requests do NOT go to neighbor caches.
5723 - Changed clientHandleIMSReply() to not call storeAbort()
5724 because there can be more than one client hanging on the
5725 StoreEntry. This hopefully fixes "store_status !=
5726 STORE_ABORTED" assertions.
5727 - Added temporary fix to httpMakePublic() to prevent assertions
5728 (!EBIT_TEST(e->flags, RELEASE_REQUEST)) in storeSetPublicKey().
5729 * Changes below have been made to SQUID_2_0_PATCH2
5730 - PATCH1 introduced a seriously stupid bug which prevented ICP
5731 queries for all requests. Fixed by checking
5732 request->hierarchical in peerSelectFoo().
5733
5734 Changes to squid-1.2.beta25 (September 21, 1998):
5735
5736 - Fixed async IO bugs from adding filedescriptor arg to AIOCB
5737 callbacks (Henrik Nordstrom).
5738 - Fixed store_swapout.c assertion. We were freeing object data
5739 past the swapout_done offset. This probably happens (only?)
5740 when an object changes from cachable to uncachable while
5741 it is being swapped out.
5742 - Added MEM_CLIENT_SOCK_BUF type so we can change the size
5743 of the buffers used for writing data to the client sockets.
5744 - Added configure check for libbind.a. If found, it will be
5745 used instead of libresolv.a.
5746 - Changed fwdStart() to always allow internally generated
5747 requests, such as for peer digests. These requests are
5748 known to fwdStart() because the address arg is set to
5749 'no_addr'.
5750 - Completed initial HTCP implementation. It works, but is not
5751 tested much.
5752 - Added counters for I/O syscalls.
5753 - Fixed httpMaybeRemovePublic. With broken ICP neighbors
5754 (netapp) Squid doesn't use private keys. This caused us
5755 to remove almost every object from the cache.
5756 - Added 'asndb' cachemgr stats to show AS Number tree.
5757 - Fixed AS Number byte-order bug for netmasks.
5758 - Fixed comm_incoming calling rate for high loads (Stewart
5759 Forster).
5760 - Give always_direct higher precedence than never_direct
5761 (Henrik Nordstrom).
5762 - Changed PORT ACL type to accept ranges. Now you can easily
5763 deny, for example, all priveleged ports except 80, 70, 21,
5764 etc.
5765 - ARP ACL fixes for Linux (David Luyer).
5766 - Replaced various "EBIT" flags bitfileds with structures of
5767 "int:1" members.
5768 - Changed storeKeyPrivate and storeKeyPublic to be a bit more
5769 efficient by removing snprintf(). This causes an
5770 incompatibility with old cache keys, however. To transition,
5771 we will look up both the new and old style keys for about the
5772 next 30 days. After that, if you haven't run this (or a
5773 future) version, your cache contents will be lost.
5774 - Made the client-side write buffer size configurable with
5775 a #define in defines.h. By default it is still 4096 bytes.
5776 - Removed redirectUnregister(). It should be unnecessary
5777 because of cbdata locks.
5778 - Fixed multiple HEAD request brokennesses (Henrik Nordstrom).
5779 - Changed non-blocking connect(2) code to call getsockopt()
5780 instead of connect() again. This is the approach recommended
5781 by Stevens, and fixes bugs on BSD-ish systems when subsequent
5782 connect() calls loop with EAGAIN status.
5783 - Added MD5 cache keys to memory pool accounting.
5784 - Added code to track number of open DISK descriptors and stop
5785 swapping out objects if the number of disk descriptors becomes
5786 too large. For now the limit must be manually configured with
5787 the 'max_open_disk_fds'. By default, there is no limit.
5788 - Stopped encoding a request method in the high byte of the ICP
5789 reqnum field. Instead queried cache keys are copied to a
5790 static array, indexed by the reqnum, modulo the array size.
5791 Now we just use the request number to lookup a cache key,
5792 instead of rebuilding it from the ICP reply URL and method,
5793 unless we have netapp neighbors--they don't do reqnum
5794 properly.
5795 - Fixed reconfigure memory access bugs in redirect.c.
5796 - Ignore unreasonably large ICP RTT values which cause overflow
5797 bugs in calculating the average RTT (thanks Niall!)
5798
5799 Changes to squid-1.2.beta24 (August 21, 1998):
5800
5801 - Added Bulgarian error pages by Evgeny Gechev.
5802 - Changed StoreEntry->lock_count to a u_short.
5803 - Replaced urlcmp with strcmp
5804 - Fixed pragma no-cache ejecting ENTRY_SPECIAL objects
5805 (Henrik Nordstrom).
5806 - Eliminated unneeded BASE HREF on "root" directories (Henrik
5807 Nordstrom).
5808 - Fixed peerDigestFetchFinish() assertion caused by forwarding
5809 failures (e.g. miss_access rules).
5810 - Changed signal handlers with ASYNC_IO and Linux so that
5811 -k command line options work (Miquel van Smoorenburg).
5812 - Rewrote shutdown code to use events instead of setting
5813 FD timeouts.
5814 - Fixed cachemgr 'objects' (statObjects()) by adding a check
5815 for READ_AHEAD_GAP, and calling storeCheckSwapout() in
5816 storeBufferFlush(). Otherwise, the read-past pages would
5817 never be freed.
5818 - Fixed DNSSERVER shutdown bugs. The re-opened dnsserver processes
5819 were being closed by the dnsServerShutdown event.
5820 - Modified storeHashInsert() to insert PRIVATE objects at
5821 the tail of the LRU list, and PUBLIC objects at the head.
5822 Thus, PRIVATE objects get kicked out quicker.
5823 - Added David Luyer's DELAY_POOLS code.
5824 - Fixed a bug due to HEAD replies which lack the end-of-headers
5825 line.
5826 - Made proxy-auth realm string configurable (Bob Franklin)
5827 - Changed default mime time to a viewable one (Henrik Nordstrom).
5828 - configure fixes for Sony's NEWS-OS 6.x (Makoto MATSUSHITA).
5829 - Fixed 'you are running out of filedescriptors' bug which
5830 could cause the HTTP incoming connection handler to not
5831 be reset.
5832 - Changed syslog logging. Now squid debug levels 0 and 1 go
5833 to syslog. Level 0 gets LOG_WARNING and level 1 gets LOG_NOTICE
5834 (this needs more work!)
5835 - Fixed memory access errors in statAvgTick().
5836 - Fixed duplicate requestUnlink() bug in forward.c
5837 - Fixed possible memory access bugs from not setting e->mem_obj
5838 = NULL in destroy_MemObject().
5839 - Deleted TCP_IMS_MISS tag. Always use TCP_IMS_HIT instead.
5840 - Modified headersEnd and httpMsgIsolateHeaders to account
5841 for funky line terminations such as CRCRNL.
5842 (``but Netscape and IE _tolerate_ this'')
5843 - Fixed carp functions (Eric Stern).
5844 - Replaced internal proxy_auth code with extern authentication
5845 module (Arjan de Vet).
5846 - moved hash.c to libmiscutil.a.
5847 - Fixed handling of ICP queries with whitespace in URLs.
5848 Now we return ICP error and escape the URL before logging.
5849 - Added configure check for socklen_t (David Luyer).
5850 - Removed USE_SPLAY #defines; it is now standard.
5851 - Added FD arg to async IO callbacks (AIOCB) so we can eliminate
5852 temporary disk_ctrl_t structures.
5853 - Changed ENOSPC disk write errors to reduce specific cache_dir
5854 sizes, and not just the size of the cache as a whole.
5855 - Added httpMaybeRemovePublic() to purge public objects for
5856 certain responses even though they are uncachable. This is
5857 needed, for example, when an initially cachable object
5858 later becomes uncachable.
5859 - Added refresh_pattern options to ignore client reloads
5860 (Henrik Nordstrom)
5861 - Relocated disk.c code which combines blocks for writing
5862 (Stewart Forster).
5863
5864 Changes to squid-1.2.beta23 (June 22, 1998):
5865
5866 - Added Turkish error pages by Tural KAPTAN.
5867 - Added basic support for Range requests. For most cachable
5868 requests, Squid replies with an "Accept-Ranges" header. Upon
5869 receiving a potentially cachable Range request for a not
5870 cached object, Squid requests the whole object from origin
5871 server and then replies with specified range(s) to the
5872 client. Multi-range requests are supported. Adjacent
5873 overlapping ranges are merged. If-Range requests are
5874 supported. Limitations: Multi-range requests with out of
5875 order ranges are not supported.
5876 - Made md5.c use standard memcpy and memset if they are
5877 avaliable.
5878 - Memory pools will now shrink if Squid is run-time
5879 reconfigured with smaller value of memory_pools_limit tag.
5880 - Added counter for number of clients (Tomi Hakala).
5881 - Changed neighbor UP/DOWN algorithm to require 10 failed TCP
5882 connections for UP->DOWN transition.
5883 - Added 'unique_hostname' configuration option when its
5884 necessary to have multiple machines with the same visible
5885 hostname.
5886 - Fixed pumpReadFromClient() to not read too many bytes on
5887 persistent connections.
5888 - We can now cache HTTP replies with Set-Cookie. These evil
5889 headers are now filtered out for cache hits on the client
5890 side.
5891 - Fixed SNMP bugs caused by using snmpwalk.
5892 - Fixed snmp system Group; all objects are now returned.
5893 - Fixed snmp system Group sysDescr and sysContact.
5894 - Fixed snmp system Group sysObjectID it now returns a OBJECT
5895 IDENTIFIER.
5896 - Allocate FwdState from mem pools.
5897 - Minor HTCP progress.
5898 - Moved 'miss_access' ACL check from client_side.c to forward.c
5899 - Fixed logging of usernames for requests which require
5900 proxy-authentication.
5901 - Fixed HTTP request parser to accept lowercase HTTP identifier
5902 (Oskar Pearson).
5903 - Fixed FTP listings to always include links to the parent
5904 directory (Henrik Nordstrom).
5905 - Fixed FTP to show an "empty" listing instead of showing
5906 a "document contains no data" error (Henrik Nordstrom).
5907 - Fixed refreshCheck() bug. Often it was checking the
5908 refresh patterns against the string "[null_mem_obj]"
5909 because we moved URLs to MemObject.
5910 - Added CARP support by Eric Stern.
5911 - Fixed select-spin bug when an ICP reply actually gets queued
5912 and we failed to execute the write callback.
5913 - Fixed a storeCheckSwapOut bug. We were freeing up to
5914 the queued offset instead of the done offset. This
5915 resulted in a small chunk of object data not being in
5916 memory and not yet written to disk. A client could
5917 recieve a partial object because file_read() unexpectedly
5918 returns EOF.
5919 - Fixed proxy-authentication hangs (Henrik Nordstrom).
5920 - Fixed request_t->flags bug causing authenticated, proxied
5921 responses to be cached (Arjan de Vet).
5922 - Fixed MIME types for .tgz extension (Henrik Nordstrom).
5923 - Added view and download options to FTP listings (Henrik
5924 Nordstrom).
5925 - Modified configure to allow using pre-installed libdlmalloc.a
5926 (Masashi Fujita).
5927 - Fixed cachemgr 'objects' implementation.
5928 - Changed refreshCheck() algorithm. For cached objects, we
5929 now check, in the following order:
5930 * request max-age
5931 * response Expires (if present)
5932 * refresh_pattern max-age
5933 * response Last-Modified compared to refresh_pattern
5934 LM-factor (only if Last-Modified is present)
5935 * refresh_pattern min-age
5936 - Changed Copyrights.
5937
5938 Changes to squid-1.2.beta22 (June 1, 1998):
5939
5940 - do not cut off "; parameter" from "digitized" Content-Type
5941 http fields
5942 - Added X-Request-URI for persistent connection debugging
5943 (Henrik Nordstrom)
5944 - Added Polish error pages from Maciej Kozinski.
5945 - Fixed hash_first/hash_next bugs with **Current pointer.
5946 Replaced with *next pointer.
5947 - Fixed PUT/POST bugs in client (Henrik Nordstrom).
5948 - Deny forwarding loops in httpd accel mode (Henrik Nordstrom).
5949 - Fixed eventRun "spin" bug when event delta time == 0.
5950 - Fixed setting Last Modified time on cached entries when
5951 receiving a 304 reply.
5952 - Added while loop in httpAccept().
5953 - Added while loop in icpHandleUdp().
5954 - Fixed some small memory leaks.
5955 - Fixed single-bit-int flag checks (Henrik Nordstrom).
5956 - Replaced "complex" (offset accounting) calls to snprintf with MemBuf
5957 - Do not send only-if-cached cc directive with requests
5958 for peer's digests.
5959 - Added "automatic tuning" for incoming request rate, i.e.
5960 how often to check HTTP and ICP sockets. See comm.c
5961 comments for details.
5962
5963 Changes to squid-1.2.beta21 (May 22, 1998):
5964
5965 - Added Italian error pages by Alessio Bragadini.
5966 - Added Estonian error pages by Toomas Soome.
5967 - Added Russian (koi-r) error pages by Andrew L. Davydov.
5968 - Added Czech error pages by Jakub Nantl.
5969 - Fixed asnAclInitialize calling to prevent coredump.
5970 - Fixed FTP directory parsing again.
5971 - Made FTP directory listing "Generated" tagline like
5972 the one for error pages.
5973 - Fixed an assertion coredump in statHistCopy from
5974 reconfiguring with different #peers in squid.conf
5975 - Ignore leading whitespace on requests (and replies). RFC
5976 2068 section 4.1, robustness (Henrik Nordstrom)
5977 - Fixed keep_alive bug. We did not always honour reply
5978 headers, but rather assumed connections could be persistent.
5979 - Fixed reading whois output for AS numbers, especially when
5980 they are longer than 4 KB.
5981 - Removed 'cache_stoplist_pattern' configuration option. This
5982 feature is now handled by 'no_cache'.
5983 - If a URN resolves to only one URL, just return it immediately
5984 instead of giving the user a "choice" (Andy Powell).
5985 - Fixed year-2000 bug in lib/iso3307.c (Henrik Nordstrom).
5986 - Changed squid-internal object names.
5987 - Added netdb exchange protocol.
5988 - Fixed wordlistDestroy() uninitialized pointer bug in
5989 ftpParseControlReply.
5990 - Fixed redirector subprocess to show real program name.
5991 - Changed URN menu output to be sorted.
5992 - Added fast select(2) timeouts when using ASYNC_IO.
5993 - Added ARP ACL support for Linux (David Luyer).
5994 - Added binary http headers to requests
5995 - request_t objects are now created and destroyed in a consistent way
5996 - Fixed cache control printf bug
5997 - Added a lot of new http header ids
5998 - Improved Connection: header handling; now both Connection and
5999 Proxy-Connection headers are checked for connection directives
6000 - Connection request header is now handled correctly regardless
6001 of its position and the number of entries
6002 - Only replies with valid Content-Length can be sent with keep-alive
6003 connection directive (Henrik Nordstrom)
6004 - Better handling of persistent connection "clues" in HTTP headers;
6005 the decision now depends on HTTP version (and User-Agent exceptions)
6006 - Removed handling of "length=" directive in IMS headers;
6007 the directive is not in the HTTP/1.1 standard;
6008 standing by for objections
6009 - allowed/denied headers are now checked using bit masks instead of
6010 strcmp loops
6011 - removed Uri: from allowed headers; Uri is deprecated in RFC 2068
6012 - removed processing of Request-Range header (not in specs?)
6013 - Fixed byte-order bugs in cacheDigestHashKey.
6014 - Changed hash_remove_link() to return void.
6015 - Changed ipcache_gethostbyname() to return NULL if
6016 i->addrs.count == 0.
6017 - Added millisecond-timing to select/poll loops and event
6018 queue.
6019 - Changed 'peerPingTimeout' value to be twice the average
6020 of all the peer ICP RTT's.
6021 - Added 'half_closed_clients' option to force closing of
6022 client connections which might only be half-closed.
6023 - Fixed matchDomainName coredump bug.
6024 - Don't cache HTTP replies with Vary: headers until we
6025 get content negotiation working.
6026 - Fixed SSL proxying to forward full HTTP request headers.
6027 - Changed storeGetMemSpace(). Only purge down to the HIGH
6028 water mark; move locked entries to the head of the inmem
6029 list.
6030 - Changed clientReadRequest() to locally handle any
6031 "squid-internal-static" URL for any host.
6032 - Disable persistent connections for client connections
6033 from broken Netscape User-Agent, version 3.* (Stewart Forster)
6034
6035 Changes to squid-1.2.beta20 (April 24, 1998):
6036
6037 - Improved support for only-if-cached cache control directive.
6038 - Enabled 304 replies for ENTRY_SPECIAL objects (e.g., icons).
6039 - Fixed 'quick_abort' percent calculation bug.
6040 - Fixed quick_abort FPE bug.
6041 - Changed more errno-checking functions to use ignoreErrno().
6042 - Added ERESTART to ignoreErrno() because of report from
6043 a Solaris system.
6044 - Fixed '#elsif' typo.
6045 - Fixed MemPool assertion by moving memInit() to before
6046 configuration parsing functions.
6047 - Fixed default 'announce_period' value (was 1 day, should
6048 be 0) (Joe Ramey).
6049 - Added configure warning for low filedescriptors and pointer
6050 to FAQ.
6051 - Fixed httpBodySet() bug causing URN related coredumps.
6052 - Changed ipcacheCycleAddr() to always cycle through all all
6053 available addresses, and not just advance when one of
6054 them goes BAD.
6055 - Fixed squid-internal bug for mixed-case hostnames (Henrik
6056 Nordstrom).
6057 - Fixed ICP counting probelm. icpUdpSend() arg should be
6058 LOG_ICP_QUERY instead of LOG_TAG_NONE.
6059 - Added some additional fault toleranse on FTP data channels
6060 (Henrik Nordstrom).
6061 - Corrected error reporting on FTP "hacks" (Henrik Nordstrom).
6062 - Added lock/unlock for StoreEntry during storeAbort().
6063 - Added filemap bit usage stats to cachemgr 'storedir' and
6064 'info'.
6065 - Replaced 'cache_stoplist' with 'no_cache' Access list.
6066 - Fixed (hopefully) remaining swapfile-open-at-exit bugs.
6067 - Fixed default hierarchy_stoplist to be ``default if none.''
6068 - Fixed 'fake a recent reply' hack for detecting DEAD
6069 and ALIVE neighbors (Joe Ramey).
6070 - Fixed FTP directory parsing bugs (Joe Ramey).
6071 - Fixed ftpTraverseDirectory coredump for NULL ftpState->filepath
6072 (Joe Ramey).
6073 - Fixed daylight savings time bug (again).
6074 - A lot of Cache Digests additions, fixes, and tuning.
6075 Cache Digests are still "very experimental".
6076 - Fixed snprintf() bug. When len == 1, snprintf() would treat
6077 the buffer as unknown size, emulating sprintf() behaviour.
6078 - Made Error page language configurable with configure script
6079 (Henrik Nordstrom).
6080 - Fixed squid-internal URLs when http_port == 80.
6081 - Remember the client address on redirected requests (Henrik
6082 Nordstrom).
6083 - Don't rebuild the request if the redirector returned the same
6084 URL (Henrik Nordstrom).
6085 - Rewrite Host: header on redirected requests (Henrik
6086 Nordstrom).
6087 - Include port (if non-standard) in generated Host: headers
6088 (Henrik Nordstrom).
6089 - Fixed rfc1123 timezone hacks for Windows NT
6090 (Henrik Nordstrom).
6091 - Added Russian Error pages by Ilia Zadorozhko.
6092 - Added totals for ICP and HTTP hits to cachemgr client_list
6093 output.
6094 - Changed error message to 'Generated TIME by HOST (SQUID/VER)'
6095 because any string with an '@' must be an email address.
6096 - Fixed POST for content-length == 0.
6097 - Fixed "huge 304 reply" loop bug.
6098 - Fixed --enable-splaytree compile bugs.
6099 - Removed ASN lookup code in peer_select.c.
6100 - Added warnings if ACL code detects subdomains in SPLAY
6101 trees.
6102 - Rewrote some bits of httpRequestFree() to eliminate
6103 possible bugs that could cause an "e->lock_count" asseertion.
6104 - Added value/bounds checking to _db_init() when setting
6105 the debugLevels[] array.
6106
6107 Changes to squid-1.2.beta19 (Apr 8, 1998):
6108
6109 - Squid-1.2.beta19 compiles and runs on Windows/NT with
6110 Cygnus Gnu-WIN32 b19 (Henrik Nordstrom).
6111 - Added French Error pages by Frank DENIS.
6112 - Added Dutch Error pages by Mark Visser
6113 - Added German Error pages by Bernd P. Ziller, Jens Frank,
6114 and Anke S.
6115 - Added support for only-if-cached cache-control directive.
6116 - Added RELAXED_HTTP_PARSER #define to allow requests which are
6117 missing the HTTP identifier on the request line (e.g. buggy
6118 SpyGame queries). RELAXED_HTTP_PARSER is undefined by default.
6119 - Fixed disk.c FD leak for delayed closes in
6120 diskHandleWriteComplete().
6121 - Fixed cache announcement feature.
6122 - Fixed httpReadReply() to retry failed HTTP requests on
6123 persistent connections when read() returns -1, not only
6124 when it returns 0.
6125 - Fixed cbdata memory counting leak. cbdataUnlock() always
6126 called free(), never memFree().
6127 - Fixed storeDirWriteCleanLogs() malloc bug on Alphas.
6128 - Fixed `++loopdetect < 10' assertion due to
6129 clientHandleIMSReply bug for invalid/partial HTTP
6130 replies.
6131 - Added preliminary code for HTCP.
6132 - Renamed 'aux' dir to 'cfgaux' for legacy DOS machines.
6133 - Added "snmp_community" as an ACL type.
6134 - Cleaned up proxy-auth acl implementation and removed
6135 memory leaks.
6136 - Added generic 'hashFreeItems()' function for efficiently
6137 freeing hash table pointers.
6138 - Added whoisTimeout() for ASN code.
6139 - Removed BINARY TREE code.
6140 - Fixed forgetting to reset Config.Swap.maxSize in
6141 configDoConfigure.
6142 - Fixed httpReplyUpdateOnNotModified() arguments-in-wrong-order
6143 bug which caused not modified replies to not get updated.
6144 - Fixed client_side.c bugs which could cause data to be written
6145 to the client in the wrong order for persistent connections.
6146 clientPurgeRequest() and clientHandleIMSComplete() must not
6147 call comm_write(). Instead they must create and write to
6148 StoreEntry's.
6149 - Fixed ICP query service time counting bug(s).
6150 - replaced 'char *mime_headers_end()' with 'size_t headersEnd()'
6151 to fix buffer overruns. This also requires adding 'buf_sz'
6152 args to some functions like clientBuildReplyHeader().
6153 But we can eliminate the need to NULL-terminate the
6154 buffer beforehand.
6155 - Changed commConnectCallback() to reset the FD timeout to
6156 zero before notifying about the connection. This requires
6157 commSetTimeout() calls in numerous places to reinstall
6158 timeouts.
6159 - Changed comm_poll_incoming() to be called less frequently
6160 (every 15 I/O's instead of every 7 FD's) (Michael O'Reilly).
6161 - Removed HAVE_SYSLOG case for debug() macro. Almost all
6162 systems do have syslog(), but more importatnly the
6163 _db_level value is needed for debugging to stderr.
6164 - Rewrote squid/dnsserver interface to use smaller, single-line
6165 messages.
6166 - Rewrote 'dns' cachemgr output to use a table format.
6167 - Rewrote a lot of dnsserver.c.
6168 - Added eventAddIsh() for semi-random event scheduling.
6169 - Fixed an ftpTimeout bug for sessions which use PORT
6170 commands.
6171 - Fixed ftp.c to recognized invalid PASV replies (e.g.
6172 port == 0).
6173 - Removed hash_insert(). All hasing uses hash_join() now.
6174 - Renamed hash_unlink() to hash_remove_link().
6175 - Added hashPrime() to find closes prime hash table size
6176 to a given value.
6177 - Fixed Keep-Alive ratio counting bug which prevented
6178 persistent connections from being used between cache
6179 peers.
6180 - Changed icmp.c to NOT queue messages sent from squid to
6181 the pinger program.
6182 - Changed icp_v2.c to NOT queue ICP messages by default.
6183 But they will be queued and resent once if the first
6184 send fails. Counters.icp.queued_replies counts the
6185 number of messaages queued.
6186 - Cleaned up ICP logging.
6187 - Added identTimeout().
6188 - Fixed ipcache reply counting bug. Overcounted dnsserver
6189 replies for partial replies.
6190 - Added urlInternal() for building internal Squid URLs.
6191 - Changed peerAllowedToUse() to check both 'cache_peer_domain'
6192 AND 'cache_peer_acl' configurations. This should be changed
6193 in the fugure to use ONLY cache_peer_acl.
6194 - Changed DEAD/REVIVED neighbor detection to avoid reporting
6195 so many false deaths. (Joe Ramey).
6196 - Added some preliminary code to support "cache digests."
6197 - Fixed pumpClose() coredumps (?).
6198 - Updated cachemgr 'info' output to show median service
6199 times for various categories.
6200 - Fixed ABW bug in storeDirWriteCleanLogs(). sizeof(off_t)
6201 != sizeof(int) for Alphas.
6202 - Fixed potential alignment problem in storeDirWriteCleanLogs().
6203 - Fixed store_rebuild.c to NOT replace current, but
6204 not-swapped-out StoreEntry's with on-disk entries.
6205 - Changed storeCleanup() to call storeRelease on invalid
6206 entries which don't have a swapfile (i.e. no unlink()
6207 penalty).
6208 - Fixed storeSwapInStart() to fail for unvalidated
6209 entries.
6210 - SNMP changes:
6211 . renovated mib and added descriptions and comments
6212 . added hit and byte counters to client_db , for
6213 cacheClientTable
6214 . cacheClientTable, netdbTable, cachePeerTable,
6215 cacheConnTable now indexed by ip address. hash_lookup was
6216 enhanced to allow for subsequent hash_next's similar to
6217 hash_first, to speed up getnext's in tables which refer to
6218 hash-table structures.
6219 . added generic (well, sorf of) table indexing functionality
6220 . added makefile dependencies for snmplib and cache_snmp.h
6221 . WaisHost, WaisPort, Timeouts removed
6222 . FdTable split into FdTable and ConnTable. FdTable simplified
6223 . PeerTable and PeerStat merged and put into new cacheMesh
6224 group
6225 . cacheClientTable added for client statistics and accounting
6226 (cacheMesh 2)
6227 . cacheSec and cacheAccounting groups removed
6228 . fixed acl bug when communities not defined
6229 . snmp_acl now survives bad configuration
6230
6231 Changes to squid-1.2.beta18 (Mar 23, 1998):
6232
6233 - Added v1.1 'test_reachability' option.
6234 - Fixed hash4() len == 0 bug.
6235 - Fixed Config.Swap.maxSize reconfigure bug.
6236 - Fixed ICP query bug determining request method.
6237 - Moved ICP's storeGet() cache lookup into neighborsUdpAck()
6238 so that we know neighbors are alive even when they send
6239 us replies for unknown entries.
6240 - Changed configure script to add '-std1' for Digital Unix cc.
6241 - Fixed SNMP sizeof(int) / sizeof(long) bugs for 64-bit
6242 systems.
6243 - Added support for 'Cache-Control: Only-If-Cached' request header.
6244 - Fixed CheckQuickAbort() bugs for multiple clients on one
6245 StoreEntry. Also changed storePendingNClients() to return
6246 mem->nclients instead of counting the number of store_client
6247 entries with pending callback functions.
6248
6249 Changes to squid-1.2.beta17 (Mar 17, 1998):
6250
6251 - SNMP MIB version check changed to non-rcs.
6252 - Added memory pools for variable size objects (strings).
6253 There are three pools; for small, medium, and large objects.
6254 - Extended String object to use memory pools. Most fixed size char
6255 array fields will be replaced using string pools. Same for most
6256 malloc()-ed buffers.
6257 - Changed icon handling to use the hostname and port of the squid
6258 server, instead of the special hostname "internal.squid"
6259 (Henrik Nordstrom).
6260 - All icons are now configured in mime.conf. No hardcoded icons,
6261 including gohper icons (Henrik Nordstrom).
6262 - Fixed ICP bug when we send queries, but expect zero
6263 replies.
6264 - Fixed alignment/casting bugs for ICP messages.
6265 - A generic client-to-server "pump" was added to handle HTTP
6266 PUT as well as POST methods on the client-cache side. Based on
6267 "pump" PUT requests can be made to either HTTP or FTP url's.
6268 Code is still beta and interoperability with browsers etc has
6269 not been tested.
6270 - Put #ifdefs around 'source_ping' code.
6271 - Added missing typedef for _arp_ip_data (Wesha).
6272 - Added regular-expression-based ACLs for client and server
6273 domain names (Henrik Nordstrom).
6274 - Fixed ident-related coredumps from incorrect callback data.
6275 - Fixed parse_rfc1123() "space" bug.
6276 - Fixed xrealloc() XMALLOC_DEBUG bug (not calling check_free())..
6277 - Fixed some src/asn.c end-of-reply bugs and memory leaks.
6278 - Fixed some peer->options flag-setting bugs.
6279 - Fixed single-parent feature to work again
6280 - Removed 'single_parent_bypass' configuration option; instead
6281 just use 'no-query'.
6282 - Surrounded 'source_ping' code with #ifdefs.
6283 - Changed 'deny_info URL' to use a custom Error page.
6284 - Modified src/client.c for testing POST requests.
6285 - Fixed hash4() for SCO (Vlado Potisk).
6286
6287 Changes to squid-1.2.beta16 (Mar 4, 1998):
6288
6289 - Added Spanish error messages from Javier Puche.
6290 - Added Portuguese error messages from Pedro Lineu Orso
6291 - Added a simple but very effective hack to cachemgr.cgi that tries to
6292 interpret lines with '\t' as table records and formats them
6293 accordingly. With a few exceptions (see source code), first line
6294 becomes a table heading ("<th>" html tag) and the rest is formated
6295 with "<td>" tags.
6296 - Added "mem_pools_limit" configuration option. Semantics of
6297 "mem_pools" option has also changed a bit to reflect new memory
6298 management policy.
6299 - Reorganized memory pools. Squid now supports a global pool
6300 limit instead of individual pool limits. Per-pool limits can be
6301 implemented on top of the current scheme if needed, but it is
6302 probably hard to guess their values. Squid distributes pool
6303 memory among "frequently allocated" objects. There is a
6304 configurable limit on the total amount of "idle" memory to be
6305 kept in reserve. All requests that exceed that amount are
6306 satisfied using malloc library. Support for variable size
6307 objects (mostly strings) will be enabled soon.
6308 - memAllocate() has now only one parameter. Objects are always
6309 reset with 0s. (We actually never used that parameter before;
6310 it was always set to "clear").
6311 - Added Squid "signature" to all ERR_ pages. The signature is
6312 hardcoded and is added on-the-fly. The signature may use
6313 %-escapes. Added interface to add more hard-coded responses if
6314 needed (see errorpage.c::error_hard_text).
6315 - Both default and configured directories are searched for ERR_
6316 pages now. Configured directory is, of course, searched first.
6317 This allows you to customize a subset of ERR_ pages (in a
6318 separate directory) without danger of getting other copies out
6319 of sync.
6320 - Security controls for the SNMP agent added. Besides
6321 communities (like password) and views (part of tree
6322 accessible), the snmp_acl config option can be used to do acl
6323 based access checks per community.
6324 - SNMP agent was heavily re-written, based on cmu-snmpV1.8. You
6325 can now walk through the whole mib tree. Several new variables
6326 added under cacheProtoAggregateStats
6327 - Added rudimental statistics for HTTP headers.
6328 - Adjusted StatLogHist to a more generic/flexible StatHist.
6329 Moved StatHist implementation into a separate file.
6330 - Added FTP support for PORT if PASV fails, also try the
6331 default FTP data port (Henrik Nordstrom).
6332 - Fixed NULL pointer bug in clientGetHeadersForIMS when a
6333 request is cancelled for fails on the client side.
6334 - Filled in some squid.conf comments (never_direct,
6335 always_direct).
6336 - Added RES_DNSRCH to dnsserver's _res.options when the
6337 -D command line option is given.
6338 - Fixed repeated Detected DEAD/REVIVED Sibling messages when
6339 peer->tcp_up == 0 (Michael O'Reilly).
6340 - Fixed storeGetNextFile's incorrect "directory does not exist"
6341 errors (Michael O'Reilly).
6342 - Fixed aiops.c race condition (Michael O'Reilly, Stewart
6343 Forster).
6344 - Added 'dns_nameservers' config option to specify non-default
6345 DNS nameserver addresses (Maxim Krasnyansky).
6346 - Added lib/util.c code to show memory map as a tree
6347 (Henrik Nordstrom).
6348 - Added HTTP and ICP median service times to Counters and
6349 cachemgr average stats.
6350 - Changed "-d" command line option to take debugging level
6351 as argument. Debugging equal-to or less-than the argument
6352 will be written to stderr.
6353 - Removed unused urlClean() function from url.c.
6354 - Fixed a bug that allowed '?' parts of urls to be recorded in
6355 store.log. Logged urls are now "clean".
6356 - Cache Manager got new Web interface (cachemgr.cgi). New .cgi
6357 script forwards basic authentication from browser to squid.
6358 Authentication info is encoded within all dynamically generated
6359 pages so you do not have to type your password often.
6360 Authentication records expire after 3 hours (default) since
6361 last use. Cachemgr.cgi now recognizes "action protection" types
6362 described below.
6363 - Added better recognition of available protection for actions
6364 in Cache Manager. Actions are classified as "public" (no
6365 password needed), "protected" (must specify a valid password),
6366 "disabled" (those with a "disable" password in squid.conf), and
6367 "hidden" (actions that require a password, but do not have
6368 corresponding cachemgr_passwd entry). If you manage to request
6369 a hidden, disabled, or unknown action, squid replies with
6370 "Invalid URL" message. If a password is needed, and you failed
6371 to provide one, squid replies with "Access Denied" message and
6372 asks you to authenticate yourself.
6373 - Added "basic" authentication scheme for the Cache Manager.
6374 When a password protected function is accessed, Squid sends an
6375 HTTP_UNAUTHORIZED reply allowing the client to authorize itself
6376 by specifying "name" and "password" for the specified action.
6377 The user name is currently used for logging purposes only. The
6378 password must be an appropriate "cachemgr_passwd" entry from
6379 squid.conf. The old interface (appending @password to the url)
6380 is still supported but discouraged. Note: it is not possible
6381 to pass authentication information between squid and browser
6382 *via a web server*. The server will strip all authentication
6383 headers coming from the browser. A similar problem exists for
6384 Proxy-Authentication scheme.
6385 - Added ERR_CACHE_MGR_ACCESS_DENIED page to notify of
6386 authentication failures when accessing Cache Manager.
6387 - Added "-v" (Verbose) and "-H" (extra Headers) options to client.c.
6388 - Added simple context-based debugging to debug.c. Currently,
6389 the context is defined as a constant string. Context reporting
6390 is triggered by debug() calls. Context debugging routines
6391 print minimal amount of information sufficient to describe
6392 current context. The interface will be enhanced in the future.
6393 - Replaced _http_reply with HttpReply. HttpReply is a
6394 stand-alone object that is responsible for parsing, swapping,
6395 and comm_writing of HTTP replies. Moved these functions from
6396 various modules into HttpReply module.
6397 - Added HttpStatusLine, HttpHeader, HttpBody.
6398 - All HTTP headers are now parsed and stored in a "compiled"
6399 form in the HttpHeader object. This allows for a great
6400 flexibility in header processing and builds basis for support
6401 of yet unsupported HTTP headers.
6402 - Added Packer, a memory/store redirector with a printf
6403 interface. Packer allows to comm_write() or swap() an object
6404 using a single routine.
6405 - Added MemBuf, a auto-growing memory buffer with printf
6406 capabilities. MemBuf replaces most of old local buffers for
6407 compiling text messages.
6408 - Added MemPool that maintains a pre-allocated pool of opaque
6409 objects. Used to eliminate memory thrashing when allocating
6410 small objects (e.g. field-names and field-value in http
6411 headers).
6412
6413 Changes to squid-1.2.beta15 (Feb 13, 1998):
6414
6415 NOTE: This version has changes which may cause all or part
6416 of your cache to be lost. However, you can problably
6417 save most of it by doing a slow restart. Specifically:
6418
6419 1. Kill the running squid-1.2.beta14 process; wait for it to
6420 fully exit.
6421 2. Remove all 'swap.state*' files, either in each cache_dir, or
6422 as defined in your squid.conf
6423 3. Start squid-1.2.beta15. The store will be rebuilt from the
6424 existing swap files, reading the directories and opening
6425 the files.
6426
6427 - Fixed some problems related to disk (and pipe) write error
6428 handling. file_close() doesn't always close the file
6429 immediately; i.e. when there are pending buffers to write.
6430 StoreEntry->lock_count could become zero while a write is
6431 pending, then bad things happen during the callback.
6432 - The file_write() callback data must now be in the callback
6433 database (cbdata). We now use the swapout_ctrl_t structure
6434 for the callback data; it stays around for as long as we are
6435 swapping out.
6436 - Changed the way write errors are handled by diskHandleWrite.
6437 If there is no callback function, now we exit with a fatal
6438 message under the assumption that the file in question is a
6439 log file or IPC pipe. Otherwise, we flush all the pending
6440 write buffers (so we don't see multiple repeated write errors
6441 from the same descriptor) and let the upper layer decide how
6442 to handle the failure.
6443 - Fixed storeDirWriteCleanLogs. A write failure was leaving
6444 some empty swap.state files, even though it tells us that its
6445 "not replacing the file." Don't flush/rename logs which we
6446 have prematurely closed due to write failures, indiciated by
6447 fd[dirn] == -1. Close these files LAST, not before
6448 renaming.
6449 - Fixed storeDirClean to clean directories in a more sensible
6450 order, instead of the new "MONOTONIC" order for swap files.
6451 - Merged fdstat.c functions into fd.c.
6452 - Cleaned up some debugging sections. Some unrelated source
6453 files were using the same section.
6454 - Removed curly brackets from all cachemgr output.
6455 - Removed unused filemap->last_file_number_allocated member.
6456 - Removed unused fde->lifetime_data member.
6457 - Fixed incorrectly applying htonl() on icp_common_t->shostid.
6458 - Call setsid() before exec() in ipc.c so that child processes
6459 don't receive SIGINT (etc) when running squid on a tty.
6460 - Changed StoreEntry->object_len to ->swap_file_sz so we
6461 can verify the disk file size at restart. Moved object_len
6462 to MemObject->object_sz. Note object_sz is initialized
6463 to -1. If object_sz < 0, then we need to open the swap
6464 file and read the swap metadata.
6465 - Changed store_client->mem to ->entry because we need
6466 e->swap_file_sz to set mem->object_sz at swapin.
6467 - Renamed storeSwapData structure to storeSwapLogData.
6468 - Fixed storeGetNextFile to not increment d->dirn. Added
6469 check for opendir() failure.
6470 - Fixed storeRebuildStart to properly link the directory
6471 list for storeRebuildfromDirectory mode.
6472 - Added -S command line option to double-check store
6473 consistency with disk files in storeCleanup().
6474 - Fixed a problem with transactional logging. In many
6475 cases we were adding the public cache key and then
6476 logging a delete for the private key. This is worthless
6477 because during rebuild we could not locate the previous
6478 public-keyed entry. Now we assert that only public-keyed
6479 entries can be logged to swap.state. storeSetPublicKey()
6480 and storeSetPrivateKey() have been modified to log an
6481 ADD or DEL when the key changes.
6482 - Fixed storeDirClean bug. Needed to call
6483 storeDirProperFileno() so the "dirn bits" get set.
6484 - Fixed a storeRebuildFromDirectory bug. fullpath[] and
6485 fullfilename[] were static to that function and did
6486 not change when the "rebuild_dir" arg did. Moved these
6487 buffers to the rebuild_dir structure.
6488 - In storeRebuildFromSwapLog, we were calling storeRelease()
6489 for cache key collisions. This only set the RELEASE_REQUEST
6490 bit and did not clear the swap_file_number in the filemap or
6491 in the StoreEntry, so the swap file could get unlinked later
6492 when it was really released.
6493 - Fixed FTP so that ';type=X' specifically sets the HTTP reply
6494 content-type and content-encoding (Henrik Nordstrom).
6495 - Removed 'icon_content_type' configuration option. Content
6496 types now taken from mime.conf (Henrik Nordstrom).
6497 - Added additional memory malloc tracing and memory leak
6498 detection. Use --enable-xmalloc-debug-trace configure
6499 option and -m command line option (Henrik Nordstrom).
6500
6501 Changes to squid-1.2.beta14 (Feb 6, 1998):
6502
6503 - Replaced snmplib free() calls with xfree().
6504 - Changed the 'net_db_name' hash table structure to
6505 make it easier to move names from one network to another
6506 (copied from 1.1 code).
6507 - Filled in some of the config dump routines (dump_acl,
6508 dump_acl_access).
6509 - Full memory debugging option (--enable-xmalloc-debug-trace)
6510 (Henrik Nordstrom).
6511 - Filled-in and clarified many squid.conf comments (Oskar
6512 Pearson).
6513 - Fixed up handling of SWAP_LOG_DEL swap.state entries.
6514
6515 Changes to squid-1.2.beta13 (Feb 4, 1998):
6516
6517 - NOTE: With this version the "swap.state" file format has
6518 changed. Running this version for the first time will
6519 cause your current cache contents to be lost!
6520 - NOTE: this version still has the bug where we don't rewind
6521 a swapout file and rewrite the swap meta data. Objects
6522 larger than 8KB will be lost when rebuilding from the swap
6523 files.
6524 - Combined various interprocess communication setup functions
6525 into ipcCreate().
6526 - Removed some leftover ICP_HIT_OBJ things.
6527 - Removed cacheinfo and proto_count() and friends; these are to
6528 be replaced in functionality by StatCounters and 5/60 minute
6529 average views via cachemgr.
6530 - Fixed --enable-acltree configure message (Masashi Fujita).
6531 - Fixed no reference to @LIB_MALLOC@ in src/Makefile.in
6532 (Masashi Fujita).
6533 - Fixed building outside of source tree (Masashi Fujita).
6534 - FTP: Format NLST listings, and inform the user that the NLST
6535 (plain) format is available when we find a LIST listing that we
6536 don't understand (Henrik Nordstrom)
6537 - FTP: Use SIZE on Binary transfers, and not ASCII. The
6538 condition was inversed, making squid use SIZE on ASCII
6539 transfers (Henrik Nordstrom).
6540 - Enable virtual and Host: based acceleration in order to be
6541 able to use Squid as a transparent proxy without breaking
6542 either virtual servers or clients not sending Host: header
6543 the order of the virtual and Host: based acceleration needs
6544 to be swapped, giving Host: a higher precendence than virtual
6545 host (Henrik Nordstrom).
6546 - Use memmove/bcopy as detected by configure Some systems does
6547 not have memmove, but have the older bcopy implementation
6548 (Henrik Nordstrom).
6549 - Completely rewritten aiops.c that creates and manages a pool
6550 of threads so thread creation overhead is eliminated (SLF).
6551 - Lots of mods to store.c to detect and cancel outstanding
6552 ASYNC ops. Code is not proven exhaustive and there are
6553 definately still cases to be found where outstanding disk ops
6554 aren't cancelled properly (SLF).
6555 - Changes to call interface to a few routines to support disk
6556 op `tagging', so operations can be cleanly cancelled on
6557 store_abort()s (SLF).
6558 - Implementation of swap.state files as transaction logs.
6559 Removed objects are now noted with a negative object size.
6560 This allows reliatively clean rebuilds from non-clean
6561 shutdowns (SLF).
6562 - Now that the swap.state files are transaction logs, there's
6563 now no need to validate by stat()ing. All the validation
6564 procedure does is now just set the valid bit AFTER all the
6565 swap.state files have been read, because by that time, only
6566 valid objects can be left. Object still need to be marked
6567 invalid when reading the swap.state file because there's no
6568 guarantee the file has been retaken or deleted (SLF).
6569 - An fstat() call is now added after every
6570 storeSwapInFileOpened() so object sizes can be checked. Added
6571 code to storeRelease() the object if the sizes don't match (SLF).
6572 - #defining USE_ASYNC_IO now uses the async unlink() rather than
6573 unlinkd() (SLF).
6574 - #defining MONOTONIC_STORE will support the creation of disk
6575 objects clustered into directories. This GREATLY improves disk
6576 performance (factor of 3) over old `write-over-old-object'
6577 method. If using the MONOTONIC_STORE, the
6578 {get/put}_unusedFileno stack stuff is disabled. This is
6579 actually a good thing and greatly reduces the risk of serving
6580 up bad objects (SLF).
6581 - Fixed unlink() in storeWriteCleanLogs to be real unlink()
6582 rather than ASYNC/unlinkd unlinks. swap.state.new files were
6583 being removed just after they were created due to delayed
6584 unlinks (SLF).
6585 - Disabled various assertions and made these into debug warning
6586 messages to make the code more stable until the bugs can be
6587 tracked down (SLF).
6588 - Added most of Michael O'Reilly's patches which included many
6589 bug fixes. Ask him for full details (SLF).
6590 - Moved aio_check_callbacks in comm_{poll|select}(). It was
6591 called after the fdset had been built which was wrong because
6592 the callbacks were changing the state of the read/write
6593 handlers prior to the poll/select() calls (SLF).
6594 - Fixed ARP ACL memory leaks (Dale).
6595 - Eliminated URL and SHA cache keys. Cache keys will always
6596 be MD5's now.
6597 - Fixed up store swap meta data.
6598 - Changed swap.state logs to a binary format.
6599 - The swap.state logs are written transaction-style.
6600
6601 Changes to squid-1.2.beta12 (Jan 30, 1998):
6602
6603 - Added metadata headers to cache swap files. This is an
6604 incompatible change with previous versions. Running this
6605 version for the first time will cause your current cache
6606 contents to be lost.
6607 - -D_REENTRANT when linking with -lpthreads (Henrik Nordstrom)
6608 - Show symlink destinations as a hyperlink in FTP listings
6609 (Henrik Nordstrom)
6610 - Fixed not allocating enough space for rewriting URLs with
6611 the Host: header (Eric Stern).
6612 - Year-2000 fixes (Arjan de Vet).
6613 - Fixed looping for cache hits on HEAD requests.
6614 - Fixed parseHttpRequest() coredump for
6615 "GET http://foo HTTP/1.0\r\n\r\n\r\n"
6616
6617 Changes to squid-1.2.beta11 (Jan 6, 1998):
6618
6619 - Fixed fake 'struct rusage' definition which prevented compling
6620 on Solaris 2.4.
6621 - Fixed copy-by-ref bug for request->headers in
6622 clientRedirectDone() (Michael O'Reilly).
6623 - Workaround for Solaris pthreads closing FD 0 upon fork()
6624 (Michael O'Reilly).
6625 - Fixed shutdown bug with outgoing UDP sockets; we need to
6626 disable their read handlers.
6627 - For comm_poll(), use the fast 50 msec timeout only when
6628 USE_ASYNC_IO is defined.
6629 - Fixed pointer bug when freeing AS# ACL entries.
6630 - Fixed forgetting to reset Config.npeers to zero in free_peer().
6631 - Fixed ICP bug causing excessive TIMEOUTs with sibling
6632 neighbors. We must call the ICP reply callback even for
6633 sibling misses.
6634 - Fixed some dnsserver-related reconfigure bugs. Need to
6635 use cbdataLock, etc in fqdncache.c. Also don't want to
6636 use ipcacheQueueDrain() and fqdncacheQueueDrain().
6637 - Fixed persistent connection bug. We were incorrectly
6638 deciding that non-200 replies without content-length
6639 would not have a reply body.
6640 - Fixed intAverage() precedence bug.
6641 - Fixed memmove() 'len' arg bug.
6642 - Changed algorithm for determining alive/dead state of peers.
6643 Instead of using a fixed number of unacknowledged ICP
6644 replies, it is now based on timeouts. If there are no ICP
6645 replies received from a peer within 'dead_peer_timeout'
6646 seconds, then we call it dead.
6647 - Added calls to getCurrentTime() in
6648 comm_{select,poll}_incoming() when ALARM_UPDATES_TIME is not
6649 being used.
6650 - Fixed shutdown bug when the incoming and outgoing ICP socket
6651 is the same file descriptor.
6652 - Added buffered writes for storeWriteCleanLogs() (Stewart
6653 Forster).
6654 - Patches for Qnx4 (Jean-Claude MICHOT).
6655 - Fixed returning void functions which seems to be a GCC-ism.
6656 - New configure script options (Henrik Nordstrom):
6657 --enable-new-storekey=[sha|md5(|url)] (was --enable-hashkey)
6658 --enable-acltree
6659 --enable-icmp
6660 --enable-delay-hack
6661 --enable-useragent-log
6662 --enable-kill-parent (this should be named -hack)
6663 --enable-snmp
6664 --enable-time-hack
6665 --enable-cachemgr-hostname[=hostname] (new)
6666 --enable-arp-acl (new)
6667 - Added Doug Lea malloc-2.6.4 to the distribution, so that
6668 people easily can try a decent malloc package if they syspect
6669 their malloc is broken. --enable-dlmalloc (Henrik Nordstrom).
6670 - Made XMALLOC_DEBUG_COUNT working again. Requires a small stub
6671 function (Henrik Nordstrom).
6672 - Removed top-level Makefile. People must now run 'configure'
6673 before 'make'.
6674 - Fixed checkFailureRatio() implementation.
6675 - Made 'squid -z' behave like the 1.1 version.
6676
6677
6678 Changes to squid-1.2.beta10 (Jan 1, 1998):
6679
6680 - Fixed content-length bugs for 204 replies, 304 replies,
6681 and HEAD requests (Henrik Nordstrom).
6682 - Fixed errorAppendEntry() bug in gopherReadReply().
6683 - Basic support for FTP URL typecodes (;type=X).
6684 - Support for access controls based on ethernet MAC addresses
6685 (Dale).
6686 - Initial URN support; see
6687 http://squid.nlanr.net/Squid/urn-support.html
6688 - Fixed client-side persistent connections for objects with
6689 bad content lengths (Henrik Nordstrom).
6690 - Fixed bad call to storeDirUpdateSwapSize() for objects which
6691 never reach SWAPOUT_DONE state.
6692 - Fixed up poll() #defines in squid.h (Stewart Forster).
6693 - Changed poll() timeout from 1000 msec to 50 msec for
6694 better performance under low load (Stewart Forster).
6695 - Changed storeWriteCleanLogs() to write objects in the LRU
6696 list order instead of the random hash table order.
6697 - Fixed FTP bug when data socket connections fail or timeout.
6698 - Reuse FTP data connection when possible (Henrik Nordstrom).
6699 - Added configure options (Henrik Nordstrom)
6700 --enable-store-key=sha|md5
6701 --enable-xmalloc-statistics
6702 --enable-xmalloc-debug
6703 --enable-xmalloc-debug-count
6704 --async-io
6705 - Fixed confusing with the use/meaning of ERR_CANNOT_FORWARD
6706 by creating ERR_FORWARDING_DENIED and changing the
6707 content of the ERR_CANNOT_FORWARD text.
6708 - Fixed pipeline request bug from using strdup() (Henrik
6709 Nordstrom).
6710 - Call clientReadRequest() directly instead of commSetSelect()
6711 for pipelined requests (Henrik Nordstrom).
6712 - Fixed 4k page leak in icpHandleIMSReply();
6713 - Renamed 'icp*' functions to 'client*' names in client_side.c.
6714
6715 Changes to squid-1.2.beta8 (Dec 2, 1997):
6716
6717 - Fixed accessLogLog() to log ident from Proxy-Authorization
6718 request header (BoB Miorelli).
6719 - Fixed #includes, prototypes, etc. in SNMP source files.
6720 - Moved 'POLLRDNORM' and 'POLLWRNORM' macro checks from
6721 include/config.h.in to src/squid.h
6722 - Moved 'num32' typedefs from src/typedefs.h to
6723 include/config.h.in.
6724 - Moved snmplib/md5.c to lib/md5.c.
6725 - Added MD5 cache key support.
6726 - Removed xmalloc() return check in uudeocde.c
6727 - Added 'ifdef' support to cf_gen.c for optional code (e.g. SNMP)
6728 - Changed 'client' program to provide easier cache manager access,
6729 e.g.: 'client mgr:info'
6730 - Fixed 'client' to send 'Connection' instead of 'Proxy-Connection'
6731 for simulated keep-alive requests.
6732 - Removed 'fd' arg from clientProcess* functions.
6733 - Fixed bugs from using errorSend() on persistent/pipelined
6734 client connections. A latter request should not be allowed to
6735 write to the client fd until the current request completes.
6736 Now use errorAppendEntry() for such situations.
6737 - Fixed content-length bugs. We were using content-length == 0
6738 to also indicate a lack of content-length reply header. But
6739 'content-length: 0' might appear in a reply, so now use -1 to
6740 indicate that no content length given.
6741 - Split up clientProcessRequest() into smaller chunks so it
6742 might be easier to follow.
6743 - renamed various client_side.c functions to start with 'client'
6744 instead of 'icp'.
6745 - Fixed a 'cbdata leak' from the comm.c close handlers.
6746 - Fixed a 'cbdata leak' from the comm.c connect routines.
6747 - Fixed comm_select() and comm_poll() to stop looping on the
6748 incoming HTTP/ICP sockets. If there are fewer than 7 FD's
6749 ready for I/O, the incoming sockets might not get service, so
6750 comm_select() would be called for up to 7 times until the
6751 'incoming_counter' was incremented enough to trigger a call
6752 to comm_select_incoming(). Now we make sure
6753 comm_select_incoming() gets called if select returns less
6754 than 7 ready FD's.
6755 - Added errorpage '%B' token to generate FTP URLs with a '%2f'
6756 inserted at the start of the url-path. calls ftpUrlWith2f().
6757 (Henrik Nordstrom).
6758 - Changed fqdncache.c to use LRU double-linked list instead of qsort()
6759 for replacement and cachemgr output.
6760 - Changed ipcache.c to use LRU double-linked list instead of qsort()
6761 - Changed hash_insert() and hash_join() to return void.
6762 for replacement and cachemgr output.
6763 - Moved StoreEntry->method member to MemObject->method.
6764 - Made StoreEntry->flags 16 bits.
6765 - Made StoreEntry->refcount 16 bits.
6766 - Changed URL-based public cache key to always include the request
6767 method.
6768
6769 Changes to squid-1.2.beta7 (Nov 24, 1997):
6770
6771 - Fixed poll() for Linux (David Luyer).
6772 - SHA optimizations (David Luyer).
6773 - Fixed errno clashes with macro on Linux (David Luyer).
6774 - Fixed storeDirCloseSwapLogs(); logs might not be open.
6775 - Fixed storeClientCopy2() bug. Detect when there is
6776 no more data to send for objects in STORE_OK state.
6777 - Fixed FTP truncation bug when ftpState->size == 0, e.g.
6778 especially directory listings.
6779 - Mega FTP fix from Henrik Nordstrom. A better job of
6780 implementing the '%2f' hack.
6781 - Fixed some pipelined request bugs. storeClientCopy() was
6782 being given the wrong StoreEntry, and we had a race condition
6783 which is now handled by storeClientCopyPending().
6784 - Added initial SNMP support.
6785
6786 Changes to squid-1.2.beta6 (Nov 13, 1997):
6787
6788 - Fixed Authorized responses getting swapped out when they
6789 don't have Proxy-Revalidate reply header.
6790 - Fixed Proxy Authentication support. We never sent back
6791 a 407 reply, and were incorrectly incrementing the passwd
6792 before comparing it.
6793 - Fixed stat()ing pathnames for default values before parsing
6794 config file (Ron Gomes).
6795 - Fixed logging request and response headers on separate lines
6796 (Ron Gomes).
6797 - Fixed FTP Authentication message (Henrik Nordstrom).
6798 - Changed Proxy Authentication to trigger a reread of the passwd
6799 file if a password check fails (Henrik Nordstrom).
6800 - Changed FTP to retry the first CWD with a leading slash if it
6801 fails without one.
6802
6803 Changes to squid-1.2.beta5 (Nov 6, 1997):
6804
6805 - Track the 'keep-alive ratio' for a peer as the ratio of
6806 the number of replies including 'Proxy-Connection: Keep-Alive'
6807 compared to the number of requests sent. If the peer does
6808 not support Persistent connections then this ratio will tend
6809 toward zero. If the ratio is less than 50% after 10 requests
6810 then we'll stop sending Keep-Alive.
6811 - Proper support for %nn escapes in FTP, and numerous
6812 other fixes (Henrik Nordstrom).
6813 - Support for Secure Hash Algorithm and framework for other
6814 hash functions as cache keys.
6815 - Fixed SSL snprintf() bug which broke SSL proxying.
6816 - Fixed store_dir swap log bug from reconfigure (SIGHUP).
6817 - Fixed LRU Reference Age bug. The arg to pow() must be
6818 minutes, not seconds.
6819
6820 Changes to squid-1.2.beta4 (Oct 30, 1997):
6821
6822 - Fixed DST bug in rfc1123.c
6823 - Changed default http_accel_port to 80.
6824 - added errorCon() as a ErrorState constructor function
6825 (Max Okumoto).
6826 - Added ERR_FTP_FAILURE message for ftpFail().
6827 - For FTP, the timeout callback must be moved to the 'data'
6828 descriptor when data transfer begins. Otherwise we are
6829 likely to get a timeout on the control descriptor.
6830 - Fixed double-free bug in httpRequestFree().
6831 - Fixed store_swap_size counting bug in storeSwapOutHandle().
6832
6833 Changes to squid-1.2.beta3 (Oct 29, 1997):
6834
6835 - Initialize _res.options to RES_DEFAULT in dnsserver.c.
6836 - Fix assertions which assumed 4-byte pointers.
6837 - Fix missing % in fqdncache.c snprintf().
6838
6839 Changes to squid-1.2.beta2 (Oct 28, 1997):
6840
6841 - Fixed aiops.c and async_io.c so that they actually compile
6842 with USE_ASYNC_IO (Arjan de Vet).
6843 - Fixed errState->errno causing problems with some macros
6844 (Michael O'Reilly).
6845 - Fixed memory leaks in pconn.c (Max Okumoto).
6846 - Enhanced 'client' program with 'ping' behaviour (Ron Gomes).
6847 - Fixed InvokeHandlers() from calling memCopy() for ALL
6848 store_client's with callbacks. A store_client might be reading
6849 from disk.
6850 - Rewrote storeMaintainSwapSpace(). No longer will we scan one
6851 bucket at a time. Instead we'll maintain a single LRU
6852 list. When an object is 'touched' we move it to the
6853 top of this list. When we need disk space, we delete
6854 from the bottom.
6855 - Removed storeGetSwapSpace().
6856
6857 Changes to squid-1.2.beta1 ():
6858
6859 - Reworked storage manager to not keep objects in memory during
6860 transit. In other words, no separate NOVM distribution.
6861 - Lots of cleanup and debugging for beta release.
6862 - Use snprintf() everywhere instead of sprintf().
6863 - The 'in_memory' hash table has been replaced with a
6864 doubly-linked list. New objects are added to the head of
6865 the list. When memory space is needed, old objects are
6866 purged from the tail of the list.
6867
6868 Changes to squid-1.2.alpha7 ():
6869
6870 - fixes fixes fixes.
6871 - Made Arjan's PROXY_AUTH ACL patch standard.
6872
6873 Changes to squid-1.2.alpha6 ():
6874
6875 - Simpler cacheobj implementation.
6876 - persistent connection histogram
6877 - SERVER-SIDE PERSISTENT CONNECTIONS:
6878 - Added pconn.c
6879 - Addec Cofig.Timeout.pconn; default 120 seconds
6880 - Added httpState->flags
6881 - Added flags arg to httpBuildRequestHeader()
6882 - Added HTTP_PROXYING and HTTP_KEEPALIVE flags
6883 - Added 'Connection' to allowed HTTP headers (http-anon.c)
6884 - Added 'Proxy-Connection' to allowed HTTP headers
6885 (http-anon.c)
6886 - Merged proxyhttpStart() with httpStart() and created
6887 new httpBuildState().
6888 - New httpPconnTransferDone() detects end-of-data on
6889 persistent connections.
6890
6891 Changes to squid-1.2.alpha5 ():
6892
6893 - New configuration system. Everything is generated from
6894 'cf.data.pre', including the main parser, setting defaults,
6895 outputting current values, and freeing memory.
6896 This also involved moving some of the local data structures
6897 (e.g. struct _acl *AclList in acl.c) to the Config
6898 structure. (Max Okumoto)
6899 - No more '/i' for regular expressions. Now insert a '-i'
6900 to switch to case-insensitive. Use '+i' for case-sensitive.
6901 - When you have a variable named the same as its type, sizeof()
6902 gets the wrong one (fde).
6903 - Need to flush unbuffered logs before fork().
6904 - Added two fields swap log: refcount and e->flag.
6905 - Removed all the .h files for each .c file. Now #include stuff
6906 is in either: defines.h, enums.h, typedefs.h, structs.h,
6907 or protos.h, globals.h. This greatly reduces dependencies
6908 between the various source files.
6909 - globals.c is generated from globals.h by a Perl script.
6910 - Started customizable error texts.
6911
6912 Changes to squid-1.2.alpha4 ():
6913
6914 - New MIME configuration, regular expression based
6915 - Added request_timeout config option
6916 - Multiple HTTP sockets (Lincoln Dale).
6917 - Moved 'fds_are_n_free' check to httpAccept().
6918 - s/USE_POLL/HAVE_POLL/; make poll() default if available.
6919 - Changed storeRegister to use offsets and make immediate
6920 callbacks if appropriate.
6921 - Removed icpDetectClientClose(). Some of that functionality
6922 goes into clientReadRequest() and the rest into
6923 httpRequestFree().
6924 - Moved IP lookups to commConnect stuff.
6925 - Added support for retrying connect().
6926 - New inline debug() macro (David Luyer).
6927 - Replace frequent gettimeofday() calls with alarm(3) based
6928 clock. Need to add more gettimeofday() calls to get back
6929 high-resolution timestamp logging (Andres Kroonmaa).
6930 - Added support for Cache-control: proxy-revalidate;
6931 based on squid-1.1 patch from Mike Mitchell.
6932
6933 Changes to squid-1.2.alpha3 ():
6934
6935 - Implemented persistent connections between clients and squid.
6936 - Moved various FD tables (comm.c, fdstat.c, disk.c) to a single
6937 table in fd.c.
6938 - Removed use of FD as an identifier in certain callback
6939 operations (ipcache, fqdncache).
6940 - General code cleanup.
6941 - Fixed typedefs for callback functions.
6942 - Removed FD lifetime/timeout dichotomy. Now we only have
6943 timeouts, however the lifetime concept/keyword may still
6944 linger in certain places.
6945 - Change Makefile 'realclean' target to 'distclean'
6946 - Changed config file parsing of time specifications to use
6947 parseTimeLine().
6948 - Removed storetoString.c
6949
6950 Changes to squid-1.2.alpha2 ():
6951
6952 - Merged squid-1.1.9, squid-1.1.10 changes
6953
6954 Changes to squid-1.2.alpha1 ():
6955
6956 - Unified peer selection algorithm.
6957 - aiops.c and aiops.h are a threaded implementation of
6958 asynchronous file operations (Stewart Forster).
6959 - async_io.c and async_io.h are complete rewrites of the old
6960 versions (Stewart Forster).
6961 - Rewrote all disk file operations of squid to support
6962 the idea of callbacks except where not required (Stewart
6963 Forster).
6964 - Background validation of 'tainted' swap log entries (Stewart
6965 Forster).
6966 - Modified storeWriteCleanLog to create the log file using the
6967 open/write rather than fopen/printf (Stewart Forster).
6968 - Added the EINTR error response to handle badly interrupted
6969 system calls (Stewart Forster).
6970 - UDP_HIT_OBJ not supported, removed.
6971 - Different sized 'cache_dirs' supported.
6972
6973 ==============================================================================