docs: Update CHANGES-4.3.md to cover changes made in build env

This commit is contained in:
Zaiming (Stone) Shi 2022-03-31 10:25:57 +02:00
parent 3303b987a1
commit 9cd63c87fc
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ File format:
* For docker image, /opt/emqx/etc has been removed from the VOLUME list,
this made it easier for the users to rebuild image on top with changed configs.
* CentOS 7 Erlang runtime is rebuilt on OpenSSL-1.1.1n (previously on 1.0),
Prior to v4.3.13, EMQX pick certain cipher suites proposed by the clients,
but then fail to handshake resulting in a `malformed_handshake_data` exception.
* CentOS 8 Erlang runtime is rebuilt on RockyLinux 8.
'centos8' will remain in the package name to keep it backward compatible.
### Enhancements