Skip to content

Commit

Permalink
Merge branch 'feature/KASM-6637_kasmvnc_1.3.3' into 'master'
Browse files Browse the repository at this point in the history
KASM-6637 kasmvnc 1.3.3

Closes KASM-6637

See merge request kasm-technologies/internal/KasmVNC!148
  • Loading branch information
mattmcclaskey committed Oct 30, 2024
2 parents 3a8517d + f6a8afd commit 0ebbbc6
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
5 changes: 4 additions & 1 deletion centos/kasmvncserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: VNC server accessible from a web browser

Expand Down Expand Up @@ -83,6 +83,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md

%changelog
* Fri Oct 25 2024 KasmTech <[email protected]> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information
* Tue Sep 24 2024 KasmTech <[email protected]> - 1.3.2-1
- Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
- Fixed CVE-2024-38449, directory traversal bug in built-in web server.
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kasmvnc (1.3.3-1) unstable; urgency=medium

* Allow disabling IP blacklist
* Downloads API for detailed file downloads information

-- Kasm Technologies LLC <[email protected]> Fri, 25 Oct 2024 11:23:00 +0000

kasmvnc (1.3.2-1) unstable; urgency=medium

* Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
Expand Down
5 changes: 4 additions & 1 deletion fedora/kasmvncserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: VNC server accessible from a web browser

Expand Down Expand Up @@ -83,6 +83,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md

%changelog
* Fri Oct 25 2024 KasmTech <[email protected]> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information
* Tue Sep 24 2024 KasmTech <[email protected]> - 1.3.2-1
- Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
- Fixed CVE-2024-38449, directory traversal bug in built-in web server.
Expand Down
5 changes: 4 additions & 1 deletion opensuse/kasmvncserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.2
Version: 1.3.3
Release: leap15
Summary: VNC server accessible from a web browser

Expand Down Expand Up @@ -81,6 +81,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md

%changelog
* Fri Oct 25 2024 KasmTech <[email protected]> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information
* Tue Sep 24 2024 KasmTech <[email protected]> - 1.3.2-1
- Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
- Fixed CVE-2024-38449, directory traversal bug in built-in web server.
Expand Down
5 changes: 4 additions & 1 deletion oracle/kasmvncserver.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: VNC server accessible from a web browser

Expand Down Expand Up @@ -82,6 +82,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md

%changelog
* Fri Oct 25 2024 KasmTech <[email protected]> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information
* Tue Sep 24 2024 KasmTech <[email protected]> - 1.3.2-1
- Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
- Fixed CVE-2024-38449, directory traversal bug in built-in web server.
Expand Down
5 changes: 4 additions & 1 deletion oracle/kasmvncserver9.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: VNC server accessible from a web browser

Expand Down Expand Up @@ -82,6 +82,9 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
%doc /usr/share/doc/kasmvncserver/README.md

%changelog
* Fri Oct 25 2024 KasmTech <[email protected]> - 1.3.3-1
- Allow disabling IP blacklist
- Downloads API for detailed file downloads information
* Tue Sep 24 2024 KasmTech <[email protected]> - 1.3.2-1
- Disable seamless clipboard on Firefox by default, due to the Firefox overlaying a Paste menu over the canvas.
- Fixed CVE-2024-38449, directory traversal bug in built-in web server.
Expand Down
2 changes: 1 addition & 1 deletion unix/xserver/hw/vnc/xvnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ from the X Consortium.
#include "version-config.h"
#include "site.h"

#define XVNCVERSION "KasmVNC 1.3.2"
#define XVNCVERSION "KasmVNC 1.3.3"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)\n" \
"See http://kasmweb.com for information on KasmVNC.\n")

Expand Down

0 comments on commit 0ebbbc6

Please sign in to comment.