mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
Merge branch 'bugfix/KASM-5743_bufixes_1.2.1' into 'release/1.2.1'
Resolve KASM-5743 "Bugfix/ bufixes 1.2.1" See merge request kasm-technologies/internal/KasmVNC!130
This commit is contained in:
commit
0ef21b67f0
8 changed files with 24 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "kasmweb"]
|
||||
path = kasmweb
|
||||
url = https://github.com/kasmtech/noVNC.git
|
||||
branch = release/1.1.2
|
||||
branch = release/1.1.3
|
||||
|
|
|
|||
|
|
@ -83,6 +83,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.2.1-1
|
||||
- Fix exception with Firefox 124 and later
|
||||
- Fix bug with watermarking on odd resolutions
|
||||
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-1
|
||||
- Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
|
|
|
|||
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,5 +1,12 @@
|
|||
kasmvnc (1.2.1-1) unstable; urgency=medium
|
||||
|
||||
* Fix exception with Firefox 124 and later
|
||||
* Fix bug with watermarking on odd resolutions
|
||||
|
||||
-- Kasm Technologies LLC <info@kasmweb.com> Tue, 12 Mar 2023 11:38:00 +0000
|
||||
|
||||
kasmvnc (1.2.0-1) unstable; urgency=medium
|
||||
|
||||
* Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
* Text based watermark overlays with date and time support.
|
||||
|
|
|
|||
|
|
@ -83,6 +83,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.2.1-1
|
||||
- Fix exception with Firefox 124 and later
|
||||
- Fix bug with watermarking on odd resolutions
|
||||
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-1
|
||||
- Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
|
|
|
|||
2
kasmweb
2
kasmweb
|
|
@ -1 +1 @@
|
|||
Subproject commit b7fc70b73dd3180feffd6c34aec1773437198260
|
||||
Subproject commit b4ce24e51f5a98f4209b340196dc0f9f9f5b7424
|
||||
|
|
@ -81,6 +81,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.2.1-1
|
||||
- Fix exception with Firefox 124 and later
|
||||
- Fix bug with watermarking on odd resolutions
|
||||
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-leap15
|
||||
- Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
|
|
|
|||
|
|
@ -82,6 +82,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.2.1-1
|
||||
- Fix exception with Firefox 124 and later
|
||||
- Fix bug with watermarking on odd resolutions
|
||||
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-1
|
||||
- Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
|
|
|
|||
|
|
@ -82,6 +82,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
|||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2024 KasmTech <info@kasmweb.com> - 1.2.1-1
|
||||
- Fix exception with Firefox 124 and later
|
||||
- Fix bug with watermarking on odd resolutions
|
||||
* Fri Aug 25 2023 KasmTech <info@kasmweb.com> - 1.2.0-1
|
||||
- Add support for Unix relays for bidirectional communication between noVNC
|
||||
and containerized applications.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue