Merge branch 'master' into feature/KASM-3747-optional-systemd-start

This commit is contained in:
Dmitry Maksyoma 2025-10-23 15:19:15 +13:00
commit c1dda78ea2
No known key found for this signature in database
290 changed files with 9242 additions and 20597 deletions

View file

@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.3
Version: 1.3.4
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@ -83,6 +83,12 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md
%changelog
* Thu Mar 20 2025 KasmTech <info@kasmweb.com> - 1.3.4-1
- Add configuration key network.udp.payload_size.
- Remove support for distro versions that reached end-of-life.
- Add missing dependency on hostname.
- Remove webpack to reduce security vulnerabilities.
- Special characters in filenames are now properly escaped, preventing invalid JSON.
* Fri Oct 25 2024 KasmTech <info@kasmweb.com> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information