diff --git a/doc/rdesktop.1 b/doc/rdesktop.1 index 999db2f..ecf6887 100644 --- a/doc/rdesktop.1 +++ b/doc/rdesktop.1 @@ -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 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). - .TP .BR "-g " 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 higher-level drawing operations. .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" Do not send mouse motion events. This saves bandwidth, although some Windows applications may rely on receiving mouse motion. .TP -.BR "-e" -Disable encryption. This option is only needed (and will only work) if you -have a French version of NT TSE. +.BR "-C" +Use private colourmap. This will improve colour accuracy on an 8-bit display, +but rdesktop will appear in false colour when not focused. .TP .BR "-K" Do not override window manager key bindings. By default rdesktop attempts diff --git a/rdesktop.h b/rdesktop.h index 40c03ff..2c85996 100644 --- a/rdesktop.h +++ b/rdesktop.h @@ -22,7 +22,7 @@ #include #include -#define VERSION "1.2beta1" +#define VERSION "1.2.0" #ifdef WITH_DEBUG #define DEBUG(args) printf args; diff --git a/rdesktop.spec b/rdesktop.spec index 2f260e3..8b42bc2 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Name: rdesktop -Version: 1.2beta1 +Version: 1.2.0 Release: 1 Copyright: GPL; see COPYING Group: Applications/Communications