mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 21:21:56 +02:00
Bump package versions to 1.2.0
This commit is contained in:
parent
446d03d479
commit
561ea86e85
@ -1,5 +1,5 @@
|
||||
Name: kasmvncserver
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: VNC server accessible from a web browser
|
||||
|
||||
@ -83,6 +83,17 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,3 +1,18 @@
|
||||
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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kasmvncserver
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: VNC server accessible from a web browser
|
||||
|
||||
@ -83,6 +83,17 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kasmvncserver
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: leap15
|
||||
Summary: VNC server accessible from a web browser
|
||||
|
||||
@ -81,6 +81,17 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kasmvncserver
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: VNC server accessible from a web browser
|
||||
|
||||
@ -82,6 +82,17 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kasmvncserver
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: VNC server accessible from a web browser
|
||||
|
||||
@ -82,6 +82,17 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
|
||||
%doc /usr/share/doc/kasmvncserver/README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -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.0"
|
||||
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)\n" \
|
||||
"See http://kasmweb.com for information on KasmVNC.\n")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user