mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
Merge branch 'master' into feature/KASM-3747-optional-systemd-start
This commit is contained in:
commit
c1dda78ea2
290 changed files with 9242 additions and 20597 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue