[X2Go-Commits] [python-x2go] 01/01: Continue development

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit b159a5c3aceaa4791957c2ee6776d43ae16341cf
Author: X2Go Release Manager 
Date:   Sat Sep 23 22:57:09 2017 +0200

Continue development
---
 debian/changelog | 6 ++
 python-x2go.spec | 2 +-
 x2go/__init__.py | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5df631b..3612bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-x2go (0.5.0.7-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sat, 23 Sep 2017 22:54:01 +0200
+
 python-x2go (0.5.0.6-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/python-x2go.spec b/python-x2go.spec
index 41666ac..91f5eb5 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -3,7 +3,7 @@
 #endif
 
 Name:   python-x2go
-Version:0.5.0.6
+Version:0.5.0.7
 Release:0.0x2go1%{?dist}
 Summary:Python module providing X2Go client API
 
diff --git a/x2go/__init__.py b/x2go/__init__.py
index a87e4b9..d88f5a0 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -183,7 +183,7 @@ Contact
 """
 
 __NAME__= 'python-x2go'
-__VERSION__ = '0.5.0.6'
+__VERSION__ = '0.5.0.7'
 
 import os
 from defaults import X2GOCLIENT_OS

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [python-x2go] branch master updated (fa04b4f -> b159a5c)

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository python-x2go.

  from  fa04b4f   release 0.5.0.6
   new  b159a5c   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:
 debian/changelog | 6 ++
 python-x2go.spec | 2 +-
 x2go/__init__.py | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goserver] 01/01: Nooo... we need to break/replace x2goagent (<< 2:3.5.99.2~).

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 3312cf372101ef8376440f4a634c4359576f69b2
Author: Mike Gabriel 
Date:   Sat Sep 23 23:04:45 2017 +0200

Nooo... we need to break/replace x2goagent (<< 2:3.5.99.2~).
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 03a94d1..de78071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -97,6 +97,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low
 + Add D (bin:package libx2go-server-db-perl): libswitch-perl.
 + Fix B/R for x2goserver-x2goagent. We need to break/replace x2goagent
   (<< 3.5.99.2~).
++ Nooo... we need to break/replace x2goagent (<< 2:3.5.99.2~).
   * debian/x2goserver.postinst, debian/libx2go-server-db-perl:
 + Handle X2Go session DB creation in x2goserver _and_
   perl-X2Go-Server-DB on postinst.
diff --git a/debian/control b/debian/control
index b9cb7b9..f357bfb 100644
--- a/debian/control
+++ b/debian/control
@@ -175,10 +175,10 @@ Suggests:
  x2goserver
 Breaks:
  x2goserver (<< 4.0.1.20~),
- x2goagent (<< 3.5.99.2~),
+ x2goagent (<< 2:3.5.99.2~),
 Replaces:
  x2goserver (<< 4.0.1.20~),
- x2goagent (<< 3.5.99.2~),
+ x2goagent (<< 2:3.5.99.2~),
 Description: X2Go Server's X2Go Agent
  X2Go is a software suite that uses NX technology for remote desktop
  computing.

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goserver.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goserver] branch master updated (269f8b1 -> 3312cf3)

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2goserver.

  from  269f8b1   Make x2goruncommand aware of the LXQt desktop shell.
   new  3312cf3   Nooo... we need to break/replace x2goagent (<< 
2:3.5.99.2~).

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 | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goserver.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [python-x2go] branch build-main updated (3d07c77 -> fa04b4f)

2017-09-23 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 python-x2go.

  from  3d07c77   release 0.5.0.5
  adds  f974da6   Continue development
  adds  d8b6737   x2go/defaults.py: Support LXQt sessions by default.
  adds  7cae4ec   x2go/session.py: Only release locks if actually locked.
  adds  bd2d333   x2go/session.py: Drop duplicated method is_locked().
  adds  a631161   debian/changelog: fixup.
  adds  fa04b4f   release 0.5.0.6

No new revisions were added by this update.

Summary of changes:
 debian/changelog | 10 ++
 python-x2go.spec |  2 +-
 x2go/__init__.py |  2 +-
 x2go/defaults.py |  1 +
 x2go/session.py  | 43 ++-
 5 files changed, 31 insertions(+), 27 deletions(-)

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] Jenkins build is back to normal : python-x2go+nightly+opensuse-42.1 #10

2017-09-23 Thread jenkins
See 


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

[X2Go-Commits] [python-x2go] 01/02: debian/changelog: fixup.

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit a6311618aa6dd966c5339374fdba8ab1bb048aef
Author: X2Go Release Manager 
Date:   Sat Sep 23 21:48:49 2017 +0200

debian/changelog: fixup.
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3bf0232..4462240 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
 python-x2go (0.5.0.6-0x2go1) UNRELEASED; urgency=medium
 
   [ Mike Gabriel ]
-  * x2go/defaults.py: Support LXQt sessions by default.
-  * x2go/session.py: Only release locks if actually locked.
-  * x2go/session.py: Drop duplicated method is_locked(). 
+  * New upstream version (0.5.0.6):
+- x2go/defaults.py: Support LXQt sessions by default.
+- x2go/session.py: Only release locks if actually locked.
+- x2go/session.py: Drop duplicated method is_locked().
 
  -- X2Go Release Manager   Mon, 15 May 2017 20:01:59 +0200
 

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [python-x2go] 02/02: release 0.5.0.6

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit fa04b4f34c6741d962c6bf4d5ce0b9f90aec4545
Author: X2Go Release Manager 
Date:   Sat Sep 23 21:50:40 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4462240..5df631b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.5.0.6-0x2go1) UNRELEASED; urgency=medium
+python-x2go (0.5.0.6-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
   * New upstream version (0.5.0.6):
@@ -6,7 +6,7 @@ python-x2go (0.5.0.6-0x2go1) UNRELEASED; urgency=medium
 - x2go/session.py: Only release locks if actually locked.
 - x2go/session.py: Drop duplicated method is_locked().
 
- -- X2Go Release Manager   Mon, 15 May 2017 20:01:59 +0200
+ -- X2Go Release Manager   Sat, 23 Sep 2017 21:48:51 +0200
 
 python-x2go (0.5.0.5-0x2go1) unstable; urgency=low
 

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [python-x2go] branch master updated (bd2d333 -> fa04b4f)

2017-09-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository python-x2go.

  from  bd2d333   x2go/session.py: Drop duplicated method is_locked().
   new  a631161   debian/changelog: fixup.
   new  fa04b4f   release 0.5.0.6

The 2 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 | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/python-x2go.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 01/01: src/onmainwindow.cpp: support --close-disconnect for direct RDP sessions. Fixes: #1186.

2017-09-23 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 44e3d2ec396f7fab24ec270ccb14c4e995c0057c
Author: Walid Moghrabi 
Date:   Sat Sep 23 16:07:48 2017 +0200

src/onmainwindow.cpp: support --close-disconnect for direct RDP sessions. 
Fixes: #1186.
---
 debian/changelog | 2 ++
 src/onmainwindow.cpp | 4 
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da05125..503a202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -258,6 +258,8 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium
   pass-through broker credentials when connecting to a direct RDP session.
   Fixes: #1185.
   Adds a new  --broker-use-creds-for-session parameter.
+- src/onmainwindow.cpp: support --close-disconnect for direct RDP
+  sessions. Fixes: #1186.
 
  -- X2Go Release Manager   Wed, 22 Feb 2017 07:13:10 +0100
 
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 7c3b870..daf2714 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -6255,6 +6255,10 @@ void ONMainWindow::slotProxyFinished ( 
int,QProcess::ExitStatus )
 #ifdef Q_OS_LINUX
 if (directRDP)
 {
+if (closeDisconnect)
+{
+close();
+}
 pass->setText ( "" );
 QTimer::singleShot ( 2000,this,
  SLOT ( slotShowPassForm() ) );

--
Alioth's /srv/git/code.x2go.org/x2goclient.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 (1309683 -> 44e3d2e)

2017-09-23 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  1309683   
{src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: pass-through 
broker credentials when connecting to a direct RDP session. Fixes: #1185.
   new  44e3d2e   src/onmainwindow.cpp: support --close-disconnect for 
direct RDP sessions. Fixes: #1186.

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 | 2 ++
 src/onmainwindow.cpp | 4 
 2 files changed, 6 insertions(+)

--
Alioth's /srv/git/code.x2go.org/x2goclient.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: {src/{help.cpp, onmainwindow.{cpp, h}}, man/man1/x2goclient.1}: pass-through broker credentials when connecting to a direct RDP session. Fixes: #1185.

2017-09-23 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 1309683a300547c3b95652da348b34d8303db009
Author: Walid Moghrabi 
Date:   Sat Sep 23 15:37:17 2017 +0200

{src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: pass-through 
broker credentials when connecting to a direct RDP session. Fixes: #1185.

Adds a new  --broker-use-creds-for-session parameter.
---
 debian/changelog  |  4 
 man/man1/x2goclient.1 |  2 ++
 src/help.cpp  |  1 +
 src/onmainwindow.cpp  | 13 ++---
 src/onmainwindow.h|  1 +
 5 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 47d7fdb..da05125 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -254,6 +254,10 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium
 - {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: let
   --background take a directory and randomly pick an SVG file in there.
   Fixes: #1165.
+- {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}:
+  pass-through broker credentials when connecting to a direct RDP session.
+  Fixes: #1185.
+  Adds a new  --broker-use-creds-for-session parameter.
 
  -- X2Go Release Manager   Wed, 22 Feb 2017 07:13:10 +0100
 
diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1
index 29bebac..5738047 100644
--- a/man/man1/x2goclient.1
+++ b/man/man1/x2goclient.1
@@ -268,6 +268,8 @@ Send a change-password request to an X2Go Session Broker. 
Not supported by all b
 .TP
 \*(T<\fB\-\-broker-noauth-with-session-username\fR\*(T>
 Informs the broker to use the username you entered for X2Go Server 
authentication when selecting a server/session. Only has functionality if 
--broker-noauth is used.
+\*(T<\fB\-\-broker-use-creds-for-session\fR\*(T>
+Use broker credentials as session user/password credentials when using broker 
mode with broker authentication. Currently only affects direct RDP sessions.
 
 .SH LDAP OPTIONS (deprecated)
 NOTE: LDAP support won't be continued in X2Go Client 2 (next generation of 
X2Go Client).
diff --git a/src/help.cpp b/src/help.cpp
index f6cf50b..0e54df6 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -158,6 +158,7 @@ help::params_t help::build_params () {
   ADD_OPT ("--broker-ssh-key=", QT_TRANSLATE_NOOP ("Help", "Sets 
the path to an SSH key to use for authentication against an SSH session broker. 
The client's behavior is undefined if this flag is used for non-SSH session 
brokers."));
   ADD_OPT ("--broker-autologin", QT_TRANSLATE_NOOP ("Help", "Enables the use 
of the default SSH key or SSH agent for authentication against an SSH session 
broker. The client's behavior is undefined if this flag is used for non-SSH 
session brokers."));
   ADD_OPT ("--broker-noauth", QT_TRANSLATE_NOOP ("Help", "Does not ask for 
user credentials during session broker authentication. This can be useful if 
you are using an HTTP(S) session broker without authentication. If you run an 
HTTP(S) server without authentication, but with user-specific profiles, then 
put the user name into the broker URL (refer to --broker-url.) The user name 
then will be extracted from the broker URL and be sent to the session broker. 
The client's behavior is undef [...]
+  ADD_OPT ("--broker-use-creds-for-session", QT_TRANSLATE_NOOP ("Help", "Use 
broker credentials as session user/password credentials when using broker mode 
with broker authentication. Currently only affects direct RDP sessions."));
   ADD_OPT ("--background=", QT_TRANSLATE_NOOP ("Help", "Use a 
custom/branded background image (SVG format) for X2Go Client's main window. If 
a directory is given, will randomly pick an SVG file inside of it."));
   ADD_OPT ("--branding=", QT_TRANSLATE_NOOP ("Help", "Use a custom 
icon (SVG format) for additional branding to replace the default in the lower 
left corner of X2Go Client's main window."));
 
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 56f70db..7c3b870 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -74,6 +74,7 @@ ONMainWindow::ONMainWindow ( QWidget *parent ) :QMainWindow ( 
parent )
 keepTrayIcon=false;
 hideFolderSharing=false;
 brokerNoauthWithSessionUsername=false;
+brokerCredsForSession=false;
 thinMode=false;
 closeDisconnect=false;
 showHaltBtn=false;
@@ -3499,10 +3500,10 @@ void ONMainWindow::startDirectRDP()
  ( QVariant ) "").toString();
 
 QString user,password;
-if(!brokerMode)
+if ((!brokerMode) || (brokerCredsForSession))
 {
-user=login->text();
-password=pass->text();
+user=getCurrentUname();
+password=getCurrentPass();
 }
 else
 {
@@ -7455,6 +7456,12 @@ bool ONMainWindow::parseParameter ( QString param )
 return true;
 }
 
+if ( 

[X2Go-Commits] [x2goclient] branch master updated (fa5c8a2 -> 1309683)

2017-09-23 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  fa5c8a2   src/onmainwindow.cpp: try to workaround window placement 
if settings contain a (newly) invalid position (e.g., a position that refers to 
a disconnected display.)
   new  1309683   
{src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: pass-through 
broker credentials when connecting to a direct RDP session. Fixes: #1185.

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 
 man/man1/x2goclient.1 |  2 ++
 src/help.cpp  |  1 +
 src/onmainwindow.cpp  | 13 ++---
 src/onmainwindow.h|  1 +
 5 files changed, 18 insertions(+), 3 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goclient.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: events:x2go-gathering-2017

2017-09-23 Thread wiki-admin

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

Date: 2017/09/23 12:46
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 
Firefox/55.0
IP-Address  : 188.194.114.165
Hostname: ipbcc272a5.dynamic.kabel-deutschland.de
Old Revision: 
https://wiki.x2go.org/doku.php/events:x2go-gathering-2017?rev=1506050399
New Revision: https://wiki.x2go.org/doku.php/events:x2go-gathering-2017
Edit Summary: [Saturday 2017-09-23] Updated to reflect reality
User: stefanbaur

@@ -154,17 +154,15 @@
 | 10.50h-11.10h | Last year's changes and improvements to X2Go's Mac OS X 
client/new X2Go Mac Build hosts | Mihai |
 | 11.10h-11.15h | ** 5min ** break | h1 joins us |
 | 11.15h-11.35h | Last year's changes and improvements to Xinerama in 
X2Go/NX-Libs, bugs [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=872|#872]] 
and [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=873|#873]] | Uli |
 | 11.35h-11.40h | ** 5min ** break ||
- |
11.40h-12.00h | Last year's changes and improvements to NX-libs | Mike#1 |
- | 12.00h-12.05h | ** 5min ** break ||
- | 12.05h-13.05h | release schedule, merging newer Arctica/NX releases 
into X2Go, required Documentation for testers (Talk + Discussion), also, code 
quality/lack of useful comments | Stefan and Mike#1 |
- | 13.05h-13.35h | ** 30min ** lunch break (bread rolls/sandwiches only) ||
- | 13.35h-15:15h | Open Coding and/or continuation of previous 
Talk/Discussion ||
+ | 11.40h-12.45h | Last year's changes and improvements to NX-libs | 
Mike#1 |
+ | 12.45h-13.15h | ** 30min ** lunch break (bread rolls/sandwiches only) 
+ | 13.15h-15:15h | release schedule, merging newer Arctica/NX releases into X2Go, required Documentation for testers (Talk + Discussion), also, code quality/lack of useful comments | Stefan and Mike#1 ||

 | 15.15h-15.20h | ** 5min ** break ||
- | 15.20h-15.40h | Reliability of X2Go Services (DNS/IP issues, server
migration, outage management, ...) Brainstorming | Stefan, h1, Mike#1 |
+ | 15.20h-15.40h | X2Go DevMeetings (on-/offline), future of X2Go Online 
Dev meetings; X2Go-MiniGatherings in Ulm | Stefan, h1, Franz, Uli, Mihai |
 | 15.40h-15.45h | ** 5min ** break ||
- | 15.45h-16.05h | X2Go DevMeetings (on-/offline), future of X2Go Online 
Dev meetings; X2Go-MiniGatherings in Ulm | Stefan, h1, Franz, Uli, Mihai |
+ | 15.45h-16.05h | Reliability of X2Go Services (DNS/IP issues, server 
migration, outage management, ...) Brainstorming | Stefan, h1, Mike#1 |
 | 16.05h-16.10h | ** 5min ** break ||
 | 16.10h-16.30h | Server Migration DNT→h1.org for *.x2go.org | Stefan, h1, 
Mike#1 |
 | 16.30h-16.35h | ** 5min ** break ||
 | 16.35h-16.55h | EnterpriseLibre "resurrection" | Stefan, h1, Mike#2 |


--
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