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