docs: add changelogs

This commit is contained in:
Zaiming (Stone) Shi 2023-02-28 21:17:07 +01:00
parent 8d00c003a9
commit 4bc63a6103
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Fixed two bugs introduced in v5.0.18.
* The environment varialbe `SSL_DIST_OPTFILE` was not set correctly for non-boot commands.
* When cookie is overriden from environment variable, EMQX node is unable to start.

View File

@ -0,0 +1,3 @@
修复 v5.0.18 引入的 2 个bug。
* 环境变量 `SSL_DIST_OPTFILE` 的值设置错误导致节点无法为 Erlang distribution 启用 SSL。
* 当节点的 cookie 从环境变量重载 (而不是设置在配置文件中时),节点无法启动的问题。