操作
发布信息¶
- 版本: 1.4.43
- 上一个版本: 1.4.42
- 分支: 1.4
- 状态: 稳定
- 发布目的: 错误修复
- 发布经理: gstrauss
- 发布日期: 2016-10-31
来自 1.4.42 的重要更改¶
- 改进 FastCGI、SCGI、代理失败重连
- 错误修复
下载¶
- http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.43.tar.gz
- GPG 签名: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.43.tar.gz.asc
- SHA256:
29cb2d58ba60edf5243ca76a3dcda2279470104cfc9a2e58409baefe47986fde
- http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.43.tar.xz
- GPG 签名: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.43.tar.xz.asc
- SHA256:
fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a
- SHA256 校验和: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.43.sha256sum
亮点¶
- 改进
- 改进 FastCGI、SCGI、代理失败重连
- 构建系统:不构建缺少依赖的模块
- 自动构建:交叉编译时对 lemon 使用 CC_FOR_BUILD
- 配置:如果未列出 mod_authn_ldap,mysql 则发出警告
- 配置文件远程 IP 条件对 TLS SNI 有效
- mod_deflate 忽略 deflate.mimetypes 中尾随的 '*'
- mod_deflate 如果负载过高则跳过解压
- mod_accesslog %{ratio}n 记录压缩比
- mod_expire 按 mimetype 过期
- mod_evhost 部分匹配模式
- mod_dirlisting 配置头文件和 readme 文件
- 错误修复
- 修复流式响应时潜在的临时文件损坏
- 修复使用 libev 时 fd 泄漏 (1.4.42)
- 修复 ssl 客户端证书认证段错误 (1.4.42)
- 修复 mod_scgi 前缀匹配以始终匹配 URL
来自 1.4.42 的更改¶
- [autobuild] 移除 mod_authn_gssapi 对 resolv 的依赖
- [mod_deflate] 忽略 deflate.mimetypes 中的 '*'
- [autobuild] 当缺少依赖时省略模块存根
- [TLS] openssl 1.1.0 隐藏 struct bignum_st
- [autobuild] 移动 http_cgi_ssl_env() 以支持 Mac OS X (修复 #2757)
- [core] 在 NetBSD 上使用 paccept() (替换 accept4())
- [TLS] 远程 IP 条件对 TLS SNI 有效 (修复 #2272)
- [doc] lighttpd-angel.8 (修复 #2254)
- [cmake] 为测试构建 fcgi-auth, fcgi-responder
- [mod_accesslog] %{ratio}n 记录压缩比 (修复 #2133)
- [mod_deflate] 如果负载过高则跳过解压 (修复 #1505)
- [mod_expire] 按 mimetype 过期 (修复 #423)
- [mod_evhost] 部分匹配模式 (修复 #1194)
- 构建: 交叉编译时对 lemon 使用 CC_FOR_BUILD
- [mod_dirlisting] 配置头文件和 readme 文件
- [config] 如果未列出 mod_authn_ldap,mysql 则发出警告
- 修复 FastCGI、SCGI、代理失败重连
- [core] network_open_file_chunk() 临时文件选项
- [mod_rewrite] 在错误日志消息中添加更多信息
- [core] 修复使用 libev 时 fd 泄漏 (修复 #2761)
- [core] 修复潜在的流式临时文件损坏 (修复 #2760)
- [mod_scgi] 修复前缀匹配以始终匹配 URL
- [autobuild] 调整 FreeBSD 的 Makefile.am