From x2go@ymir.das-netzwerkteam.de  Wed Jan 29 06:45:08 2020
Received: (at control) by bugs.x2go.org; 29 Jan 2020 05:45:17 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 399765DD0F; Wed, 29 Jan 2020 06:45:08 +0100 (CET)
From: =?utf-8?q?Mihai_Moldovan?= <ionic@ionic.de>
To: 1425-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1425@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: https://x2go.org/post-receive-tag-pending
Message-Id: <20200129054508.399765DD0F@ymir.das-netzwerkteam.de>
Date: Wed, 29 Jan 2020 06:45:08 +0100 (CET)

tag #1425 pending
fixed #1425 4.1.2.2
thanks

Hi!

X2Go issue #1425 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=e22827f

The issue will most likely be fixed in src:x2goclient (4.1.2.2).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit e22827f7afff3d85853b2d61961f773424d5e022
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Sat Jan 25 18:15:05 2020 +0100

    src/onmainwindow.cpp: stop PulseAudio from spamming logs after a client disconnects. Fixes: #1425.
    
    Patch based on one submitted by Ville Salmela.

diff --git a/debian/changelog b/debian/changelog
index 78fa666..577285a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -151,6 +151,9 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
     - Windows: Update PuTTY from 0.71 to 0.73. Fixes another round of issues
       discovered through the EU-funded bug bounty programme and other security
       problems.
+    - src/onmainwindow.cpp: stop PulseAudio from spamming logs after a client
+      disconnects. Fixes: #1425. Patch based on one submitted by Ville
+      Salmela.
   * debian/control:
     + Add build-depend on pkg-config.
   * x2goclient.spec:

