From b25d176fe1437fd4c08d1a31ce2ffc3846ab9a1f Mon Sep 17 00:00:00 2001 From: Matt Chapman Date: Sat, 5 Apr 2008 06:15:45 +0000 Subject: [PATCH] Bump version number in preparation for release. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1464 423420c4-83ab-492f-b58f-81f9feb106b5 --- configure.ac | 2 +- doc/ChangeLog | 13 +++++++++---- rdesktop.c | 4 ++-- rdesktop.h | 2 +- rdesktop.spec | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 090e886..e8af5b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.5.0) +AC_INIT(rdesktop, 1.6.0) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/doc/ChangeLog b/doc/ChangeLog index 570defe..bbe3eb3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,12 @@ -rdesktop (1.?.?) - * ALSA-driver added - * sound-drivers can now be selected at runtime - * Smartcard support by Alexi Volkov +rdesktop (1.6.0) + * Fix for crash with recent versions of X.Org + * Fix for potential vulnerability against compromised/malicious servers (reported by iDefense) + * ALSA driver added + * Sound drivers can now be selected at runtime + * Smartcard support (Alexi Volkov ) + * Send physical mouse buttons rather than logical ones + + -- Matthew Chapman Sat, 5 Apr 2008 17:09:15 +1100 (AEDT) rdesktop (1.5.0) * SeamlessRDP - seamless windows support diff --git a/rdesktop.c b/rdesktop.c index 73450ac..93798cc 100644 --- a/rdesktop.c +++ b/rdesktop.c @@ -1,7 +1,7 @@ /* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Entrypoint and utility functions - Copyright (C) Matthew Chapman 1999-2007 + Copyright (C) Matthew Chapman 1999-2008 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 @@ -127,7 +127,7 @@ static void usage(char *program) { fprintf(stderr, "rdesktop: A Remote Desktop Protocol client.\n"); - fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2007 Matt Chapman.\n"); + fprintf(stderr, "Version " VERSION ". Copyright (C) 1999-2008 Matthew Chapman.\n"); fprintf(stderr, "See http://www.rdesktop.org/ for more information.\n\n"); fprintf(stderr, "Usage: %s [options] server[:port]\n", program); diff --git a/rdesktop.h b/rdesktop.h index 9901fa0..c202284 100644 --- a/rdesktop.h +++ b/rdesktop.h @@ -39,7 +39,7 @@ #endif #include /* PATH_MAX */ -#define VERSION "1.5.0" +#define VERSION "1.6.0" #ifdef WITH_DEBUG #define DEBUG(args) printf args; diff --git a/rdesktop.spec b/rdesktop.spec index 41ba9a9..2e1e04a 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Protocol client Name: rdesktop -Version: 1.5.0 +Version: 1.6.0 Release: 1 License: GPL; see COPYING Group: Applications/Communications