You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2022/03/17 19:24:11 UTC

[guacamole-server] branch staging/1.5.0 updated (75a11b0 -> c880f02)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.5.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


    from 75a11b0  GUACAMOLE-1543: Merge changes moving recording structures/functions to the public API.
     add d734bac  GUACAMOLE-1115: Do not hold general RDP message lock while waiting for print operations.
     add ce88fa4  GUACAMOLE-1115: Forcibly kill any outstanding PDF filter job when cleaning up resources.
     new c880f02  GUACAMOLE-1115: Merge ensure RDP print process does not block itself from completing.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/protocols/rdp/client.c    |  8 ++++++++
 src/protocols/rdp/print-job.c | 35 ++++++++++++++++++++++++++++++++---
 2 files changed, 40 insertions(+), 3 deletions(-)

[guacamole-server] 01/01: GUACAMOLE-1115: Merge ensure RDP print process does not block itself from completing.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.5.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit c880f02fe88f83ccabbbb5d057a64d4de3dc4219
Merge: 75a11b0 ce88fa4
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Thu Mar 17 15:20:51 2022 -0400

    GUACAMOLE-1115: Merge ensure RDP print process does not block itself from completing.

 src/protocols/rdp/client.c    |  8 ++++++++
 src/protocols/rdp/print-job.c | 35 ++++++++++++++++++++++++++++++++---
 2 files changed, 40 insertions(+), 3 deletions(-)