mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-25 17:44:01 +01:00
39 lines
1017 B
Markdown
39 lines
1017 B
Markdown
## 0.6.1 (06.06.2020)
|
|
- Fixed WuHostNull build.
|
|
- Use 2048 bit RSA keys (fixes `SSL_CTX_use_certificate:ee key too small`).
|
|
|
|
## 0.6.0 (10.04.2020)
|
|
- Allow OpenSSL 1.1.
|
|
- Node addon: upgrade nan, now builds with node 12.
|
|
- Fixed compiler warnings.
|
|
|
|
## 0.5.0 (27.10.2018)
|
|
- Switch to a newer SDP format.
|
|
Newer Chrome versions can connect to the server again.
|
|
- Update required CMake version to 3.7.
|
|
|
|
## 0.4.1 (06.10.2018)
|
|
- Fix compilation with g++ 7.
|
|
|
|
## 0.4.0 (02.10.2018)
|
|
- Add C API.
|
|
- WuHost now has an explicit timeout parameter.
|
|
- Remove ES6 'let' from wusocket.js.
|
|
|
|
## 0.3.0 (16.07.2018)
|
|
- Fix potential out of bounds read when sending SDP response.
|
|
|
|
## 0.2.0 (12.01.2018)
|
|
- Add DTLS 1.2 support. Requires at least OpenSSL 1.0.2.
|
|
|
|
## 0.1.1 (01.01.2018)
|
|
- Fix WuConf uninitialized maxClients parameter.
|
|
|
|
## 0.1.0 (30.12.2017)
|
|
- Remove the old default epoll implementation.
|
|
- Split the core logic into a separate library.
|
|
- Add a new epoll host.
|
|
- Add a Node.js host.
|
|
- Add fuzz tests.
|
|
- Add a Node.js example.
|