bump version to 1.4.0

change year in files
add missing docu for updated commandline-flags
update changelog


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@827 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-03-06 21:11:18 +00:00
parent 136341da2a
commit ec643e4718
27 changed files with 38 additions and 28 deletions

View File

@ -1,7 +1,7 @@
# #
# rdesktop: A Remote Desktop Protocol client # rdesktop: A Remote Desktop Protocol client
# Makefile.in # Makefile.in
# Copyright (C) Matthew Chapman 1999-2004 # Copyright (C) Matthew Chapman 1999-2005
# #
prefix = @prefix@ prefix = @prefix@

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Cache routines Cache routines
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - Virtual channels Protocol services - Virtual channels
Copyright (C) Erik Forsberg <forsberg@cendio.se> 2003 Copyright (C) Erik Forsberg <forsberg@cendio.se> 2003
Copyright (C) Matthew Chapman 2003 Copyright (C) Matthew Chapman 2003-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.3.1) AC_INIT(rdesktop, 1.4.0)
AC_CONFIG_SRCDIR([rdesktop.c]) AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants Miscellaneous protocol constants
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -10,7 +10,9 @@ rdesktop (1.4.0)
* Report disconnect-reason * Report disconnect-reason
* Support for RDP-compression (currently only for 8bpp) * Support for RDP-compression (currently only for 8bpp)
* Support for persistent bitmap caching * Support for persistent bitmap caching
* Sound-driver for SGI * Sound-driver for SGI/Irix
-- Michael Gernoth <michael@gernoth.net> Sun, 6 Mar 2005 22:09:55 +0100 (CET)
rdesktop (1.3.1) rdesktop (1.3.1)
* Crypto fixes for RDP5 * Crypto fixes for RDP5

View File

@ -1,4 +1,4 @@
.TH rdesktop 1 "January 2004" .TH rdesktop 1 "March 2005"
.SH NAME .SH NAME
.I rdesktop .I rdesktop
\- Remote Desktop Protocol client \- Remote Desktop Protocol client
@ -58,6 +58,10 @@ 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 "-B"
Use the BackingStore of the Xserver instead of the integrated one in
rdesktop.
.TP
.BR "-e" .BR "-e"
Disable encryption. This option is only needed (and will only work) if you Disable encryption. This option is only needed (and will only work) if you
have a French version of NT TSE. have a French version of NT TSE.
@ -107,6 +111,10 @@ More than 8 bpp are only supported when connecting to Windows XP
(up to 16 bpp) or newer. Note that the colour depth may also be (up to 16 bpp) or newer. Note that the colour depth may also be
limited by the server configuration. limited by the server configuration.
.TP .TP
.BR "-z"
Enable compression of the RDP datastream. This currently only works
for a colour depth of 8bpp.
.TP
.BR "-x <experience>" .BR "-x <experience>"
Changes default bandwidth performance behaviour for RDP5. By default only Changes default bandwidth performance behaviour for RDP5. By default only
theming is enabled, and all other options are disabled (corresponding theming is enabled, and all other options are disabled (corresponding

2
iso.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer Protocol services - ISO layer
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation RDP licensing negotiation
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
mcs.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service Protocol services - Multipoint Communications Service
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
mppc.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression Protocol services - RDP decompression
Copyright (C) Matthew Chapman 1999-2004 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
RDP order processing RDP order processing
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
RDP order processing RDP order processing
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Parsing primitives Parsing primitives
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
* rdesktop: A Remote Desktop Protocol client. * rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions * Entrypoint and utility functions
* Copyright (C) Matthew Chapman 1999-2003 * Copyright (C) Matthew Chapman 1999-2005
* Copyright (C) Jeroen Meijer 2003 * Copyright (C) Jeroen Meijer 2003
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Entrypoint and utility functions Entrypoint and utility functions
Copyright (C) Matthew Chapman 1999-2003 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -94,7 +94,7 @@ static void
usage(char *program) usage(char *program)
{ {
fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n"); fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n");
fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2003 Matt Chapman.\n"); fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2005 Matt Chapman.\n");
fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n"); fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n");
fprintf(stderr, "Usage: %s [options] server[:port]\n", program); fprintf(stderr, "Usage: %s [options] server[:port]\n", program);

View File

@ -30,7 +30,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#define VERSION "1.3.1" #define VERSION "1.4.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 Protocol client Summary: Remote Desktop Protocol client
Name: rdesktop Name: rdesktop
Version: 1.3.1 Version: 1.4.0
Release: 1 Release: 1
Copyright: GPL; see COPYING Copyright: GPL; see COPYING
Group: Applications/Communications Group: Applications/Communications

2
rdp.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer Protocol services - RDP layer
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
rdp5.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service Protocol services - Multipoint Communications Service
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
Copyright (C) Erik Forsberg 2003 Copyright (C) Erik Forsberg 2003
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Copyright (C) Matthew Chapman 1999-2004 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing Protocol services - RDP encryption and licensing
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
tcp.c
View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer Protocol services - TCP layer
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
Common data types Common data types
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
User interface services - X keyboard mapping User interface services - X keyboard mapping
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
Copyright (C) Peter Astrand <peter@cendio.se> 2003 Copyright (C) Peter Astrand <peter@cendio.se> 2003
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

2
xwin.c
View File

@ -1,7 +1,7 @@
/* -*- c-basic-offset: 8 -*- /* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client. rdesktop: A Remote Desktop Protocol client.
User interface services - X Window System User interface services - X Window System
Copyright (C) Matthew Chapman 1999-2002 Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by