docs: update changes/v4.4.11-zh.md

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
William Yang 2022-11-01 09:57:11 +01:00
parent dde4a28f31
commit f36fd9f3db
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
### 增强
- OTP 升级: 从 24.1.5-3 至 24.3.4.2-1
[#9265](https://github.com/emqx/emqx/pull/9265)
- OTP 升级: 从 24.1.5-3 至 24.3.4.2-1 [#9265](https://github.com/emqx/emqx/pull/9265)。
重要更新:
- Erlang/OTP [SSL库漏洞修复](https://nvd.nist.gov/vuln/detail/CVE-2022-37026)
- 增加了对 OCSP (Online Certificate Status Protocol) Stapling 的支持
- 增加了 CRL证书吊销列表缓存的自动刷新功能
### 修复
- 修复日志追踪模块没开启时GET Trace 列表接口报错的问题。[#9156](https://github.com/emqx/emqx/pull/9156)