diff options
author | jlam <jlam> | 2003-02-17 23:33:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-02-17 23:33:27 +0000 |
commit | fb02c91ef3dfc577f98b1f5ad52c927c7a944b3d (patch) | |
tree | 9a0501ca951129c6778825eaa5738797c55778d3 /doc | |
parent | 42558f06b4e39ce4364d6f20b241df6848512705 (diff) | |
download | pkgsrc-fb02c91ef3dfc577f98b1f5ad52c927c7a944b3d.tar.gz |
Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:
* Support for a separate view-only password has been implemented. Now
the servers support two passwords -- one to allow full control,
another to restrict remote keyboard and mouse input.
* New "-x11cursor" option has been implemented in vncviewer. This option
allows using a real X11 cursor with X11-style cursor shape updates,
disables the dot cursor, and disables cursor position updates in
non-fullscreen mode.
* New "RunCommand" command to customize the X11 vncviewer popup menu has
been implemented; a patch from Peter Astrand.
* A problem with Xvnc eating all CPU time after xfs restarts has been
fixed.
* Other minor improvements and bugfixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c7c25638f74..edde092166d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.1426 2003/02/17 21:53:40 jschauma Exp $ +$NetBSD: CHANGES,v 1.1427 2003/02/17 23:33:27 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -730,3 +730,4 @@ Changes to the packages collection and infrastructure in 2003: Added xvier-1.0 [zuntum 2003-02-17] Added gpc-2.1 [jtb 2003-02-17] Added fbdesk-1.1.3 [jschauma 2003-02-17] + Updated tightvncviewer to 1.2.8 [jlam 2003-02-17] |