Commit 57d2ea65 authored by runge's avatar runge

x11vnc: setup for new release 0.7.3 while I remember how..

parent ec45cd95
#!/bin/bash #!/bin/bash
VERSION="0.7.2" VERSION="0.7.3"
cd "$(dirname "$0")" cd "$(dirname "$0")"
......
2005-07-10 Karl Runge <runge@karlrunge.com> 2005-07-12 Karl Runge <runge@karlrunge.com>
* gui: remove nevershared etc., parse cmd line, bug fixes. * gui: remove nevershared etc., parse cmd line, bug fixes.
* x11vnc: fix pointer queue buildup under -viewonly. * x11vnc: fix pointer queue buildup under -viewonly.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.TH X11VNC "1" "July 2005" "x11vnc " "User Commands" .TH X11VNC "1" "July 2005" "x11vnc " "User Commands"
.SH NAME .SH NAME
x11vnc - allow VNC connections to real X11 displays x11vnc - allow VNC connections to real X11 displays
version: 0.7.2, lastmod: 2005-07-12 version: 0.7.3, lastmod: 2005-07-13
.SH SYNOPSIS .SH SYNOPSIS
.B x11vnc .B x11vnc
[OPTION]... [OPTION]...
......
...@@ -387,7 +387,7 @@ double xdamage_scheduled_mark = 0.0; ...@@ -387,7 +387,7 @@ double xdamage_scheduled_mark = 0.0;
sraRegionPtr xdamage_scheduled_mark_region = NULL; sraRegionPtr xdamage_scheduled_mark_region = NULL;
/* date +'lastmod: %Y-%m-%d' */ /* date +'lastmod: %Y-%m-%d' */
char lastmod[] = "0.7.2 lastmod: 2005-07-12"; char lastmod[] = "0.7.3 lastmod: 2005-07-13";
int hack_val = 0; int hack_val = 0;
/* X display info */ /* X display info */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment