[X2Go-Commits] [x2goclient] branch master updated (2f1cd7e -> 03893fb)

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2goclient.

  from  2f1cd7e   Release 4.1.2.0
   new  03893fb   Continue development

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


Summary of changes:
 VERSION   | 2 +-
 debian/changelog  | 6 ++
 man/man1/x2goclient.1 | 2 +-
 src/version.h | 2 +-
 x2goclient.spec   | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 01/01: Continue development

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 03893fb40c93d591aed5cfc4ba3d4d63519f076b
Author: X2Go Release Manager 
Date:   Sat Jun 23 06:09:23 2018 +0200

Continue development
---
 VERSION   | 2 +-
 debian/changelog  | 6 ++
 man/man1/x2goclient.1 | 2 +-
 src/version.h | 2 +-
 x2goclient.spec   | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/VERSION b/VERSION
index 92efd39..2787c14 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.2.0
+4.1.2.1
diff --git a/debian/changelog b/debian/changelog
index 0b9b852..4036a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2goclient (4.1.2.1-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sat, 23 Jun 2018 06:08:29 +0200
+
 x2goclient (4.1.2.0-0x2go1) unstable; urgency=medium
 
   [ Mike DePaulo ]
diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1
index a0f4ee5..3215339 100644
--- a/man/man1/x2goclient.1
+++ b/man/man1/x2goclient.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goclient 1 "Jun 2018" "Version 4.1.2.0" "X2Go Client (Qt4)"
+.TH x2goclient 1 "Jun 2018" "Version 4.1.2.1" "X2Go Client (Qt4)"
 .SH NAME
 x2goclient \- Client application to launch server-side X2Go sessions.
 .SH SYNOPSIS
diff --git a/src/version.h b/src/version.h
index 731db8f..d4fba2c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -19,6 +19,6 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION "4.1.2.0"
+#define VERSION "4.1.2.1"
 
 #endif /* !defined (VERSION_H) */
diff --git a/x2goclient.spec b/x2goclient.spec
index a5f293b..7408b8a 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -1,5 +1,5 @@
 Name:   x2goclient
-Version:4.1.2.0
+Version:4.1.2.1
 Release:0.0x2go1%{?dist}
 Summary:X2Go Client application (Qt4)
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 03:33
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529723850
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Add Mihai's changes. Sorry for not noticing them earlier.
User: mikedep333

@@ -9,8 +9,23 @@
   to 1.20.0.0 (upstream build)
 + Fixes https://github.com/ArcticaProject/nx-libs/issues/600
 + Incompatible with XP & Vista
 + Unmodified except for strip-nondeterminism being run on .gz files
+  - src/onmainwindow.{cpp,h}: don't error out directly if starting the 
X.Org
+Server failed on Windows. Instead, try starting it three
times, each
+time with a higher DISPLAY offset. On busy client machines, several
+clients raced for the sockets previously and often failed to start. 
Also
+check if the server binary actually is still alive before doing the TCP
+connection checks. A dead server won't be able to listen on a socket in
+the first place.
+  - {src/{onmainwindow.{cpp,h},help.cpp},man/man1/x2goclient.1}: add new
+option --xserver-start-limit, replacing the formerly hardcoded limit of
+three tries.
+  - copy-deps-win32.bat: update to 20180615-1 Cygwin bundle, shipping with
+a further modified OpenSSH Server version at 7.7p1-1-x2go1 and without
+chgrp.
+  - src/onmainwindow.cpp: disable private host key permissions check in
+OpenSSH Server on Windows. Fixes: #1156.
 
 
  Current Release 
 
@@ -39,9 +54,11 @@

 See this page:
   * http://wiki.x2go.org/doku.php/doc:installation:x2goclient
 
 =

Windows-Specific Bug Fixes =
- [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] When 
you connect to an x2go server with nx-libs 3.6 beta (3.5.99.x) rather than nx-libs 
3.5.0.x stable, you would likely experience the Desktop flashing when maximizing 
window. (Despite the title of the issue, it can be experienced with a single 
screen/monitor on Windows.) Many Linux distros have adopted nx-libs 3.6 beta, such 
as Fedora 28 & Ubuntu 18.04 . (x2goserver 4.1.0.0 added support for nx-libs 3.6 
beta, so it is correlated with it.)
+ [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] When 
you connect to an x2go server with nx-libs 3.6 beta (3.5.99.x) rather than nx-libs 
3.5.0.x stable, you would likely experience the Desktop flashing when maximizing 
window. (Despite the title of the issue, it can be experienced with a single 
screen/monitor on Windows.) Many Linux distros have included nx-libs 3.6 beta, such 
as Fedora 28 & Ubuntu 18.04 .
(x2goserver 4.1.0.0 added support for nx-libs 3.6 beta, so it is correlated 
with it.)
+ 
+ [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1156|bug 1156]] Folder sharing and client-side printing fix for Windows 10+
 
 = Noteworthy Windows-Specific Bugs =
 
 [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] The server cannot be added to the known_hosts file (and thus you cannot connect to the server) when both of these conditions are met: 1. Your Windows username has non-English characters. 2 Those characters are in a different language than the Windows "system locale".



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 03:17
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529723660
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Add note on Ubuntu 18.04
User: mikedep333

@@ -39,9 +39,9 @@
 See this page:
   * http://wiki.x2go.org/doku.php/doc:installation:x2goclient
 
 = Windows-Specific Bug Fixes =

- [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] 
When you connect to an x2go server with nx-libs 3.6 beta (3.5.99.x) rather than 
nx-libs 3.5.0.x stable, you would likely experience the Desktop flashing when 
maximizing window. (Despite the title of the issue,
it can be experienced with a single screen/monitor on Windows.) Many Linux 
distros have adopted nx-libs 3.6 beta, such as Fedora 28. (x2goserver 4.1.0.0 
added support for nx-libs 3.6 beta, so it is correlated with it.)
+ [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] When 
you connect to an x2go server with nx-libs 3.6 beta (3.5.99.x) rather than nx-libs 
3.5.0.x stable, you would likely experience the Desktop flashing when maximizing 
window. (Despite the title of the issue, it can be experienced with a single 
screen/monitor on Windows.) Many Linux distros have adopted nx-libs 3.6 beta, such 
as Fedora 28 & Ubuntu 18.04 . (x2goserver 4.1.0.0 added support for nx-libs 3.6 
beta, so it is correlated with it.)
 
 = Noteworthy Windows-Specific Bugs =
 
 [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] The server cannot be added to the known_hosts file (and thus you cannot connect to the server) when both of these conditions are met: 1.

Your Windows username has non-English characters. 2 Those characters are in a different 
language than the Windows "system locale".


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 03:14
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529723208
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Elaborate on XP/Vista & nx-libs issue #600
User: mikedep333

@@ -32,16 +32,16 @@
   * Windows Server 2012
   * Windows Server 2012 R2 (with or without "Update 1")
   * Windows Server 2016
 
- Any incompatibility or bug with a specific version of Windows should be reported via our bug-tracker.

+ This is the 1st release to drop support for XP & Vista. Although it is probably 
possible to still use them by specifying an external X server under x2goclient Options 
->
Settings, or simply replacing the x2goclient\VcXsrv folder.
 
 = Installation Instructions =

 See this page:
   * http://wiki.x2go.org/doku.php/doc:installation:x2goclient
 
 = Windows-Specific Bug Fixes =

- [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] 
When you connect to x2goserver server 4.1.0.0 using nx-libs 3.6 beta (3.5.99.x) 
rather than nx-libs 3.5.0.x stable, you would likely experience the Desktop 
flashing when maximizing window. (Despite the title of the issue, it can be 
experienced with a single screen/monitor on Windows.)
+ [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] 
When you connect to an x2go server with nx-libs 3.6 beta (3.5.99.x) rather than 
nx-libs 3.5.0.x stable, you would likely experience the Desktop flashing when 
maximizing window. (Despite the title of the issue, it can be experienced with 
a single screen/monitor on Windows.) Many Linux distros have adopted nx-libs 
3.6 beta, such
as Fedora 28. (x2goserver 4.1.0.0 added support for nx-libs 3.6 beta, so it is 
correlated with it.)
 
 = Noteworthy Windows-Specific Bugs =
 
 [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] The server cannot be added to the known_hosts file (and thus you cannot connect to the server) when both of these conditions are met: 1. Your Windows username has non-English characters. 2 Those characters are in a different language than the Windows "system locale".



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 03:06
Browser : Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529721687
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Add note about single monitors being affected by nx-libs issue 600
User: mikedep333

@@ -39,9 +39,9 @@
 See this page:
   * http://wiki.x2go.org/doku.php/doc:installation:x2goclient
 
 = Windows-Specific Bug Fixes =

- [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] 
When you connect to x2goserver server 4.1.0.0 using nx-libs 3.6 beta (3.5.99.x) 
rather than nx-libs 3.5.0.x stable, you would likely experience the Desktop 
flashing
when maximizing window.
+ [[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] 
When you connect to x2goserver server 4.1.0.0 using nx-libs 3.6 beta (3.5.99.x) 
rather than nx-libs 3.5.0.x stable, you would likely experience the Desktop 
flashing when maximizing window. (Despite the title of the issue, it can be 
experienced with a single screen/monitor on Windows.)
 
 = Noteworthy Windows-Specific Bugs =
 
 [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] The server cannot be added to the known_hosts file (and thus you cannot connect to the server) when both of these conditions are met: 1. Your Windows username has non-English characters. 2 Those characters are in a different language than the Windows "system locale".



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:41
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529721661
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Remove deprecation warning; XP & Vista are now incompatible
User: mikedep333

@@ -33,10 +33,8 @@
   * Windows Server 2012 R2 (with or without "Update 1")
   * Windows Server 2016
 
 Any incompatibility or bug with a specific version of Windows should be reported via our bug-tracker.
- 
- Deprecated versions of Windows are going to become incompatible in the coming months. Cygwin has already dropped support for them, and upgrading all the Cygwin components is

planned for the coming months.
 
 = Installation Instructions =

 See this page:
   * http://wiki.x2go.org/doku.php/doc:installation:x2goclient


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:39
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529721546
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Forgot to remove/modify some stuff from 4.1.1.1
User: mikedep333

@@ -1,5 +1,5 @@
- == Windows-Specific Release notes for X2Go Client 4.1.1.1 ==
+ == Windows-Specific Release notes for X2Go Client 4.1.2.0 ==
 
 = Major Windows-specific changes since 4.1.1.1-2018.03.1 =
 
 

@@ -10,10 +10,8 @@
 + Fixes https://github.com/ArcticaProject/nx-libs/issues/600
 + Incompatible with XP & Vista
 + Unmodified except
for strip-nondeterminism being run on .gz files
 
- 
- Note that it was assumed incorrectly that this was a Windows-specific bug, and this is why X2Go Client for Windows 4.1.1.0 was never released.
 
  Current Release 
 
 The installer, x2goclient-4.1.2.0-2018.06.22-setup.exe , is available under this folder:



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:40
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529721571
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: I definitely haven't tested with Windows 10 1607, so let's not 
list that.
User: mikedep333

@@ -21,9 +21,8 @@
 X2Go Client is currently only released as a 32-bit x86 build. Both 32-bit x86 
and 64-bit x86 versions of Windows are supported via this build.
 
   * Windows 7 SP1

   * Windows 8.1 (with "Update 1")
-   * Windows 10 (1607)
   * Windows 10 (1709)
   * Windows 10 (1803)
 
 These versions of Windows without the latest (specified) service pack / major

update may be compatible, but are rarely (if ever) tested. They are not 
officially supported.


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page added: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:39
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: ---
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Initial version
User: mikedep333

== Windows-Specific Release notes for X2Go Client 4.1.1.1 ==

= Major Windows-specific changes since 4.1.1.1-2018.03.1 =


   - Windows: Update Win32 OpenSSL from 1.0.2k to 1.0.2n
 Fixes several CVEs
   - Windows: Upgrade bundled VcXsrv from 1.17.0.0-3 (X2Go/Arctica Build)
 to 1.20.0.0 (upstream build)
   + Fixes https://github.com/ArcticaProject/nx-libs/issues/600
   + Incompatible with XP & Vista
   + Unmodified except for strip-nondeterminism being run on .gz
files


Note that it was assumed incorrectly that this was a Windows-specific bug, and 
this is why X2Go Client for Windows 4.1.1.0 was never released.

 Current Release 

The installer, x2goclient-4.1.2.0-2018.06.22-setup.exe , is available under 
this folder:
 * 
https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.0-2018.06.22/

= Supported Windows Versions =
X2Go Client is currently only released as a 32-bit x86 build. Both 32-bit x86 
and 64-bit x86 versions of Windows are supported via this build.

 * Windows 7 SP1
 * Windows 8.1 (with "Update 1")
 * Windows 10 (1607)
 * Windows 10 (1709)
 * Windows 10 (1803)

These versions of Windows without the latest (specified) service pack / major 
update may be compatible, but are rarely (if ever) tested. They are not 
officially supported.

Corresponding server versions of Windows are also supported, but receive 
minimal testing:
 * Windows Server 2008 R2 SP1
 * Windows Server 2012
 * Windows
Server 2012 R2 (with or without "Update 1")
 * Windows Server 2016

Any incompatibility or bug with a specific version of Windows should be 
reported via our bug-tracker.

Deprecated versions of Windows are going to become incompatible in the coming 
months. Cygwin has already dropped support for them, and upgrading all the 
Cygwin components is planned for the coming months.

= Installation Instructions =
See this page:
 * http://wiki.x2go.org/doku.php/doc:installation:x2goclient

= Windows-Specific Bug Fixes =
[[https://github.com/ArcticaProject/nx-libs/issues/600|nx-libs issue 600]] When 
you connect to x2goserver server 4.1.0.0 using nx-libs 3.6 beta (3.5.99.x) 
rather than nx-libs 3.5.0.x stable, you would likely experience the Desktop 
flashing when maximizing window.

= Noteworthy Windows-Specific Bugs =

[[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] The server 
cannot be added to the known_hosts file (and thus you cannot connect to the
server) when both of these conditions are met: 1. Your Windows username has non-English 
characters. 2 Those characters are in a different language than the Windows "system 
locale".

--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:release-notes-mswin:x2goclient-4.1.2.0

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:41
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0?rev=1529721624
New Revision: 
https://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.1.2.0
Edit Summary: Soften the wording on Windows releases without service package / 
major update
User: mikedep333

@@ -24,9 +24,9 @@
   * Windows 8.1 (with "Update 1")
   * Windows 10 (1709)
   * Windows 10 (1803)
 
- These versions of Windows without the latest (specified) service pack / major update may be compatible, but are rarely (if ever) tested. They are not officially supported.

+ These versions of Windows without the latest (specified) service pack / major 
update are
probably compatible, but are rarely (if ever) tested. They are not officially 
supported.
 
 Corresponding server versions of Windows are also supported, but receive minimal testing:

   * Windows Server 2008 R2 SP1
   * Windows Server 2012


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: doc:installation:x2goclient

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:28
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: 
https://wiki.x2go.org/doku.php/doc:installation:x2goclient?rev=1520189008
New Revision: https://wiki.x2go.org/doku.php/doc:installation:x2goclient
Edit Summary: Update for 4.1.2.0-2018.06.22
User: mikedep333

@@ -3,9 +3,9 @@
  Quick ===
- 
[[http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.1.1-2018.03.01/
 | Download X2Go for MS Windows™]] and install.
+ 
[[https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.0-2018.06.22/
 | Download X2Go for MS Windows™]] and install.
 
  Detailed ===

- Download 
[[http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.1.1-2018.03.01|
 latest x2goclient for
Windows]] and install. Administrator rights required for a normal install.
+ Download 
[[https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.0-2018.06.22/|
 latest x2goclient for Windows]] and install. Administrator rights required for 
a normal install.
 
 [[ http://code.x2go.org/releases/binary-win32/x2goclient/ |Older versions ]] are still available.
 
 :!: Versions prior to 3.99.0.2 may have problems connecting to x2goserver if an antivirus product is installed on the client (even if it is disabled/inactive). If you cannot use 3.99.0.2 or later, try using [[http://code.x2go.org/releases/binary-win32/x2goclient/releases/pre-git/x2goclient-3.01-13-setup.exe|version 3.01-13]].



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: start

2018-06-22 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2018/06/23 02:27
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
IP-Address  : 173.72.20.237
Hostname: pool-173-72-20-237.cmdnnj.fios.verizon.net
Old Revision: https://wiki.x2go.org/doku.php/start?rev=1525111820
New Revision: https://wiki.x2go.org/doku.php/start
Edit Summary: Update for 4.1.2.0-2018.06.22 Windows release
User: mikedep333

@@ -2,9 +2,9 @@
 
 

 //**__Get X2Go__**//
   * [[doc:installation:start|Installing X2Go (client/server)]]
-   * Download X2Go Client 
([[https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.1.1-2018.03.01/x2goclient-4.1.1.1-2018.03.01-setup.exe|Windows
 installer]] (XP and Later), 
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_9.dmg|OS X 10.9 
and higher DMG]],
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_11.dmg|OS X 10.11 
and higher DMG]] or 
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_13.dmg|macOS 10.13 
and higher DMG]])
+   * Download X2Go Client 
([[https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.0-2018.06.22/x2goclient-4.1.2.0-2018.06.22-setup.exe|Windows
 installer]] (XP and Later), 
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_9.dmg|OS X 10.9 
and higher DMG]], 
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_11.dmg|OS X 10.11 
and higher DMG]] or 
[[https://code.x2go.org/releases/X2GoClient_latest_macosx_10_13.dmg|macOS 10.13 
and higher DMG]])
   * Download X2Go Client nightly builds 
([[https://code.x2go.org/releases/binary-win32/x2goclient/heuler/mingw32-4.8/qt-4.8/|Windows]]
 (untested)) ([[https://code.x2go.org/releases/X2GoClient_nightly_macosx|OS X]] 
(untested, dependencies possibly older))
   * Download PyHoca-GUI
([[https://code.x2go.org/releases/binary-win32/pyhoca-gui/releases/0.5.0.4-20150125/|Windows
 installer]] (XP and Later))
 
 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] branch build-main updated (d8f5e5a -> 2f1cd7e)

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main
in repository x2goclient.

  from  d8f5e5a   release 4.1.1.1
  adds  a3a605a   Continue development
  adds  7cbd8d5   Do not attempt to perform Interaction with SSH Server
  adds  b0a7b5c   Windows: Update PuTTY from 0.68 to 0.70
  adds  36cad1d   Update debian/changelog that commit "Do not attempt to 
perform Interaction with SSH Server" Fixes: #1258
  adds  18512d8   don't start gpg agent for PGP card authentication. Use 
system agent instead.
  adds  6cf765e   change search string for pcsc_scan.
  adds  e62ad22   misc: update version to 4.1.2.0.
  adds  f0a3ab4   res/img/svg: add new lxqt.svg icon file (really 
helix.svg).
  adds  746e449   res/img/icons/*x*: add new rasterized lxqt.png files in 
different sizes.
  adds  f931d5f   res/qresources.qrc: add new lxqt files.
  adds  cb365f8   src/{onmainwindow.cpp,session{button,widget}.{cpp,h}}: 
add support for LXQt. Fixes: #1263.
  adds  c57e418   Windows: Update Win32 OpenSSL from 1.0.2k to 1.0.2n
  adds  607c333   destroy unused SSH sessions for LDAP authentication.
  adds  c92b679   src/sshmasterconnection.cpp: stop libssh/OpenSSL from 
querying for a passphrase if started with a controlling terminal.
  adds  294ac0b   x2goclient.pro: remove plugin references.
  adds  d3d4413   x2goclient.spec: remove plugin references.
  adds  0fa3356   misc: change http:// to https:// where appropriate, but 
in actual code and translation files for now.
  adds  4f70ddf   debian/rules: remove plugin references.
  adds  bd2436f   debian/control: convert plugin packages to dummy 
transitional packages with no dependencies, remove other plugin references.
  adds  84fc6e4   Makefile: remove plugin references.
  adds  dd26e30   Makefile: remove x2goclient_*.qm files in clean rule.
  adds  df16a01   debian/rules: remove x2goclient_*.qm files removal.
  adds  9274e2c   x2gobrowserplugin-2.4_1/: remove.
  adds  cb360e1   provider/: remove.
  adds  535ce57   INSTALL: remove plugin references.
  adds  53f656a   debian/x2goplugin{,-provider}.install: clear out.
  adds  51738fb   
debian/{x2goplugin.dirs,x2goplugin-provider.dirs,x2goplugin-provider.links,x2goplugin-provider.post*}:
 remove.
  adds  1374ac4   
{{build,config}_win_plugin.bat,config_linux_{,static_}plugin.sh}: remove.
  adds  e7d4e13   config_win.bat: remove plugin references.
  adds  58a7ad4   debian/copyright: remove plugin references.
  adds  83b8a9c   src/{configdialog.cpp,onmainwindow{.cpp,{,_privat}.h}}: 
remove plugin references.
  adds  1f383a9   src/editconnectiondialog.cpp: do not connect signals to 
slots that do not exist on non-Linux platforms.
  adds  688a221   src/onmainwindow.cpp: add -nopn parameter to VcXsrv 
startup options, making the binary fail if it wasn't able to bind the requested 
port on all addresses.
  adds  15c5b01   src/onmainwindow.cpp: print out current DISPLAY value in 
debug log while starting X server.
  adds  71b6eec   src/onmainwindow.{cpp,h}: don't error out directly if 
starting the X.Org Server failed on Windows.
  adds  94b93f5   
{src/{onmainwindow.{cpp,h},help.cpp},man/man1/x2goclient.1}: add new option 
--xserver-start-limit, replacing the formerly hardcoded limit of three tries.
  adds  a8504e6   src/onmainwindow.{cpp,h}: fix compile error on Windows - 
use std::size_t instead of std::ssize_t, treat zero as infinity value while 
parsing option value.
  adds  0528198   src/onmainwindow.cpp: handle a disabled X.Org Server 
start limit correctly.
  adds  3894c5f   src/onmainwindow.cpp: fix other compile errors/typos.
  adds  ec8b65e   src/onmainwindow.cpp: another compile error/typo fix.
  adds  2973cb7   src/onmainwindow.cpp: let client recognize new 
--xserver-start-limit param correctly.
  adds  f49f566   src/onmainwindow.cpp: add -silent-dup-error parameter to 
VcXsrv startup options, forcing it to silently fail without showing a dialog 
and thus keeping the process running.
  adds  3a1369e   src/onmainwindow.cpp: re-add periodic xmodmap keyboard 
sync for OS X/macOS platforms.
  adds  5fed0ac   src/onmainwindow.cpp: fix compile error on OS X/macOS.
  adds  c1debb3   Upgrade bundled VcXsrv to 1.20.0.0
  adds  8cf06d8   copy-deps-win32.bat: update to 20160121-4 Cygwin bundle, 
shipping with chgrp.
  adds  e4de760   src/onmainwindow.cpp: fix user-facing error messages in 
Windows X.Org Server startup functions.
  adds  c416343   src/pulsemanager.cpp: use QByteArray's constData () 
instead of data (), since we'll never modify the data anyway.
  adds  f22fd19   src/onmainwindow.cpp: hook-in chgrp for ~/.x2go/etc on 
Windows platforms to work around a Cygwin permissions bug. Fixes: #1156.
  adds  bae28fa   src/onmainwindow.cpp: QProcess:nullDevice () is only 

[X2Go-Commits] [x2goclient] branch build-main-mswin updated (049aa6f -> 2f1cd7e)

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main-mswin
in repository x2goclient.

 omits  049aa6f   Update debian/changelog that commit "Do not attempt to 
perform Interaction with SSH Server" Fixes: #1258
 omits  0370515   Windows: Update PuTTY from 0.68 to 0.70
 omits  d6485b2   Do not attempt to perform Interaction with SSH Server
 omits  caeef2b   Update changelog assuming 4.1.1.1-2018.03.01 release is 
successful.
  adds  a3a605a   Continue development
  adds  7cbd8d5   Do not attempt to perform Interaction with SSH Server
  adds  b0a7b5c   Windows: Update PuTTY from 0.68 to 0.70
  adds  36cad1d   Update debian/changelog that commit "Do not attempt to 
perform Interaction with SSH Server" Fixes: #1258
  adds  18512d8   don't start gpg agent for PGP card authentication. Use 
system agent instead.
  adds  6cf765e   change search string for pcsc_scan.
  adds  e62ad22   misc: update version to 4.1.2.0.
  adds  f0a3ab4   res/img/svg: add new lxqt.svg icon file (really 
helix.svg).
  adds  746e449   res/img/icons/*x*: add new rasterized lxqt.png files in 
different sizes.
  adds  f931d5f   res/qresources.qrc: add new lxqt files.
  adds  cb365f8   src/{onmainwindow.cpp,session{button,widget}.{cpp,h}}: 
add support for LXQt. Fixes: #1263.
  adds  c57e418   Windows: Update Win32 OpenSSL from 1.0.2k to 1.0.2n
  adds  607c333   destroy unused SSH sessions for LDAP authentication.
  adds  c92b679   src/sshmasterconnection.cpp: stop libssh/OpenSSL from 
querying for a passphrase if started with a controlling terminal.
  adds  294ac0b   x2goclient.pro: remove plugin references.
  adds  d3d4413   x2goclient.spec: remove plugin references.
  adds  0fa3356   misc: change http:// to https:// where appropriate, but 
in actual code and translation files for now.
  adds  4f70ddf   debian/rules: remove plugin references.
  adds  bd2436f   debian/control: convert plugin packages to dummy 
transitional packages with no dependencies, remove other plugin references.
  adds  84fc6e4   Makefile: remove plugin references.
  adds  dd26e30   Makefile: remove x2goclient_*.qm files in clean rule.
  adds  df16a01   debian/rules: remove x2goclient_*.qm files removal.
  adds  9274e2c   x2gobrowserplugin-2.4_1/: remove.
  adds  cb360e1   provider/: remove.
  adds  535ce57   INSTALL: remove plugin references.
  adds  53f656a   debian/x2goplugin{,-provider}.install: clear out.
  adds  51738fb   
debian/{x2goplugin.dirs,x2goplugin-provider.dirs,x2goplugin-provider.links,x2goplugin-provider.post*}:
 remove.
  adds  1374ac4   
{{build,config}_win_plugin.bat,config_linux_{,static_}plugin.sh}: remove.
  adds  e7d4e13   config_win.bat: remove plugin references.
  adds  58a7ad4   debian/copyright: remove plugin references.
  adds  83b8a9c   src/{configdialog.cpp,onmainwindow{.cpp,{,_privat}.h}}: 
remove plugin references.
  adds  1f383a9   src/editconnectiondialog.cpp: do not connect signals to 
slots that do not exist on non-Linux platforms.
  adds  688a221   src/onmainwindow.cpp: add -nopn parameter to VcXsrv 
startup options, making the binary fail if it wasn't able to bind the requested 
port on all addresses.
  adds  15c5b01   src/onmainwindow.cpp: print out current DISPLAY value in 
debug log while starting X server.
  adds  71b6eec   src/onmainwindow.{cpp,h}: don't error out directly if 
starting the X.Org Server failed on Windows.
  adds  94b93f5   
{src/{onmainwindow.{cpp,h},help.cpp},man/man1/x2goclient.1}: add new option 
--xserver-start-limit, replacing the formerly hardcoded limit of three tries.
  adds  a8504e6   src/onmainwindow.{cpp,h}: fix compile error on Windows - 
use std::size_t instead of std::ssize_t, treat zero as infinity value while 
parsing option value.
  adds  0528198   src/onmainwindow.cpp: handle a disabled X.Org Server 
start limit correctly.
  adds  3894c5f   src/onmainwindow.cpp: fix other compile errors/typos.
  adds  ec8b65e   src/onmainwindow.cpp: another compile error/typo fix.
  adds  2973cb7   src/onmainwindow.cpp: let client recognize new 
--xserver-start-limit param correctly.
  adds  f49f566   src/onmainwindow.cpp: add -silent-dup-error parameter to 
VcXsrv startup options, forcing it to silently fail without showing a dialog 
and thus keeping the process running.
  adds  3a1369e   src/onmainwindow.cpp: re-add periodic xmodmap keyboard 
sync for OS X/macOS platforms.
  adds  5fed0ac   src/onmainwindow.cpp: fix compile error on OS X/macOS.
  adds  c1debb3   Upgrade bundled VcXsrv to 1.20.0.0
  adds  8cf06d8   copy-deps-win32.bat: update to 20160121-4 Cygwin bundle, 
shipping with chgrp.
  adds  e4de760   src/onmainwindow.cpp: fix user-facing error messages in 
Windows X.Org Server startup functions.
  adds  c416343   src/pulsemanager.cpp: 

[X2Go-Commits] [x2goclient] branch master updated (9539771 -> 2f1cd7e)

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2goclient.

  from  9539771   man/man1/x2goclient.1: pre-release date update.
   new  2f1cd7e   Release 4.1.2.0

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


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 01/01: Release 4.1.2.0

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 2f1cd7effd47d905434d4cfd19db52ec32365661
Author: X2Go Release Manager 
Date:   Fri Jun 22 22:31:54 2018 +0200

Release 4.1.2.0
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b15e4b3..0b9b852 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium
+x2goclient (4.1.2.0-0x2go1) unstable; urgency=medium
 
   [ Mike DePaulo ]
   * New upstream version (4.1.2.0):
@@ -138,7 +138,7 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium
   * New upstream version (4.1.2.0):
 - res/i18n/x2goclient_et.ts: update Estonian translation file.
 
- -- X2Go Release Manager   Thu, 15 Feb 2018 22:01:32 +0100
+ -- X2Go Release Manager   Fri, 22 Jun 2018 22:30:29 +0200
 
 x2goclient (4.1.1.1-0x2go1) unstable; urgency=medium
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] branch master updated (ad7f524 -> 9539771)

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2goclient.

  from  ad7f524   res/i18n/x2goclient_et.ts: typo fix: on+ma -> oma.
   new  9539771   man/man1/x2goclient.1: pre-release date update.

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


Summary of changes:
 man/man1/x2goclient.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 01/01: man/man1/x2goclient.1: pre-release date update.

2018-06-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 9539771cd4d265a45b890ccbeffbbab660fae768
Author: X2Go Release Manager 
Date:   Fri Jun 22 22:26:37 2018 +0200

man/man1/x2goclient.1: pre-release date update.
---
 man/man1/x2goclient.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1
index bf2360c..a0f4ee5 100644
--- a/man/man1/x2goclient.1
+++ b/man/man1/x2goclient.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goclient 1 "Mar 2018" "Version 4.1.2.0" "X2Go Client (Qt4)"
+.TH x2goclient 1 "Jun 2018" "Version 4.1.2.0" "X2Go Client (Qt4)"
 .SH NAME
 x2goclient \- Client application to launch server-side X2Go sessions.
 .SH SYNOPSIS

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits