diff --git a/configure.ac b/configure.ac index f895828..a06feb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.7.1post) +AC_INIT(rdesktop, 1.8.0) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/doc/ChangeLog b/doc/ChangeLog index 297f995..7a1372c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +rdesktop (1.8.0) + * Support for protocol negotiation eg. SSL/TLSv1 and CredSSP + * Support for CredSSP + Kerberos authentication (NLA) + * Support for smart card single-sign-on + * Support passing smart card pin as password as argument + * Added IPC for controlling a master rdesktop process + * Support for connection sharing when using SeamlessRDP + * Improved handling of network connection failures + * Autoreconnect using the connection cookie at network failure + * Fix a few smart card issues + * Fix bug with mouse scroll handling + * Fix for left/right braces in Italian keymap + * Fix crash and memory leak in local drive redirection + * Fixes issues with license files loading/saving + rdesktop (1.7.1) * Fix clipboard issue when not building with unicode support * Fix compilation against newer PCSC lite versions diff --git a/rdesktop.spec b/rdesktop.spec index 29699dd..b4bd524 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Protocol client Name: rdesktop -Version: 1.7.1post +Version: 1.8.0 Release: 1 License: GPL; see COPYING Group: Applications/Communications