File tree Expand file tree Collapse file tree 4 files changed +38
-3
lines changed
Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1+ x11vnc 0.9.17 2025-04-11
2+
3+ Release Notes
4+
5+ New Features:
6+
7+ Added option for sending multi-touch commands in uinput.
8+ Introduced mousewheel support in uinput.
9+ Support for up to 8 mouse buttons and XK_Super_L/R mapping to Meta keys during pipeinput/uinput.
10+ Experimental support for double-buffered framebuffer and rawfb DRM/shm key options.
11+ Support for OpenBSD in shm_clear.
12+
13+ Bug Fixes:
14+ Fixed TLS handshake errors with OpenSSL 1.1.x and LibreSSL compatibility issues.
15+ Addressed snprintf null destination pointer issue and xfc NULL pointer dereference in cursor.
16+ Resolved various allocation and multiplication overflow bugs.
17+ Fixed format string issues with size_t arguments and corrected acute accents in man pages.
18+ Limited access to shared memory segments to the current user and addressed overly long Unix socket names.
19+
20+ Documentation & Maintenance:
21+
22+ Refactored and updated README with clearer notes on maintainership, Intel quirks, and FAQs about driver lags.
23+ Removed executable bit from text files, fixed typos, and clarified password limit/error messages.
24+ Updated issue templates and added FUNDING.yml for community contributions.
25+ Keywords added to x11vnc.desktop file.
26+
27+ Other Changes:
28+
29+ Fixed build issues on 32-bit architectures with 64-bit time_t and support for builds using -fno-common.
30+ Addressed gcc -no-common build compatibility.
31+
32+
33+ -----------------------------------------------------------------------------
34+
35+
136x11vnc 0.9.16 2019-01-05
237
338New in the 0.9.16 x11vnc release:
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
2- AC_INIT ( x11vnc , 0.9.16 , https://github.com/LibVNC/x11vnc )
2+ AC_INIT ( x11vnc , 0.9.17 , https://github.com/LibVNC/x11vnc )
33AM_INIT_AUTOMAKE ( [ subdir-objects] )
44m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
55AM_CONFIG_HEADER(config.h)
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ int xtrap_base_event_type = 0;
4949int xdamage_base_event_type = 0 ;
5050
5151/* date +'lastmod: %Y-%m-%d' */
52- char lastmod [] = VERSION " lastmod: 2019-01-05 " ;
52+ char lastmod [] = VERSION " lastmod: 2025-04-11 " ;
5353
5454/* X display info */
5555
Original file line number Diff line number Diff line change 22.TH X11VNC "1" "February 2018" "x11vnc " "User Commands"
33.SH NAME
44x11vnc - allow VNC connections to real X11 displays
5- version: 0.9.16 , lastmod: 2019-01-05
5+ version: 0.9.17 , lastmod: 2025-04-11
66.SH SYNOPSIS
77.B x11vnc
88[OPTION]...
You can’t perform that action at this time.
0 commit comments