|     Squid 
Cache(简称为Squid)是一个流行的自由软件(GNU通用公共许可证)的代理服务器和Web缓存服务器。Squid有广泛的用途,从作为网页服务
器的前置cache服务器缓存相关请求来提高Web服务器的速度,到为一组人共享网络资源而缓存万维网,域名系统和其他网络搜索,到通过过滤流量帮助网络
安全,到局域网通过代理上网。Squid主要设计用于在Unix一类系统运行。
		     该测试版包含了许多的bug修复和稳定性的改进。并且,编译工具链的要求也发生了变化,Libtool 最低要求版本为2.2. 
     下载:http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.0.8.tar.gz     补丁:http://www.squid-cache.org/Versions/v3/3.2/squid-3.2.0.8.patch     查看ReleaseNote: http://www.squid-cache.org/Versions/v3/ ... NOTES.html 
 
更新: 
- Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors. 
- Bug 3043: Properly detect Iphlpapi.h on windows 
- Bug 2055: Honor ICAP Max-Connections 
- Fix NTLM/Negotiate reply auth PASSTHRU to peers 
- Support SSL SNI to origin servers 
- Add %EXT_LOG and %EXT_TAG external_acl_type format options 
- Add %b tag for proxy listening port display in error pages 
- Optimize base64 encoding/decoding 
- Require libcap before enabling netfilter MARK support 
- Require libtool 2.2 
- Bundle pkg.m4 from pkg-config 0.25 for OS without pkg-config 
- ... and all bug fixes and updates from 3.1.12.2 
- ... and some documentation and code polishing 
 
注:Squid 3.1分支的 3.1.12.2 beta 版同步发布。  |