docs: Update CHANGES-4.3.md to cover changes made in build env
This commit is contained in:
parent
3303b987a1
commit
9cd63c87fc
|
@ -16,6 +16,11 @@ File format:
|
||||||
|
|
||||||
* For docker image, /opt/emqx/etc has been removed from the VOLUME list,
|
* 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.
|
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
|
### Enhancements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue