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
This commit is contained in:
Henrik Andersson 2014-10-31 11:39:04 +00:00
parent 761cc053e2
commit b793a87e6d
3 changed files with 23 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.8.2post) AC_INIT(rdesktop, 1.8.3)
AC_CONFIG_SRCDIR([rdesktop.c]) AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -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 <hean01@users.sourceforge.net> 2014-10-31
rdesktop (1.8.2) rdesktop (1.8.2)
* Support enhanced server redirection (Session broker 2012) * Support enhanced server redirection (Session broker 2012)
* Support License Error Alert PDU * Support License Error Alert PDU

View File

@ -1,6 +1,6 @@
Summary: Remote Desktop Protocol client Summary: Remote Desktop Protocol client
Name: rdesktop Name: rdesktop
Version: 1.8.2post Version: 1.8.3
Release: 1 Release: 1
License: GPL; see COPYING License: GPL; see COPYING
Group: Applications/Communications Group: Applications/Communications