From b793a87e6d87af0aba384cd07e123151b72031ab Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Fri, 31 Oct 2014 11:39:04 +0000 Subject: [PATCH] Updated CHangeLog and bumped version to 1.8.3 git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1837 423420c4-83ab-492f-b58f-81f9feb106b5 --- configure.ac | 2 +- doc/ChangeLog | 21 +++++++++++++++++++++ rdesktop.spec | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dd187b3..586dd5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.8.2post) +AC_INIT(rdesktop, 1.8.3) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/doc/ChangeLog b/doc/ChangeLog index ab52452..351442a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,24 @@ +rdesktop (1.8.3) + * Added a persistent mode used with SeamlessRDP + * Added US international keyboard layout with dead keys + * Code cleanup to match specifications, use constants defined + instead of magic numbers, remove of dead code + * Fix regression with failed connection and a invalid licensing + message, introduced in 1.8.2 + * Fix issue with Non ASCII user / password when using CredSSP + * Fix issues using smartcard redirection with Windows 2012 R2 + * Fix issue with windows key functionality + * Fix memory corruption when using rdp_out_unistr() + * Fix workaround for the lack of support for alpha cursors + * Fix silent exit when redirected when using CredSSP + * Fix crash when starting rdesktop without domain specified + while using CredSSP + * Fix issue in SeamlessRDP protocol parser upon reconnect + * Fix issue were a new SeamlessRDP application is respawned + upon a reconnection + + -- Henrik Andersson 2014-10-31 + rdesktop (1.8.2) * Support enhanced server redirection (Session broker 2012) * Support License Error Alert PDU diff --git a/rdesktop.spec b/rdesktop.spec index 53a5b97..f9b2f54 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Protocol client Name: rdesktop -Version: 1.8.2post +Version: 1.8.3 Release: 1 License: GPL; see COPYING Group: Applications/Communications