Skip to content

Commit e2b726a

Browse files
authored
Bump version to 0.9.17, update NEWS and lastmod
Added release notes
1 parent 3877b63 commit e2b726a

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

‎NEWS‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
x11vnc 0.9.16 2019-01-05
237

338
New in the 0.9.16 x11vnc release:

‎configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
AM_INIT_AUTOMAKE([subdir-objects])
44
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
55
AM_CONFIG_HEADER(config.h)

‎src/x11vnc_defs.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int xtrap_base_event_type = 0;
4949
intxdamage_base_event_type=0;
5050

5151
/* date +'lastmod: %Y-%m-%d' */
52-
charlastmod[] =VERSION" lastmod: 2019-01-05";
52+
charlastmod[] =VERSION" lastmod: 2025-04-11";
5353

5454
/* X display info */
5555

‎x11vnc.1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.TH X11VNC "1" "February 2018" "x11vnc " "User Commands"
33
.SH NAME
44
x11vnc - 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
.Bx11vnc
88
[OPTION]...

0 commit comments

Comments
(0)