From 50f607ee610bf34e03540e6c04c5b102a49b2ed5 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 Sep 2019 09:03:48 +0200 Subject: [PATCH] Update version to 1.9.0 --- configure.ac | 2 +- doc/ChangeLog | 19 +++++++++++++++++++ rdesktop.spec | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f3c58dc..1ab12a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.8.99) +AC_INIT(rdesktop, 1.9.0) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/doc/ChangeLog b/doc/ChangeLog index 3af89af..99b5359 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,22 @@ +rdesktop (1.9.0) + * Use GnuTLS and nettle instead of OpenSSL + * Improved certificate handling + * Add support for dynamic resize of sessions + * Add support for alpha cursors + * Add PulseAudio support + * Add Kerberos support on macOS + * Kerberos support no longer requires libgssglue + * Remove support for rdesktop's custom microphone extension + * Several fixes to improve compatibility with modern desktops + * macOS compatibility fixes + * Improved handling of redirections + * Many smart card bug fixes + * Many disk redirection bug fixes + * Improved logging + * Lots of other small bug fixes + + -- Pierre Ossman 2019-09-18 + rdesktop (1.8.6) * Fix protocol code handling new licenses diff --git a/rdesktop.spec b/rdesktop.spec index 88c4c40..2d93d39 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -1,6 +1,6 @@ Summary: Remote Desktop Protocol client Name: rdesktop -Version: 1.8.99 +Version: 1.9.0 Release: 1 License: GPL; see COPYING Group: Applications/Communications