CVS: rdesktop Makefile.in,1.6,1.7 bitmap.c,1.23,1.24 cache.c,1.21,1.22 channels.c,1.13,1.14 configure.ac,1.6,1.7 constants.h,1.38,1.39 iso.c,1.15,1.16 licence.c,1.33,1.34 mcs.c,1.16,1.17 mppc.c,1.6,1.7 orders.c,1.40,1.41 orders.h,1.10,1.11 parse.h,1.10,1.11 printercache.c,1.7,1.8 rdesktop.c,1.118,1.119 rdesktop.h,1.26,1.27 rdesktop.spec,1.17,1.18 rdp.c,1.72,1.73 rdp5.c,1.14,1.15 rdpdr.c,1.38,1.39 secure.c,1.49,1.50 tcp.c,1.27,1.28 types.h,1.22,1.23 xkeymap.c,1.66,1.67 xwin.c,1.184,1.185
Michael Gernoth <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19988
Modified Files:
Makefile.in bitmap.c cache.c channels.c configure.ac
constants.h iso.c licence.c mcs.c mppc.c orders.c orders.h
parse.h printercache.c rdesktop.c rdesktop.h rdesktop.spec
rdp.c rdp5.c rdpdr.c secure.c tcp.c types.h xkeymap.c xwin.c
Log Message:
bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog
Index: Makefile.in
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.in 22 Dec 2004 23:01:07 -0000 1.6
--- Makefile.in 6 Mar 2005 21:11:04 -0000 1.7
***************
*** 2,6 ****
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
! # Copyright (C) Matthew Chapman 1999-2004
#
--- 2,6 ----
# rdesktop: A Remote Desktop Protocol client
# Makefile.in
! # Copyright (C) Matthew Chapman 1999-2005
#
Index: bitmap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/bitmap.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** bitmap.c 11 May 2004 07:34:03 -0000 1.23
--- bitmap.c 6 Mar 2005 21:11:04 -0000 1.24
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: cache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/cache.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** cache.c 27 Oct 2004 00:49:54 -0000 1.21
--- cache.c 6 Mar 2005 21:11:04 -0000 1.22
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Cache routines
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Cache routines
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: channels.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/channels.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** channels.c 17 Jun 2004 09:42:58 -0000 1.13
--- channels.c 6 Mar 2005 21:11:04 -0000 1.14
***************
*** 3,7 ****
Protocol services - Virtual channels
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003
This program is free software; you can redistribute it and/or modify
--- 3,7 ----
Protocol services - Virtual channels
Copyright (C) Erik Forsberg <[email protected]> 2003
! Copyright (C) Matthew Chapman 2003-2005
This program is free software; you can redistribute it and/or modify
Index: configure.ac
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configure.ac 13 Dec 2004 12:41:20 -0000 1.6
--- configure.ac 6 Mar 2005 21:11:04 -0000 1.7
***************
*** 1,3 ****
! AC_INIT(rdesktop, 1.3.1)
AC_CONFIG_SRCDIR([rdesktop.c])
--- 1,3 ----
! AC_INIT(rdesktop, 1.4.0)
AC_CONFIG_SRCDIR([rdesktop.c])
Index: constants.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/constants.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** constants.h 20 Feb 2005 20:43:58 -0000 1.38
--- constants.h 6 Mar 2005 21:11:04 -0000 1.39
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Miscellaneous protocol constants
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: iso.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/iso.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** iso.c 5 Jul 2004 19:09:07 -0000 1.15
--- iso.c 6 Mar 2005 21:11:04 -0000 1.16
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - ISO layer
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: licence.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/licence.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** licence.c 31 Jul 2004 13:07:41 -0000 1.33
--- licence.c 6 Mar 2005 21:11:04 -0000 1.34
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP licensing negotiation
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: mcs.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mcs.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** mcs.c 5 Jul 2004 19:09:07 -0000 1.16
--- mcs.c 6 Mar 2005 21:11:04 -0000 1.17
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: mppc.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mppc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mppc.c 17 Jun 2004 09:42:58 -0000 1.6
--- mppc.c 6 Mar 2005 21:11:17 -0000 1.7
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
! Copyright (C) Matthew Chapman 1999-2004
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP decompression
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: orders.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** orders.c 16 Feb 2005 22:28:17 -0000 1.40
--- orders.c 6 Mar 2005 21:11:17 -0000 1.41
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: orders.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/orders.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orders.h 12 Jul 2004 21:07:39 -0000 1.10
--- orders.h 6 Mar 2005 21:11:17 -0000 1.11
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
RDP order processing
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: parse.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/parse.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** parse.h 30 Jun 2004 17:57:47 -0000 1.10
--- parse.h 6 Mar 2005 21:11:17 -0000 1.11
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Parsing primitives
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Parsing primitives
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: printercache.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/printercache.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** printercache.c 17 Apr 2004 07:14:41 -0000 1.7
--- printercache.c 6 Mar 2005 21:11:17 -0000 1.8
***************
*** 2,6 ****
* rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions
! * Copyright (C) Matthew Chapman 1999-2003
* Copyright (C) Jeroen Meijer 2003
*
--- 2,6 ----
* rdesktop: A Remote Desktop Protocol client.
* Entrypoint and utility functions
! * Copyright (C) Matthew Chapman 1999-2005
* Copyright (C) Jeroen Meijer 2003
*
Index: rdesktop.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** rdesktop.c 2 Mar 2005 10:16:31 -0000 1.118
--- rdesktop.c 6 Mar 2005 21:11:17 -0000 1.119
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Entrypoint and utility functions
! Copyright (C) Matthew Chapman 1999-2003
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Entrypoint and utility functions
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
***************
*** 95,99 ****
{
fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n");
! fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2003 Matt Chapman.\n");
fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n");
--- 95,99 ----
{
fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n");
! fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2005 Matt Chapman.\n");
fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n");
Index: rdesktop.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** rdesktop.h 2 Mar 2005 17:38:26 -0000 1.26
--- rdesktop.h 6 Mar 2005 21:11:17 -0000 1.27
***************
*** 31,35 ****
#endif
! #define VERSION "1.3.1"
#ifdef WITH_DEBUG
--- 31,35 ----
#endif
! #define VERSION "1.4.0"
#ifdef WITH_DEBUG
Index: rdesktop.spec
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** rdesktop.spec 10 Sep 2004 07:02:26 -0000 1.17
--- rdesktop.spec 6 Mar 2005 21:11:17 -0000 1.18
***************
*** 1,5 ****
Summary: Remote Desktop Protocol client
Name: rdesktop
! Version: 1.3.1
Release: 1
Copyright: GPL; see COPYING
--- 1,5 ----
Summary: Remote Desktop Protocol client
Name: rdesktop
! Version: 1.4.0
Release: 1
Copyright: GPL; see COPYING
Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** rdp.c 7 Oct 2004 13:00:28 -0000 1.72
--- rdp.c 6 Mar 2005 21:11:17 -0000 1.73
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP layer
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: rdp5.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp5.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rdp5.c 7 Oct 2004 13:00:28 -0000 1.14
--- rdp5.c 6 Mar 2005 21:11:17 -0000 1.15
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2002
Copyright (C) Erik Forsberg 2003
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - Multipoint Communications Service
! Copyright (C) Matthew Chapman 1999-2005
Copyright (C) Erik Forsberg 2003
Index: rdpdr.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** rdpdr.c 3 Nov 2004 13:56:51 -0000 1.38
--- rdpdr.c 6 Mar 2005 21:11:17 -0000 1.39
***************
*** 1,5 ****
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2004
This program is free software; you can redistribute it and/or modify
--- 1,5 ----
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: secure.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/secure.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** secure.c 4 Oct 2004 03:21:58 -0000 1.49
--- secure.c 6 Mar 2005 21:11:17 -0000 1.50
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: tcp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/tcp.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** tcp.c 2 Mar 2005 01:18:33 -0000 1.27
--- tcp.c 6 Mar 2005 21:11:17 -0000 1.28
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Protocol services - TCP layer
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: types.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/types.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** types.h 3 Nov 2004 13:56:52 -0000 1.22
--- types.h 6 Mar 2005 21:11:17 -0000 1.23
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
Common data types
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
Common data types
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
Index: xkeymap.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xkeymap.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** xkeymap.c 23 Jan 2005 19:29:31 -0000 1.66
--- xkeymap.c 6 Mar 2005 21:11:17 -0000 1.67
***************
*** 3,7 ****
User interface services - X keyboard mapping
! Copyright (C) Matthew Chapman 1999-2002
Copyright (C) Peter Astrand <[email protected]> 2003
--- 3,7 ----
User interface services - X keyboard mapping
! Copyright (C) Matthew Chapman 1999-2005
Copyright (C) Peter Astrand <[email protected]> 2003
Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -C2 -d -r1.184 -r1.185
*** xwin.c 28 Feb 2005 23:30:00 -0000 1.184
--- xwin.c 6 Mar 2005 21:11:17 -0000 1.185
***************
*** 2,6 ****
rdesktop: A Remote Desktop Protocol client.
User interface services - X Window System
! Copyright (C) Matthew Chapman 1999-2002
This program is free software; you can redistribute it and/or modify
--- 2,6 ----
rdesktop: A Remote Desktop Protocol client.
User interface services - X Window System
! Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redistribute it and/or modify
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click