From mikedep333@gmail.com Mon Jun 30 04:32:38 2014 Received: (at submit) by bugs.x2go.org; 30 Jun 2014 02:32:38 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id F19795DB53 for ; Mon, 30 Jun 2014 04:32:37 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id n12so7429528wgh.31 for ; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=C1rqdMU5B01wvEl9yHFcFCDotVMAyvN8O0nAmJPUjqU=; b=EjcbrovEJRsOq/iGllLc0JdqzI1vHLSQ55vxZ8pHkhYg8ohCKRskg6XpJAPkE9zaJ1 t0Yrlj09tMCTcIOWl8OzPWgk9Hsr6dT7u0OTbvzK47spnCmgO53rTvJHTC+b6oRIZA9i 7QoVaqr9GsLfqsx1XcxfTZ7KuYw7j6MOPWOeP2SQ1YJM0gSiSqxaC94HYuOlZ4XjqoPM hnt6Wx0TEN8/t4PwCt1ylJ65YHIXLQVAmbRvp5WvpZTdbZCWfFT0y4VcZrWHZcAsn1se +V94Vg9Iznh6bs1vT7a5FAZgy4ETzIdTxrbm/qut2/8K+YymKa4iAxZEnXNFedKESRrv Fb+Q== MIME-Version: 1.0 X-Received: by 10.180.89.143 with SMTP id bo15mr25537021wib.78.1404095557590; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) Received: by 10.180.98.233 with HTTP; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) Date: Sun, 29 Jun 2014 22:32:37 -0400 Message-ID: Subject: Version strings like "4.0.2.0+build4" are not rendered properly in NSIS Windows installers From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2goclient Version: 4.0.2.0 Severity: minor Screenshot 2 under this album demonstrates this bug: http://imgur.com/a/UlNjI I've already determined an easy fix: Switch from regular NSIS (2.46) to NSIS Unicode (2.46.5). See screenshot 4 under that album. Further justifications for switching to NSIS Unicode: 1. It appears to be better maintained. 2. Lots of major open source projects have switched to it. 3. If there does happen to be a bug, we can revert to regular NSIS with almost no effort.* regular NSIS: http://nsis.sourceforge.net/Main_Page (Yes 3.0b0 is out, but that is a beta release of 3.0, so I am not bothering to try it. 3.0 was in alpha until 3.0b0 came out in May 11 2014.) NSIS Unicode: http://www.scratchpaper.com/ *If the bug is caught after 4.0.2.1 is released, we would call the build 4.0.2.1+build2. All that would be required is to change the PATH under nsis-builder.bat (buildscripts.git) to correct future builds, edit the version string on x2goclient.nsi, and re-run the .nsi script. On our X2Go-WinBuilder VM, we keep each release's binaries, ready to be packaged up by the corresponding .nsi script, under: D:\Build\windows\ . From x2go@ymir.das-netzwerkteam.de Mon Jun 30 04:38:00 2014 Received: (at 528) by bugs.x2go.org; 30 Jun 2014 02:38:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id C70685DB54; Mon, 30 Jun 2014 04:38:00 +0200 (CEST) From: Mike DePaulo To: 528-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 528@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: http://snipr.com/post-receive-tag-pending Message-Id: <20140630023800.C70685DB54@ymir.das-netzwerkteam.de> Date: Mon, 30 Jun 2014 04:38:00 +0200 (CEST) tag #528 pending fixed #528 4.0.2.1 thanks Hello, X2Go issue #528 (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=7f1e287 The issue will most likely be fixed in src:x2goclient (4.0.2.1). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 7f1e287ae37e5f8892d5421ab2de6ce6625ae786 Author: Mike DePaulo Date: Sun Jun 29 22:37:49 2014 -0400 Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 (Fixes #528) diff --git a/debian/changelog b/debian/changelog index 5751587..593b55e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,8 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2. Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211 (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.) + - Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 + (Fixes: #528) -- Mike Gabriel Thu, 10 Apr 2014 18:30:25 +0200 From x2go@ymir.das-netzwerkteam.de Thu Jul 10 01:10:52 2014 Received: (at 528) by bugs.x2go.org; 9 Jul 2014 23:11:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 4B30C5DB84; Thu, 10 Jul 2014 01:10:52 +0200 (CEST) From: Mike DePaulo To: 528-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 528@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: http://snipr.com/post-receive-tag-pending Message-Id: <20140709231052.4B30C5DB84@ymir.das-netzwerkteam.de> Date: Thu, 10 Jul 2014 01:10:52 +0200 (CEST) tag #528 pending fixed #528 4.0.2.1 thanks Hello, X2Go issue #528 (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=1ad1c83 The issue will most likely be fixed in src:x2goclient (4.0.2.1). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 1ad1c83442106fb9fcb5a6b837e13a7a12e5d525 Author: Mike DePaulo Date: Sun Jun 29 22:37:49 2014 -0400 Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 (Fixes #528) diff --git a/debian/changelog b/debian/changelog index 38c2685..ac57fbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,8 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2. Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211 (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.) + - Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 + (Fixes: #528) -- Mike Gabriel Thu, 10 Apr 2014 18:30:25 +0200 From x2go@ymir.das-netzwerkteam.de Sat Jul 12 08:41:44 2014 Received: (at 528) by bugs.x2go.org; 12 Jul 2014 06:41:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 88E965DB86; Sat, 12 Jul 2014 08:41:44 +0200 (CEST) From: Mike Gabriel To: 528-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 528@bugs.x2go.org Subject: X2Go issue (in src:x2goclient) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140712064144.88E965DB86@ymir.das-netzwerkteam.de> Date: Sat, 12 Jul 2014 08:41:44 +0200 (CEST) close #528 thanks Hello, we are very hopeful that X2Go issue #528 reported by you has been resolved in the new release (4.0.2.1) of the X2Go source project »src:x2goclient«. You can view the complete changelog entry of src:x2goclient (4.0.2.1) below, and you can use the following link to view all the code changes between this and the last release of src:x2goclient. http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=6d9114eb5f414f34962f8b14f58e5d469acd1574;hp=85bf0c6e7539910fff779689528009a897cdceb4 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goclient. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goclient Version: 4.0.2.1-0x2go1 Status: RELEASE Date: Fri, 11 Jul 2014 12:23:59 +0200 Fixes: 235 364 365 421 478 498 502 514 528 Changes: x2goclient (4.0.2.1-0x2go1) RELEASED; urgency=low . [ Mike Gabriel ] * New upstream release (4.0.2.1): - Fix FTBFS on arm64 (and others) architecture. (Fixes: #498). - Only show session name in notification bubbles with debugging enabled. (Fixes: #364). - New command line option (--keep-trayicon). With that options set, we force X2Go client to only use the default "accelerated X" as system tray icon (and prohibit usage of the session's icon as tray icon). (Fixes: #365). - Provide more meaningful messages on SSH errors (host pub key not found, export pub key not found, authorized_keys file not found). For SSHd startup failures provide different messages on Windows and non-Windows machines. (Fixes: #235). FIXME: add detection code to report SSH daemon startup failures. - Add new cmdline option --hide-foldersharing. If used, all GUI elements related to exporting client-side folders to X2Go sessions get hidden. (Fixes: #514). - Update COPYING file (to update FSF address). * debian/control: + Add dbg:package x2goplugin-dbg. . [ Clemens Lang ] * New upstream version (4.0.2.1): - Re-add Info.plist file (which got removed by accident in commit 91cf6c6). (Fixes: #502). . [ Oleksandr Shneyder ] * New upstream release (4.0.2.1): - Hide GSSAPI options on direct RDP connections. (Fixes: #478). - Search X-Server in /Applications/Utilities/XQuartz.app on Mac. - Wrong cmd line option throw error dialog if running not from terminal. - Add command line option "close-disconnect", which make client close after session is disconnected. - Don't start pulse on Windows, until we really have to start a session that requires pulse support. - Check if sound is activated before starting pulse. - Fix starting sshd on Win XP. (Fixes: #421). - Fix "fullscreen" mode on Windows 7 with multiple monitors. . [ Mike DePaulo ] * New upstream release (4.0.2.1): - Windows: Prevent high PulseAudio CPU usage on Windows XP by lowering PulseAudio's CPU priority from "high" to "normal" on XP specifically. Also do so on Windows Server 2003 (R2) (Fixes #526) - Windows: Enable PulseAudio log when --debug is passed. - Windows: Fix compatibility with current PulseAudio master branch - Windows: Reduce size of NSIS installer by switching to lzma solid compression - Windows: cygwin packages (inluding patched OpenSSH 6.6.1p1-3) updated from latest versions as of 2014-04-08 to latest versions as of 2014-06-09. This includes openssl 1.0.1h-1, which fixes the 6 CVEs announced on 2014-06-05. (Cygwin openssl was also individually updated to 1.0.1h-1 in 4.0.2.0+build4.) This also includes migrating from libjpeg to libjpeg-turbo, which reduces CPU usage of nxproxy.) - Windows: Download and compile nx-libs-lite from the release tarball, rather than from git, so that the patches are actually applied - Windows: nx-libs-lite updated from 3.5.0.22 to 3.5.0.27 (linked against aforementioned cygwin package versions) - Windows: Win32 OpenSSL updated from 1.0.1g to 1.0.1h, which fixes the 6 CVEs announced on 2014-06-05. (Win32 OpenSSL was also updated to 1.0.1h in 4.0.2.0+build3.) - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2. Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211 (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.) - Windows: Switch from regular NSIS 2.46 to Unicode NSIS 2.46.5 (Fixes: #528) From unknown Thu Mar 28 22:07:36 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.502 (Entity 5.502) X-Loop: owner@bugs.x2go.org From: owner@bugs.x2go.org (X2Go Bug Tracking System) Subject: Bug#528 closed by Mike Gabriel (X2Go issue (in src:x2goclient) has been marked as closed) Message-ID: References: <20140712064144.88E965DB86@ymir.das-netzwerkteam.de> X-X2go-PR-Keywords: pending X-X2go-PR-Message: they-closed 528 X-X2go-PR-Package: x2goclient X-X2go-PR-Source: x2goclient Date: Sat, 12 Jul 2014 06:45:12 +0000 Content-Type: multipart/mixed; boundary="----------=_1405147512-16165-0" This is a multi-part message in MIME format... ------------=_1405147512-16165-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 This is an automatic notification regarding your Bug report which was filed against the x2goclient package: #528: Version strings like "4.0.2.0+build4" are not rendered properly in NS= IS Windows installers It has been closed by Mike Gabriel . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mike Gabriel by replying to this email. --=20 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems ------------=_1405147512-16165-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at control) by bugs.x2go.org; 12 Jul 2014 06:42:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005) id 88E965DB86; Sat, 12 Jul 2014 08:41:44 +0200 (CEST) From: Mike Gabriel To: 528-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 528@bugs.x2go.org Subject: X2Go issue (in src:x2goclient) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140712064144.88E965DB86@ymir.das-netzwerkteam.de> Date: Sat, 12 Jul 2014 08:41:44 +0200 (CEST) close #528 thanks Hello, we are very hopeful that X2Go issue #528 reported by you has been resolved in the new release (4.0.2.1) of the X2Go source project »src:x2goclient«. You can view the complete changelog entry of src:x2goclient (4.0.2.1) below, and you can use the following link to view all the code changes between this and the last release of src:x2goclient. http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=6d9114eb5f414f34962f8b14f58e5d469acd1574;hp=85bf0c6e7539910fff779689528009a897cdceb4 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goclient. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goclient Version: 4.0.2.1-0x2go1 Status: RELEASE Date: Fri, 11 Jul 2014 12:23:59 +0200 Fixes: 235 364 365 421 478 498 502 514 528 Changes: x2goclient (4.0.2.1-0x2go1) RELEASED; urgency=low . [ Mike Gabriel ] * New upstream release (4.0.2.1): - Fix FTBFS on arm64 (and others) architecture. (Fixes: #498). - Only show session name in notification bubbles with debugging enabled. (Fixes: #364). - New command line option (--keep-trayicon). With that options set, we force X2Go client to only use the default "accelerated X" as system tray icon (and prohibit usage of the session's icon as tray icon). (Fixes: #365). - Provide more meaningful messages on SSH errors (host pub key not found, export pub key not found, authorized_keys file not found). For SSHd startup failures provide different messages on Windows and non-Windows machines. (Fixes: #235). FIXME: add detection code to report SSH daemon startup failures. - Add new cmdline option --hide-foldersharing. If used, all GUI elements related to exporting client-side folders to X2Go sessions get hidden. (Fixes: #514). - Update COPYING file (to update FSF address). * debian/control: + Add dbg:package x2goplugin-dbg. . [ Clemens Lang ] * New upstream version (4.0.2.1): - Re-add Info.plist file (which got removed by accident in commit 91cf6c6). (Fixes: #502). . [ Oleksandr Shneyder ] * New upstream release (4.0.2.1): - Hide GSSAPI options on direct RDP connections. (Fixes: #478). - Search X-Server in /Applications/Utilities/XQuartz.app on Mac. - Wrong cmd line option throw error dialog if running not from terminal. - Add command line option "close-disconnect", which make client close after session is disconnected. - Don't start pulse on Windows, until we really have to start a session that requires pulse support. - Check if sound is activated before starting pulse. - Fix starting sshd on Win XP. (Fixes: #421). - Fix "fullscreen" mode on Windows 7 with multiple monitors. . [ Mike DePaulo ] * New upstream release (4.0.2.1): - Windows: Prevent high PulseAudio CPU usage on Windows XP by lowering PulseAudio's CPU priority from "high" to "normal" on XP specifically. Also do so on Windows Server 2003 (R2) (Fixes #526) - Windows: Enable PulseAudio log when --debug is passed. - Windows: Fix compatibility with current PulseAudio master branch - Windows: Reduce size of NSIS installer by switching to lzma solid compression - Windows: cygwin packages (inluding patched OpenSSH 6.6.1p1-3) updated from latest versions as of 2014-04-08 to latest versions as of 2014-06-09. This includes openssl 1.0.1h-1, which fixes the 6 CVEs announced on 2014-06-05. (Cygwin openssl was also individually updated to 1.0.1h-1 in 4.0.2.0+build4.) This also includes migrating from libjpeg to libjpeg-turbo, which reduces CPU usage of nxproxy.) - Windows: Download and compile nx-libs-lite from the release tarball, rather than from git, so that the patches are actually applied - Windows: nx-libs-lite updated from 3.5.0.22 to 3.5.0.27 (linked against aforementioned cygwin package versions) - Windows: Win32 OpenSSL updated from 1.0.1g to 1.0.1h, which fixes the 6 CVEs announced on 2014-06-05. (Win32 OpenSSL was also updated to 1.0.1h in 4.0.2.0+build3.) - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2. Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211 (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.) - Windows: Switch from regular NSIS 2.46 to Unicode NSIS 2.46.5 (Fixes: #528) ------------=_1405147512-16165-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.x2go.org; 30 Jun 2014 02:32:38 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id F19795DB53 for ; Mon, 30 Jun 2014 04:32:37 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id n12so7429528wgh.31 for ; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=C1rqdMU5B01wvEl9yHFcFCDotVMAyvN8O0nAmJPUjqU=; b=EjcbrovEJRsOq/iGllLc0JdqzI1vHLSQ55vxZ8pHkhYg8ohCKRskg6XpJAPkE9zaJ1 t0Yrlj09tMCTcIOWl8OzPWgk9Hsr6dT7u0OTbvzK47spnCmgO53rTvJHTC+b6oRIZA9i 7QoVaqr9GsLfqsx1XcxfTZ7KuYw7j6MOPWOeP2SQ1YJM0gSiSqxaC94HYuOlZ4XjqoPM hnt6Wx0TEN8/t4PwCt1ylJ65YHIXLQVAmbRvp5WvpZTdbZCWfFT0y4VcZrWHZcAsn1se +V94Vg9Iznh6bs1vT7a5FAZgy4ETzIdTxrbm/qut2/8K+YymKa4iAxZEnXNFedKESRrv Fb+Q== MIME-Version: 1.0 X-Received: by 10.180.89.143 with SMTP id bo15mr25537021wib.78.1404095557590; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) Received: by 10.180.98.233 with HTTP; Sun, 29 Jun 2014 19:32:37 -0700 (PDT) Date: Sun, 29 Jun 2014 22:32:37 -0400 Message-ID: Subject: Version strings like "4.0.2.0+build4" are not rendered properly in NSIS Windows installers From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2goclient Version: 4.0.2.0 Severity: minor Screenshot 2 under this album demonstrates this bug: http://imgur.com/a/UlNjI I've already determined an easy fix: Switch from regular NSIS (2.46) to NSIS Unicode (2.46.5). See screenshot 4 under that album. Further justifications for switching to NSIS Unicode: 1. It appears to be better maintained. 2. Lots of major open source projects have switched to it. 3. If there does happen to be a bug, we can revert to regular NSIS with almost no effort.* regular NSIS: http://nsis.sourceforge.net/Main_Page (Yes 3.0b0 is out, but that is a beta release of 3.0, so I am not bothering to try it. 3.0 was in alpha until 3.0b0 came out in May 11 2014.) NSIS Unicode: http://www.scratchpaper.com/ *If the bug is caught after 4.0.2.1 is released, we would call the build 4.0.2.1+build2. All that would be required is to change the PATH under nsis-builder.bat (buildscripts.git) to correct future builds, edit the version string on x2goclient.nsi, and re-run the .nsi script. On our X2Go-WinBuilder VM, we keep each release's binaries, ready to be packaged up by the corresponding .nsi script, under: D:\Build\windows\ . ------------=_1405147512-16165-0-- From unknown Thu Mar 28 22:07:36 2024 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@bugs.x2go.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Bug archived. Date: So, 10 Aug 2014 05:24:01 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # Bug archived. thanks # This fakemail brought to you by your local debbugs # administrator