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
This commit is contained in:
Matt Chapman 2008-04-05 06:15:45 +00:00
parent 231c3f1285
commit b25d176fe1
5 changed files with 14 additions and 9 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.5.0)
AC_INIT(rdesktop, 1.6.0)
AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -1,7 +1,12 @@
rdesktop (1.?.?)
* ALSA-driver added
* sound-drivers can now be selected at runtime
* Smartcard support by Alexi Volkov <alexi@myrealbox.com>
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 <alexi@myrealbox.com>)
* Send physical mouse buttons rather than logical ones
-- Matthew Chapman <matthewc@cse.unsw.edu.au> Sat, 5 Apr 2008 17:09:15 +1100 (AEDT)
rdesktop (1.5.0)
* SeamlessRDP - seamless windows support

View File

@ -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);

View File

@ -39,7 +39,7 @@
#endif
#include <limits.h> /* PATH_MAX */
#define VERSION "1.5.0"
#define VERSION "1.6.0"
#ifdef WITH_DEBUG
#define DEBUG(args) printf args;

View File

@ -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