This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from dd8b65b Windows: Numerous improvements to installer new 0ed7ed8 clarification to changelog new 2cec5d3 Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 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 | 10 ++++++---- setup.py | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 0ed7ed8793af423bbe56f09b88e1461fec452b2a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 6 19:16:44 2014 -0400 clarification to changelog --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5035a46..107db29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,16 +73,16 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low [ Mike DePaulo ] * New upstream version (0.5.0.0): - - Windows: List as "X2Go PyHoca-GUI" instead of "PyHoca-GUI" in - add/remove programs - - Windows: Numerous other improvements to installer. - add version string, add icon, etc. - Windows: Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS. Fixes choppy sound in Adobe Flash Player (Fixes: #533) - Windows: Upgrade from VcXsrv 1.14.2.0 to VcXsrv-xp 1.14.3.2 + - Windows: List as "X2Go PyHoca-GUI" instead of "PyHoca-GUI" in + add/remove programs - Windows: Use Unicode NSIS instead of regular NSIS. See x2goclient bug #528 for reasoning. - Windows: Reduce size of NSIS installer by switching to lzma solid compression + - Windows: Numerous other improvements to NSIS installer. + add version string, add icon, etc. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 21:28:37 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 2cec5d3bc9c4532fee129f5ac98b315e8d97b42c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 6 19:42:40 2014 -0400 Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 --- debian/changelog | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 107db29..1576b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Windows: Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS. Fixes choppy sound in Adobe Flash Player (Fixes: #533) - Windows: Upgrade from VcXsrv 1.14.2.0 to VcXsrv-xp 1.14.3.2 + Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 + (linked against latest cygwin packages as of 2014-06-09) - Windows: List as "X2Go PyHoca-GUI" instead of "PyHoca-GUI" in add/remove programs - Windows: Use Unicode NSIS instead of regular NSIS. diff --git a/setup.py b/setup.py index eb78221..26905fc 100755 --- a/setup.py +++ b/setup.py @@ -259,7 +259,7 @@ def fancy_split(str, sep=","): 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\\*.*'))] + nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.5.0.27\\*.*'))] pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-5.0-rev18\\*.*'))] xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\VcXsrv-xp-1.14.3.2') -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git