From d3ae1f0b8ad6b7ea73149a367bb7a0878b4b3c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Mon, 18 Apr 2011 11:26:27 +0000 Subject: [PATCH] Bump up version to 1.7.0, updated ChangeLog git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1627 423420c4-83ab-492f-b58f-81f9feb106b5 --- configure.ac | 2 +- doc/ChangeLog | 24 ++++++++++++++++++++++++ rdesktop.spec | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 000fefb..42f40af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.6.0) +AC_INIT(rdesktop, 1.7.0) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/doc/ChangeLog b/doc/ChangeLog index ab05b3b..2531440 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,27 @@ +rdesktop (1.7.0) + * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests) + * New maintainer: Peter Åstrand + * Brush cache support + * Removed the hardcoded limit of the username length + * Increased domain name length to 255 chars + * Improved compatibility with PulseAudio/padsp + * Cleaned up and documented the return values + * Keyboard fix: avoid stuck keys in certain cases + * Support for new pointers + * License has been changed to GPLv3 + * EWMH fixes for 64-bit machines + * RandR support: automatically resize session if using relative screen size + * Improved support for Windows 2008 Session Broker + * Japanese keyboard map has been improved + * New keyboard map: fr-bepo + * Many stability fixes regarding smart card redirection + * Windows 2008 R2 / 7: Fix sound playback when not using other redirections + * Windows 2008 R2 / 7: Solve disk redirection read-only issues + * Windows 2008 R2 / 7: Solve issue with recursive deletion + * Avoid exit when printing, if lpr command terminates early + + -- Peter Åstrand 2011-04-13 + rdesktop (1.6.0) * Fix for crash with recent versions of X.Org * Fix for potential vulnerability against compromised/malicious servers (reported by iDefense) diff --git a/rdesktop.spec b/rdesktop.spec index 97a27c8..fc81d54 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Protocol client Name: rdesktop -Version: 1.6.0 +Version: 1.7.0 Release: 1 License: GPL; see COPYING Group: Applications/Communications