KASM-7051 Fill release notes for deb and rpm

This commit is contained in:
Dmitry Maksyoma 2025-03-24 17:26:46 +13:00
parent 2e0da8f034
commit 6f13eac2d7
No known key found for this signature in database
5 changed files with 5 additions and 0 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ kasmvnc (1.3.4-1) unstable; urgency=medium
* Remove support for distro versions that reached end-of-life. * Remove support for distro versions that reached end-of-life.
* Add missing dependency on libdatetime-perl. * Add missing dependency on libdatetime-perl.
* Remove webpack to reduce security vulnerabilities. * Remove webpack to reduce security vulnerabilities.
* Special characters in filenames are now properly escaped, preventing invalid JSON.
-- Kasm Technologies LLC <info@kasmweb.com> Thu, 20 Mar 2025 03:21:46 +0000 -- Kasm Technologies LLC <info@kasmweb.com> Thu, 20 Mar 2025 03:21:46 +0000

View File

@ -88,6 +88,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
- Remove support for distro versions that reached end-of-life. - Remove support for distro versions that reached end-of-life.
- Add missing dependency on hostname. - Add missing dependency on hostname.
- Remove webpack to reduce security vulnerabilities. - 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 * Fri Oct 25 2024 KasmTech <info@kasmweb.com> - 1.3.3-1
- Allow disabling IP blacklist - Allow disabling IP blacklist
- Downloads API for detailed file downloads information - Downloads API for detailed file downloads information

View File

@ -86,6 +86,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
- Remove support for distro versions that reached end-of-life. - Remove support for distro versions that reached end-of-life.
- Add missing dependency on hostname. - Add missing dependency on hostname.
- Remove webpack to reduce security vulnerabilities. - 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 * Fri Oct 25 2024 KasmTech <info@kasmweb.com> - 1.3.3-1
- Allow disabling IP blacklist - Allow disabling IP blacklist
- Downloads API for detailed file downloads information - Downloads API for detailed file downloads information

View File

@ -87,6 +87,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
- Remove support for distro versions that reached end-of-life. - Remove support for distro versions that reached end-of-life.
- Add missing dependency on hostname. - Add missing dependency on hostname.
- Remove webpack to reduce security vulnerabilities. - 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 * Fri Oct 25 2024 KasmTech <info@kasmweb.com> - 1.3.3-1
- Allow disabling IP blacklist - Allow disabling IP blacklist
- Downloads API for detailed file downloads information - Downloads API for detailed file downloads information

View File

@ -87,6 +87,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
- Remove support for distro versions that reached end-of-life. - Remove support for distro versions that reached end-of-life.
- Add missing dependency on hostname. - Add missing dependency on hostname.
- Remove webpack to reduce security vulnerabilities. - 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 * Fri Oct 25 2024 KasmTech <info@kasmweb.com> - 1.3.3-1
- Allow disabling IP blacklist - Allow disabling IP blacklist
- Downloads API for detailed file downloads information - Downloads API for detailed file downloads information