The branch, master has been updated
via 08107b765e23fa977ae198bde67251d31facd7ab (commit)
from 911380f1ea0c56577541adc425290bfa04775c99 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 08107b765e23fa977ae198bde67251d31facd7ab
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jul 19 23:14:32 2013 +0200
setup.py: use VcXsrv 1.14.2.0 for build_exe
-----------------------------------------------------------------------
Summary of changes:
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/setup.py b/setup.py
index 45af9f8..3121496 100755
--- a/setup.py
+++ b/setup.py
@@ -228,7 +228,7 @@ if platform.system() == 'Windows':
dll_data_files = [("Microsoft.VC90.CRT", glob(r'..\\pyhoca-contrib\\mswin\\ms-vc-runtime\\*.*'))]
nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.5.0.12\\*.*'))]
pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-1.1\\*.*'))]
- xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.12.0.1')
+ xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.14.2.0')
icon_files = datafilelist('icons\\PyHoca', r'icons\\PyHoca')
img_files = [("img", glob(r'img\\*.*'))]
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]
The branch, master has been updated
via c735e6ab02c50b7029b700179a62373f7f406a29 (commit)
from a72c2d2bee99d4676e0029b006285f69035ceaf7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c735e6ab02c50b7029b700179a62373f7f406a29
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jul 19 23:15:48 2013 +0200
use VcXsrv-1.14.2.0 when run in development mode
-----------------------------------------------------------------------
Summary of changes:
x2go/defaults.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 92b0906..234b63c 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -271,8 +271,8 @@ if X2GOCLIENT_OS == 'Windows':
'display': 'localhost:40',
'last_display': 'localhost:40',
'process_name': 'vcxsrv.exe',
- 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.12.0.1', 'vcxsrv.exe'),
- 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.12.0.1', 'vcxsrv.exe'),
+ 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.14.2.0', 'vcxsrv.exe'),
+ 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.14.2.0', 'vcxsrv.exe'),
'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', '-swcursor', ],
},
'Xming': {
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, master has been updated
via 911380f1ea0c56577541adc425290bfa04775c99 (commit)
from b3509d2a2695b9b9386a5c4667bedcb2ae662d94 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 911380f1ea0c56577541adc425290bfa04775c99
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jul 19 22:28:01 2013 +0200
fix win32 build
-----------------------------------------------------------------------
Summary of changes:
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/setup.py b/setup.py
index 41c74a2..45af9f8 100755
--- a/setup.py
+++ b/setup.py
@@ -289,7 +289,7 @@ if platform.system() == 'Windows':
'optimize': 2,
},
'build_with_bbfreeze': {
- 'includes': ['greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', 'gevent.resolver_thread', 'gevent.resolver_ares', 'gevent.socket', 'gevent.threadpool', 'gevent.select', 'gevent.subprocess', ],
+ 'includes': ['greenlet', 'gevent.core', 'gevent.ares', 'gevent._semaphore', 'gevent._util', 'gevent.resolver_thread', 'gevent.resolver_ares', 'gevent.server', 'gevent.socket', 'gevent.threadpool', 'gevent.select', 'gevent.subprocess', 'distutils.version', 'Crypto', 'Crypto.Random', 'Crypto.Hash', 'Crypto.PublicKey', 'Crypto.PublicKey.DSA', 'Crypto.PublicKey.RSA', 'Crypto.Cipher', 'Crypto.Cipher.AES', 'Crypto.Cipher.ARC4', 'Crypto.Cipher.Blowfish', 'Crypto.Cipher.DES3', 'Crypto.Util', 'getpass', 'platform', 'uuid', 'ConfigParser', 'win32process', 'win32event', ],
'excludes': ['MSVCR90.dll', 'MSVCP90.dll', ],
}
}
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]
The branch, master has been updated
via b3509d2a2695b9b9386a5c4667bedcb2ae662d94 (commit)
from bff7d333f0e0408726e9f9bda13e9a2c3684561e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3509d2a2695b9b9386a5c4667bedcb2ae662d94
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Fri Jul 19 22:34:57 2013 +0200
Continue development...
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
pyhoca/wxgui/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index a0bcc7f..08b78f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-gui (0.4.0.5-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 19 Jul 2013 22:34:41 +0200
+
pyhoca-gui (0.4.0.4-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.4):
diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index 2b9fe0b..5bd689d 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -18,6 +18,6 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-__VERSION__ = '0.4.0.4'
+__VERSION__ = '0.4.0.5'
from frontend import *
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]
The branch, build-baikal has been updated
via 065423d954716d531410be66235ac310b1ccba7e (commit)
from 093a6dd446728c7411d50411867c2626f1279629 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 6 ++++++
pyhoca/wxgui/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 25bb48c..d7d7f92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-gui (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 19 Jul 2013 20:57:10 +0200
+
pyhoca-gui (0.4.0.3-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.3):
diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index 12c8f7b..2b9fe0b 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -18,6 +18,6 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-__VERSION__ = '0.4.0.3'
+__VERSION__ = '0.4.0.4'
from frontend import *
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]
The branch, build-baikal has been updated
via bff7d333f0e0408726e9f9bda13e9a2c3684561e (commit)
from 12a986f87b6bb17f169d35169e62aa112e401d69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1d26a13..a0bcc7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-pyhoca-gui (0.4.0.4-0~x2go1) UNRELEASED; urgency=low
+pyhoca-gui (0.4.0.4-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.4):
- Allow custom window titles for About...windows.
- Fix size of ,,About...'' windows for Win32 version.
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 19 Jul 2013 20:57:10 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 19 Jul 2013 22:32:33 +0200
pyhoca-gui (0.4.0.3-0~x2go1) unstable; urgency=low
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]