Andrew Doran <ad@interlude.eu.org>
Andrew Evdokimov <ae@elahi.ru>
Andrew Hoying <andrew_hoying@blm.gov>
+ Andrew Novikov <as.asaw@gmail.com>
Andrew Tridgell
Andrey <rybakovandrey85@gmail.com>
Andrey Shorin <tolsty@tushino.com>
Edward Chernenko <edwardspec@gmail.com>
Edward Moy <moy@parc.xerox.com>
Egervary Gergely <gergely@egervary.hu>
+ Egor Ignatov <master.egor.ignatov@gmail.com>
Eldar Akchurin <al.akchurin@googlemail.com>
Eliezer Croitoru <eliezer@ngtech.co.il>
Elmar Vonlanthen <Elmar.Vonlanthen@united-security-providers.ch>
Sergio Durigan Junior <sergiodj@sergiodj.net>
Sergio Rabellino <rabellino@di.unito.it>
Shigechika Aikawa <shige@luck.imasy.or.jp>
+ Shmaya <34206053+ShmayaFrankel@users.noreply.github.com>
Silamael <Silamael@coronamundi.de>
Simon Deziel
squidcontrib <56416132+squidcontrib@users.noreply.github.com>
-Changes in squid-6.3 (some time in September 2023):
+Changes in squid-6.3 (03 Sep 2023):
+ - Bug 5294: ERR_CANNOT_FORWARD returned instead of ERR_DNS_FAIL
+ - Bug 4981: Work around in-call job invalidation bugs
+ - basic_smb_lm_auth: fix 'no previous declaration' warnings
+ - CacheManager: require /squid-internal-mgr/ URL path prefix
- ESI: Fix build [-Wsingle-bit-bitfield-constant-conversion]
- - ... and documentation updates
+ - ... and some documentation changes
Changes in squid-6.2 (06 Aug 2023):
## Please see the COPYING and CONTRIBUTORS files for details.
##
-AC_INIT([Squid Web Proxy],[6.2-VCS],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.3-VCS],[https://bugs.squid-cache.org/],[squid])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([include/autoconf.h])
AC_CONFIG_AUX_DIR(cfgaux)
(void)ParseUrl(url);
} catch (...) {
std::cerr << "\nFAIL: " << url <<
- Debug::Extra << "error: " << CurrentException << "\n";
+ Debug::Extra << "error: " << CurrentException << "\n";
CPPUNIT_FAIL("rejected a valid URL");
}
}
try {
(void)ParseUrl(url);
std::cerr << "\nFAIL: " << url <<
- Debug::Extra << "error: should be rejected due to '" << problem << "'\n";
+ Debug::Extra << "error: should be rejected due to '" << problem << "'\n";
} catch (const TextException &) {
return; // success -- the parser signaled bad input
}