Bump version to 1.2.0, update manpage.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@293 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2003-01-22 08:10:11 +00:00
parent e3af880313
commit 10684a8a81
3 changed files with 9 additions and 6 deletions

View File

@ -42,7 +42,6 @@ Keyboard layout to emulate. This requires a corresponding keymap file to be
installed. The standard keymaps provided with rdesktop follow the RFC1766 installed. The standard keymaps provided with rdesktop follow the RFC1766
naming scheme: a language code followed by a country code if necessary - e.g. naming scheme: a language code followed by a country code if necessary - e.g.
en-us, en-gb, de, fr, sv, etc. The default is en-us (a US keyboard). en-us, en-gb, de, fr, sv, etc. The default is en-us (a US keyboard).
.TP .TP
.BR "-g <geometry>" .BR "-g <geometry>"
Desktop geometry (WxH). If geometry is the special word "workarea", the geometry Desktop geometry (WxH). If geometry is the special word "workarea", the geometry
@ -58,13 +57,17 @@ toggled at any time using Ctrl-Alt-Enter.
Force the server to send screen updates as bitmaps rather than using Force the server to send screen updates as bitmaps rather than using
higher-level drawing operations. higher-level drawing operations.
.TP .TP
.BR "-e"
Disable encryption. This option is only needed (and will only work) if you
have a French version of NT TSE.
.TP
.BR "-m" .BR "-m"
Do not send mouse motion events. This saves bandwidth, although some Windows Do not send mouse motion events. This saves bandwidth, although some Windows
applications may rely on receiving mouse motion. applications may rely on receiving mouse motion.
.TP .TP
.BR "-e" .BR "-C"
Disable encryption. This option is only needed (and will only work) if you Use private colourmap. This will improve colour accuracy on an 8-bit display,
have a French version of NT TSE. but rdesktop will appear in false colour when not focused.
.TP .TP
.BR "-K" .BR "-K"
Do not override window manager key bindings. By default rdesktop attempts Do not override window manager key bindings. By default rdesktop attempts

View File

@ -22,7 +22,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#define VERSION "1.2beta1" #define VERSION "1.2.0"
#ifdef WITH_DEBUG #ifdef WITH_DEBUG
#define DEBUG(args) printf args; #define DEBUG(args) printf args;

View File

@ -1,6 +1,6 @@
Summary: Remote Desktop Summary: Remote Desktop
Name: rdesktop Name: rdesktop
Version: 1.2beta1 Version: 1.2.0
Release: 1 Release: 1
Copyright: GPL; see COPYING Copyright: GPL; see COPYING
Group: Applications/Communications Group: Applications/Communications