Compare commits

...

9 Commits

Author SHA1 Message Date
Justin Travis
0ef21b67f0 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
2024-03-15 12:01:33 +00:00
Matt McClaskey
750da39e39 fix dates in changelog 2024-03-12 14:45:56 -04:00
Matt McClaskey
aa4261df56 KASM-5743 bump version num, update novnc ref 2024-03-12 11:39:26 -04:00
Matt McClaskey
bcd887fb5c KASM-5429 bufix update 2024-01-09 11:23:21 -05:00
Matthew McClaskey
2af2e661e9 Merge branch 'master' into 'release/1.2.0'
Ingest version changes to cut new installers

See merge request kasm-technologies/internal/KasmVNC!111
2023-09-13 23:39:36 +00:00
Matt McClaskey
21d2ae5018 update novnc ref 2023-08-29 14:05:35 -04:00
Matthew McClaskey
dcea208d73 Merge branch 'bugfix/KASM-4971-bump-packages-to-1.2.0' into 'master'
Resolve KASM-4971 "Bugfix/ bump packages to 1.2.0"

Closes KASM-4971

See merge request kasm-technologies/internal/KasmVNC!110
2023-08-25 10:08:24 +00:00
Dmitry Maksyoma
44555f9581 CI: fix git fetch 2023-08-25 20:39:15 +12:00
Dmitry Maksyoma
561ea86e85 Bump package versions to 1.2.0 2023-08-25 17:39:28 +12:00
10 changed files with 103 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ variables:
KASMVNC_COMMIT_ID: $CI_COMMIT_SHA
GITLAB_SHARED_DIND_DIR: /builds/$CI_PROJECT_PATH/shared
GIT_SUBMODULE_STRATEGY: normal
GIT_FETCH_EXTRA_FLAGS: --tags
GIT_FETCH_EXTRA_FLAGS: --tags --force
# E.g. BUILD_JOBS: build_debian_buster,build_ubuntu_bionic. This will include
# arm builds, because build_debian_buster_arm matches build_debian_buster.
# "BUILD_JOBS: none" won't build any build jobs, nor www.
@@ -493,7 +493,7 @@ build_fedora_thirtyeight:
artifacts:
paths:
- output/
build_fedora_thirtyeight_arm:
stage: build
allow_failure: true
@@ -573,7 +573,7 @@ build_alpine_318:
artifacts:
paths:
- output/
build_alpine_318_arm:
stage: build
allow_failure: true

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "kasmweb"]
path = kasmweb
url = https://github.com/kasmtech/noVNC.git
branch = master
branch = release/1.1.3

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.1.0
Version: 1.2.1
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -83,6 +83,20 @@ 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.
- Text based watermark overlays with date and time support.
- New builds for Bookworm, Alpine 3.18, and Fedora 38.
- Multi-language support.
- Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
- Fix crash that can occur.
- Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
- Fix stuck command key on MacOS clients.
* Wed Apr 05 2023 KasmTech <info@kasmweb.com> - 1.1.0-1
- Upstream release
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1

22
debian/changelog vendored
View File

@@ -1,3 +1,25 @@
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.
* New builds for Bookworm, Alpine 3.18, and Fedora 38.
* Multi-language support.
* Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
* Fix crash that can occur.
* Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
* Fix stuck command key on MacOS clients.
-- Kasm Technologies LLC <info@kasmweb.com> Fri, 25 Aug 2023 05:23:19 +0000
kasmvnc (1.1.0-1) unstable; urgency=medium
* New upstream release.

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.1.0
Version: 1.2.1
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -83,6 +83,20 @@ 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.
- Text based watermark overlays with date and time support.
- New builds for Bookworm, Alpine 3.18, and Fedora 38.
- Multi-language support.
- Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
- Fix crash that can occur.
- Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
- Fix stuck command key on MacOS clients.
* Wed Apr 05 2023 KasmTech <info@kasmweb.com> - 1.1.0-1
- Upstream release
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1

Submodule kasmweb updated: 2b7e3321ae...b4ce24e51f

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.1.0
Version: 1.2.1
Release: leap15
Summary: VNC server accessible from a web browser
@@ -81,6 +81,20 @@ 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.
- Text based watermark overlays with date and time support.
- New builds for Bookworm, Alpine 3.18, and Fedora 38.
- Multi-language support.
- Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
- Fix crash that can occur.
- Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
- Fix stuck command key on MacOS clients.
* Wed Apr 05 2023 KasmTech <info@kasmweb.com> - 1.1.0-leap15
- Upstream release
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-leap15

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.1.0
Version: 1.2.1
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -82,6 +82,20 @@ 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.
- Text based watermark overlays with date and time support.
- New builds for Bookworm, Alpine 3.18, and Fedora 38.
- Multi-language support.
- Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
- Fix crash that can occur.
- Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
- Fix stuck command key on MacOS clients.
* Wed Apr 05 2023 KasmTech <info@kasmweb.com> - 1.1.0-1
- Upstream release
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1

View File

@@ -1,5 +1,5 @@
Name: kasmvncserver
Version: 1.1.0
Version: 1.2.1
Release: 1%{?dist}
Summary: VNC server accessible from a web browser
@@ -82,6 +82,20 @@ 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.
- Text based watermark overlays with date and time support.
- New builds for Bookworm, Alpine 3.18, and Fedora 38.
- Multi-language support.
- Add support for rendering pixmaps via DRI3 GPU acceleration allowing
compositing and other 3d accelerated workloads in a KasmVNC session.
- Fix crash that can occur.
- Fixed tearing when compositing is enabled with DRI3 hardware acceleration.
- Fix stuck command key on MacOS clients.
* Wed Apr 05 2023 KasmTech <info@kasmweb.com> - 1.1.0-1
- Upstream release
* Tue Nov 29 2022 KasmTech <info@kasmweb.com> - 1.0.0-1

View File

@@ -96,7 +96,7 @@ from the X Consortium.
#include "version-config.h"
#include "site.h"
#define XVNCVERSION "KasmVNC 1.1.0"
#define XVNCVERSION "KasmVNC 1.2.1"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)\n" \
"See http://kasmweb.com for information on KasmVNC.\n")