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