-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated release notes and descriptions
- Loading branch information
1 parent
ee0fccd
commit 53a9d11
Showing
6 changed files
with
71 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,25 +11,15 @@ Requires: xorg-x11-xauth, xorg-x11-xkb-utils, xkeyboard-config, xorg-x11-server- | |
Conflicts: tigervnc-server, tigervnc-server-minimal | ||
|
||
%description | ||
VNC stands for Virtual Network Computing. It is, in essence, a remote | ||
display system which allows you to view a computing `desktop' environment | ||
not only on the machine where it is running, but from anywhere on the | ||
Internet and from a wide variety of machine architectures. | ||
|
||
KasmVNC has different goals than TigerVNC: | ||
|
||
Web-based - KasmVNC is designed to provide a web accessible remote desktop. | ||
It comes with a web server and web-socket server built in. There is no need to | ||
install other components. Simply run and navigate to your desktop's URL on the | ||
port you specify. While you can still tun on the legacy VNC port, it is | ||
disabled by default. | ||
|
||
Security - KasmVNC defaults to HTTPS and allows for HTTP Basic Auth. VNC | ||
Password authentication is limited by specification to 8 characters and is not | ||
sufficient for use on an internet accessible remote desktop. Our goal is to | ||
create a by default secure, web based experience. | ||
|
||
Simplicity - KasmVNC aims at being simple to deploy and configure. | ||
KasmVNC provides remote web-based access to a Desktop or application. | ||
While VNC is in the name, KasmVNC differs from other VNC variants such | ||
as TigerVNC, RealVNC, and TurboVNC. KasmVNC has broken from the RFB | ||
specification which defines VNC, in order to support modern technologies | ||
and increase security. KasmVNC is accessed by users from any modern | ||
browser and does not support legacy VNC viewer applications. KasmVNC | ||
uses a modern YAML based configuration at the server and user level, | ||
allowing for ease of management. KasmVNC is maintained by Kasm | ||
Technologies Corp, www.kasmweb.com. | ||
|
||
WARNING: this package requires EPEL. | ||
|
||
|
@@ -94,9 +84,14 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1; | |
|
||
%changelog | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-1 | ||
- Upstream release | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-1 | ||
- Upstream release | ||
- WebRTC UDP transit support with support of STUN servers | ||
- Lossless compression using multi-threaded WASM QOI decoder client side | ||
- New yaml based configuration | ||
- Significantly improved FPS through both client-side and server-side improvements. | ||
- Support for the admin to define arbitrary http response headers for the built in web server | ||
- Support for additional mouse buttons | ||
- Refinement of vncserver checks and user prompts | ||
- Added send_full_frame to developer API, forces full frame to be sent to all connected users that have at least read permission. | ||
* Tue Mar 22 2022 KasmTech <[email protected]> - 0.9.3~beta-1 | ||
* Fri Feb 12 2021 KasmTech <[email protected]> - 0.9.1~beta-1 | ||
- Initial release of the rpm package. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
kasmvnc (1.0.0-1) unstable; urgency=medium | ||
|
||
* New upstream release. | ||
* WebRTC UDP transit support with support of STUN servers | ||
* Lossless compression using multi-threaded WASM QOI decoder client side | ||
* New yaml based configuration | ||
* Significantly improved FPS through both client-side and server-side improvements. | ||
* Support for the admin to define arbitrary http response headers for the built in web server | ||
* Support for additional mouse buttons | ||
* Refinement of vncserver checks and user prompts | ||
* Added send_full_frame to developer API, forces full frame to be sent to all connected users that have at least read permission. | ||
|
||
-- Kasm Technologies LLC <[email protected]> Tue, 29 Nov 2022 12:16:00 +0000 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,25 +11,15 @@ Requires: xauth, hostname, libxkbcommon-x11-0, xkeyboard-config, x11-tools, open | |
Conflicts: tigervnc, tigervnc-x11vnc | ||
|
||
%description | ||
VNC stands for Virtual Network Computing. It is, in essence, a remote | ||
display system which allows you to view a computing `desktop' environment | ||
not only on the machine where it is running, but from anywhere on the | ||
Internet and from a wide variety of machine architectures. | ||
|
||
KasmVNC has different goals than TigerVNC: | ||
|
||
Web-based - KasmVNC is designed to provide a web accessible remote desktop. | ||
It comes with a web server and web-socket server built in. There is no need to | ||
install other components. Simply run and navigate to your desktop's URL on the | ||
port you specify. While you can still tun on the legacy VNC port, it is | ||
disabled by default. | ||
|
||
Security - KasmVNC defaults to HTTPS and allows for HTTP Basic Auth. VNC | ||
Password authentication is limited by specification to 8 characters and is not | ||
sufficient for use on an internet accessible remote desktop. Our goal is to | ||
create a by default secure, web based experience. | ||
|
||
Simplicity - KasmVNC aims at being simple to deploy and configure. | ||
KasmVNC provides remote web-based access to a Desktop or application. | ||
While VNC is in the name, KasmVNC differs from other VNC variants such | ||
as TigerVNC, RealVNC, and TurboVNC. KasmVNC has broken from the RFB | ||
specification which defines VNC, in order to support modern technologies | ||
and increase security. KasmVNC is accessed by users from any modern | ||
browser and does not support legacy VNC viewer applications. KasmVNC | ||
uses a modern YAML based configuration at the server and user level, | ||
allowing for ease of management. KasmVNC is maintained by Kasm | ||
Technologies Corp, www.kasmweb.com. | ||
|
||
%prep | ||
|
||
|
@@ -92,9 +82,14 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1; | |
|
||
%changelog | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-leap15 | ||
- Upstream release | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-leap15 | ||
- Upstream release | ||
- WebRTC UDP transit support with support of STUN servers | ||
- Lossless compression using multi-threaded WASM QOI decoder client side | ||
- New yaml based configuration | ||
- Significantly improved FPS through both client-side and server-side improvements. | ||
- Support for the admin to define arbitrary http response headers for the built in web server | ||
- Support for additional mouse buttons | ||
- Refinement of vncserver checks and user prompts | ||
- Added send_full_frame to developer API, forces full frame to be sent to all connected users that have at least read permission. | ||
* Tue Mar 22 2022 KasmTech <[email protected]> - 0.9.3~beta-1 | ||
* Fri Feb 12 2021 KasmTech <[email protected]> - 0.9.1~beta-1 | ||
- Initial release of the rpm package. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,25 +11,15 @@ Requires: xorg-x11-xauth, xorg-x11-xkb-utils, xkeyboard-config, xorg-x11-server- | |
Conflicts: tigervnc-server, tigervnc-server-minimal | ||
|
||
%description | ||
VNC stands for Virtual Network Computing. It is, in essence, a remote | ||
display system which allows you to view a computing `desktop' environment | ||
not only on the machine where it is running, but from anywhere on the | ||
Internet and from a wide variety of machine architectures. | ||
|
||
KasmVNC has different goals than TigerVNC: | ||
|
||
Web-based - KasmVNC is designed to provide a web accessible remote desktop. | ||
It comes with a web server and web-socket server built in. There is no need to | ||
install other components. Simply run and navigate to your desktop's URL on the | ||
port you specify. While you can still tun on the legacy VNC port, it is | ||
disabled by default. | ||
|
||
Security - KasmVNC defaults to HTTPS and allows for HTTP Basic Auth. VNC | ||
Password authentication is limited by specification to 8 characters and is not | ||
sufficient for use on an internet accessible remote desktop. Our goal is to | ||
create a by default secure, web based experience. | ||
|
||
Simplicity - KasmVNC aims at being simple to deploy and configure. | ||
KasmVNC provides remote web-based access to a Desktop or application. | ||
While VNC is in the name, KasmVNC differs from other VNC variants such | ||
as TigerVNC, RealVNC, and TurboVNC. KasmVNC has broken from the RFB | ||
specification which defines VNC, in order to support modern technologies | ||
and increase security. KasmVNC is accessed by users from any modern | ||
browser and does not support legacy VNC viewer applications. KasmVNC | ||
uses a modern YAML based configuration at the server and user level, | ||
allowing for ease of management. KasmVNC is maintained by Kasm | ||
Technologies Corp, www.kasmweb.com. | ||
|
||
WARNING: this package requires EPEL and CodeReady builder. | ||
|
||
|
@@ -93,9 +83,14 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1; | |
|
||
%changelog | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-1 | ||
- Upstream release | ||
* Tue Nov 29 2022 KasmTech <[email protected]> - 1.0.0-1 | ||
- Upstream release | ||
- WebRTC UDP transit support with support of STUN servers | ||
- Lossless compression using multi-threaded WASM QOI decoder client side | ||
- New yaml based configuration | ||
- Significantly improved FPS through both client-side and server-side improvements. | ||
- Support for the admin to define arbitrary http response headers for the built in web server | ||
- Support for additional mouse buttons | ||
- Refinement of vncserver checks and user prompts | ||
- Added send_full_frame to developer API, forces full frame to be sent to all connected users that have at least read permission. | ||
* Tue Mar 22 2022 KasmTech <[email protected]> - 0.9.3~beta-1 | ||
* Fri Feb 12 2021 KasmTech <[email protected]> - 0.9.1~beta-1 | ||
- Initial release of the rpm package. | ||
|