Dear all,
the X2Go project is proud to announce a new release of the X2Go
component ,,x2goserver''.
New gains of this version of ,,x2goserver'' are:
o Complete rewrite of the NX session state control / monitoring
o Enhance support for other desktop session types (OpenBox, IceWM)
o Attempt at supporting GNOMEv3 Flashback session in X2Go
o Support for Cinnamon 1.4 X2Go Sessions
o Support configuration of clipboard behaviour (server-side _and_
client-side)
o Fix issues …
[View More]with non-resumable sessions after connection disrupture.
o Support desktop sharing if sharable sessions is on a kernel namespace
socket only.
o Move all NX session files to /tmp. Don't store session information
in $HOME anymore. Only place symlinks in $HOME pointing to /tmp.
Fixes performance and stability of X2Go with homes on network file
systems.
o Fix privilege upgrades for applications launched via pkexec.
o etc. etc. etc.
X2Go Component: x2goserver
Version: 4.0.1.16
Status: RELEASE
Date: Fri, 26 Sep 2014 00:36:32 +0200
Fixes these bug report(s): 122 302 397 406 407 458 468 495 506 511 520
523 524 543 547 558 569 572 573 574 599 605
606 617 619
Changes:
x2goserver (4.0.1.16) RELEASED; urgency=low
.
[ Mike DePaulo ]
* New upstream release (4.0.1.16):
- Make X2Go Server aware of the Openbox desktop environment
(Command: OPENBOX) (Fixes: #605)
- Make X2Go Server aware of the IceWM desktop environment
(Command: ICEWM) (Fixes: #606)
- Support GNOME Flashback session (GNOME 3.8+) on distro releases such as
Ubuntu 13.10+ and debian Jessie
(NOTE: For most users, GNOME Flashback currently will not work.
This requires that gnome-flashback.session actually be installed. Not
every Linux distro has it available.
It also requires that the gnome-session binary not require
hardware 3D acceleration for said session. Currently, upstream GNOME
and GNOME 3.8+ in all Linux distros do require this, only 3rd party
builds do not. See X2Go bug #599 for example.)
(Thanks Eugene San (eugenesan(a)gmail.com))
- Fix launching GNOME 3 Fallback session (GNOME 3.4 & 3.6) on
distros other
than Ubuntu and Debian (Fixes: #599)
- Fix support for Cinnamon 1.4 (Linux Mint 13) (Fixes: #569)
- Fix the logic for launching Cinnamon 2.0 and 2.2 (Linux Mint 17).
(Fixes: #572)
NOTE: Fixing this bug in x2goserver is not sufficient to make
Cinnamon 2.0
& 2.2 to work properly with X2Go. Bug #150 in nx-libs is still
a problem.
Fixing this bug enables Cinnamon 2.0 and 2.2 to launch to their
"fallback mode", which has many bugs and missing features when
compared to
"software rendering" mode (cinnamon2d), but is still better
than nothing.
* debian/rules:
+ Improve dh_auto_clean override.
.
[ Mike Gabriel ]
* New upstream version (4.0.1.16):
- Let x2goversion exit with an error if the X2Go component cannot be
found.
- Detect terminated sessions from NX log file. Also interpret a
session as
terminated if terminating just has started.
- Detect started/starting/resumed/resuming sessions by
explicitly scanning
the NX session log file for those keywords.
- Interpret NX sessions marked as "aborting session" as (not
yet) terminated
sessions.
- Provide config option for server-side/global clipboard behaviour in
x2goagent.options. (Fixes: #506).
- Be aware of poly-instantiated /tmp directories bind-mounted under
/tmp-inst. (Fixes: #406).
- On suspend: Call x2goumount-session before sending SIGHUP to x2goagent.
- Refuse client communcation if server-side hostname is not set up
correctly (Fixes: #468).
- Fix string comparison in x2goumount-session.
- Fix problems with unmounting shared folders on session suspension/
termination. Remove extra parentheses from the fusermount execution
call. (Fixes: #407).
- Use type -p instead of which in x2goumount-session. Suppress output
to stdout properly.
- Use if--then--else--fi during x2goagent resuming in x2goresume-session
script.
- More reliably sync the NX session state with the status information in
the X2Go session DB.
- x2golistdesktops: Also detect sharable desktop sessions behind abstract
kernel namespace sockets.
- Add logcheck rules for X2Go Server. Thanks to Frank Werner for sending
them in.
- Correctly use diversions from stderr to stdout in shell commands.
(Fixes: #520).
- Don't die if no session state file is found, as it will break X2Go
completely after upgrading from versions << 4.0.1.16 if sessions
are still running/suspended during package upgrade.
- Provide support for client-side choice of clipboard security. (Fixes:
#524).
- Use more quotes in x2goruncommand.
- Detect the exit of rootless applications that forked to background on
application execution. (Fixes: #122).
- Make x2goruncommand more robust.
- Don't fail Xsession startup if any of the profile scripts returns
with an error.
- Silently timeout in x2golistdesktops if calls to
x2golistsessions and/or
xwininfo don't produce output within one second. (Fixes: #543).
- Allow email addresses as login usernames. (Fixes: #573).
- Abort session startup if env var $USER or $SSH_CLIENT are not set.
(Fixes: #558).
- Allow length of username up to 48 characters (was: 32
characters). (Fixes:
#574).
- Abort session if env var $HOME is not set or if $HOME contains
non-ASCII
characters. (Fixes: #397).
- Export XAUTHORITY env var in x2goruncommand to enable privilege upgrade
for applications started via pkexec. (Fixes: #458).
- x2gocleansessions: Don't print to stderr if the session state
file cannot
be found. This can happen during session startups. Report to system log
instead.
- Don't use Perl package File::ReadBackwards anymore.
- Fix x2gormforward for 4.0.1.x release series (the X2Go::Log Perl module
only exists in X2Go Server >= 4.1.0.0, the 4.0.1.x release
series has to
use x2gologlevel.pm in `x2gopath lib`. (Fixes: #617).
- Pick x2gogetagentstate from 4.1.0.0 release series and adapt to usage
with X2Go Server 4.0.1.x. (Fixes: #619).
* debian/control, x2goserver.spec:
+ Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
works with poly-instantiated /tmp directories.
+ Make sure x2gogetagentstate gets packaged in bin:package x2goserver.
+ Bump Standards: to 3.9.5. No changes needed.
+ Mark x2goserver-pyhoca bin:package as deprecated.
+ Drop D (x2goserver): libfile-readbackwards-perl.
* x2goserver.spec:
+ Install {libdir}/x2go/x2gormforward into bin:package x2goserver.
+ Drop R (x2goserver): perl(File::ReadBackwards).
.
[ Oleksandr Shneyder ]
* New upstream version (4.0.1.16):
- x2gostartagent, x2golistsession, x2gosuspend-session and
x2goresume-session getting agent state from ~/.x2go/C-$SID/state. This
should help to avoid session damage. Remove nxcleanup. (Fixes: #302,
#511).
- Move session file to /tmp/.x2go-$USER. (Fixes: #523).
- Fix x2gostartagent failures if kbd is not "auto". Remove comma
at end of
options file.
- Set default value for clipboard to "both" in x2gostartagent and
x2goresume-session.
- Clean user SSHD process if connection between server and client lost.
This should fix error "Global request tcpip-forward failed". (Fixes:
#495, #547).
.
[ Orion Paplowski ]
* x2goserver.spec:
+ Sync Fedora .spec file with our upstream-provided x2goserver.spec.
Regards,
Mike Gabriel
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]
Hi all,
TL;DR; the registration deadline for the upcoming X2Go Gathering
@Linuxhotel.de (31st Oct - 2nd Nov 2014) is coming close (booking
accomodation for the event will not be reliably possible beyond 18th
Sep 2014, which is tomorrow). Read
http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/125 for
further details.
We'd love to welcome all people at the event, that are interested in
X2Go, use X2Go, have contributed to X2Go, or have not yet contributed
to …
[View More]X2Go. We'd be happy to welcome everyone associated to our project
and look forward to get each others' faces (better).
Please send your questions / registration / accomodation bookings to
Stefan Baur (X2Go-ML-1 <at> baur-itcs.de).
If you intend joining us (you really should!!!), please take the time
to fully read the original announcement post "X2Go: The Gathering
2014" [1] sent out by Stefan Baur.
Thanks and hopefully CU at the event!!!
Mike
[1] http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/125
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
X2Go: The Gathering 2014 @ Linuxhotel
This year's X2Go community event will be a three-day "work and play"
(coding, chatting, sightseeing, socializing) event at Linuxhotel,
Essen, Germany.
*ATTENTION!* If you want to join us *and* want to sleep in one of the
hotel rooms at the Linuxhotel, we need the number of beds and nights you
want to reserve, as well as *your full name* (as printed on your
passport) and *your nationality* by *2014-09-18* *23:…
[View More]59:59* *CEST* (yes,
that's 2014-09-18, *not* 2014-10-18)!!! Very important!!! After that
date, we will be unable to reserve a room for you! First come, first
serve!
Please send your reservation request to X2Go-ML-1(a)baur-itcs.de with the
text "The Gathering" somewhere in the subject and bug me publicly on the
X2Go-Dev list if you don't receive a confirmation by e-mail after a day
or two.
Currently, the following core team members already have valid
registrations and thus do not need to re-register:
- - Mike#1
- - Mike#2
- - Stefan Baur
- - Heinz-M. Graesing (Sat/Sun only, so far)
(@Heinz-M. Graesing: Please let me know ASAP regarding Fri/Sat.)
If for some reason or other you do *not* need a place to sleep at
Linuxhotel, but *do* want to join us, please *still* let us know in
advance that you're planning to visit. There's no such hard deadline as
for the room reservations, but you will need to "check in" (see
"Admission fee" below) for our gathering with the Linuxhotel staff, so
please *do* let us know in advance.
*Costs for Linuxhotel hotel rooms*
Rooms are available at 15 EUR/night (and since we're a two-night-,
three-day event, expect to pay 30 EUR total for the room).
Note that this is the price for a *shared* room, i.e. you will have at
least one other person (in some rooms, even two) sleeping in the same
room with you.
If you want a *single room*, the *price doubles* and we need to know
*ASAP*, as the amount of single rooms at Linuxhotel is *very* limited -
only 3 rooms available!
It is also possible to book only one of the two nights if you can't make
it for the entire weekend, but don't want to miss out on all the fun.
*Admission fee*
5 EUR/day, again, since we're a three-day event, expect to 15 EUR total.
This is a per-person conference room/infrastructure rent and beverages
flat rate - *this includes beer and wine*!
Food is not included in this fee. Expect that there will be no
lunch/dinner served by Linuxhotel, thus it's totally cool with the
Linuxhotel management if you bring your own (if you're flying in from
abroad, please check import restrictions) or order from a delivery
service.
*Payment*
You will have to pay in cash *upon arriving at Linuxhotel*. Sorry, we
can't accept credit cards, debit cards, wire transfers, bitcoins or
other forms of payment for this event - *cash only*. Also, all payments
must be made in *Euro, not in foreign currencies*. Sorry about that,
too. The processing fees for non-cash and/or non-Euro payments would
drive up the prices.
We will be updating the Wiki page
http://wiki.x2go.org/doku.php/events:start?gothe_gathering_2014_linuxho…
as more information becomes available. Certain things, like our
breakfast options, or having lunch/dinner served by Linuxhotel instead
of having to order from a delivery service (as it stands now), can only
be planned once we know the exact number of participants.
*For now, here's the Wiki text*
X2Go: The Gathering 2014 @ Linuxhotel
Date: 2014-10-31 to 2014-11-02
Three-day event at http://www.linuxhotel.de (for conditions, see:
https://www.linuxhotel.de/community.html /
http://www.linuxhotel.de/community.en.html, Essen ("work and play"
gathering; grid power, wifi, hotel style rooms, youth hostel-like
service, recreational facilities available, sightseeing tours/group
entertainment available in the evening)
Plan for Friday 2014-10-31:
- arrival: 1800 hours/6pm local time (CET - Central European Time -
note that daylight saving time in Germany ends a few days before
this date)
- option to order Pizza, bringing your own food is OK, too.
- get-together in the chimney room (there's Wi-Fi and power, so if
you want to code away, feel free to do so)
Plan for Saturday 2014-11-01:
- breakfast between 0900 hours/9am - 1000 hours/10am local time
- coding session in meeting room
- English guided tour:
http://www.zollverein.de/angebote/about-coal-and-miners starting
1500 hours/3pm local time (note that we will have to leave
Linuxhotel/Unperfekthaus before that, as our teleporter and time
machine are still undergoing repairs ;-))
- depending on majority vote, we will either have lunch before the
guided tour, or dinner afterwards. We will go to the
http://www.unperfekthaus.de restaurant, as they offer "flat rate"
food and all items on their menu are tagged in English and German.
Plan for Sunday 2014-11-02:
- breakfast between 0900 hours/9am - 1000 hours/10am local time
- "room cleaning rage" (we need to clean the rooms ourselves,
that's one of the reasons why the rates are so cheap)
- ROOMS MUST BE CLEANED OF TRASH AND CLEARED OF YOUR PERSONAL
BELONGINGS BY 1000 hours/10am local time!
- stowing of personal belongings in chimney room or conference room
- option to order pizza
- coding session
- departure is around 1530 hours/3:30pm local time
Responsibilities:
- planning and preparation - Stefan
- liaison for Linuxhotel staff between 2014-10-31
and 2014-11-02 - Mike#1
Sincerely,
Stefan Baur, "X2Go: The Gathering" event organizer
- --
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
iQEcBAEBAgAGBQJUEJYYAAoJEG7d9BjNvlEZaacH/jkEXwX2/pCqeiYDFrcP13zM
8K+XD58PVYWweu1g8R90kOGhwgu/WDKSNrX4dlB0eLCxw8V3PfvWhc5ifD6xlL8o
yuZTBe3Rnm4+OgKpP8PaMz5alT2SWlwgUiqdqNtKUw8fwemQQfsFRcC1ndgd2XVd
rB4LyN5Z9Ekpf8dToW7vm2lPwHPnPwid8LiDEyuQavmrq1kR1Nr9ZvjJ1PdfgXhC
K63IlTeJMl30l1Yt62Egt3Vh0tDgwR4y3bz/HdkxH1RNOSC6G0zsQTnoyQsfiPy9
OFQUDg/KW/frbOZ2rt/vMRt4PSVbmR5VbTfzemU0k9boxOooHgmfyo/Ji9eM19w=
=R9Tj
-----END PGP SIGNATURE-----
[View Less]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear all,
This is to announce a new Windows-specific release of the X2Go
component ,,x2goclient''
The changes in this release of ,,x2goclient'' are:
o Windows: Fix missing VcXsrv/zlib1.dll . The impact of this bug was
that VcXsrv would not start if the cwd was changed from the x2goclient
directory. (The start menu and desktop shortcuts do have the
x2goclient directory as the cwd. So they were not affected.) (Fixes: #587)
Users are advised …
[View More]to update from 4.0.2.1+hotfix1+build3 to
4.0.2.1+hotfix1+build4 if they are affected by this bug.
For the Windows-specific release notes for this release, see this page:
http://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.0.2.1
Regards,
Mike DePaulo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iF4EAREIAAYFAlQFKBQACgkQIFy22CVQsisLpAD/WrmwxWwqHOMPhrDF8PSCyJEv
MJUXHo0D8+de9vXI1r4A/2nGm427CfoMBB/fI+gOgqjjBM89itbqOO3QMNCGjnwY
=5BgY
-----END PGP SIGNATURE-----
[View Less]
Dear all,
the X2Go project is proud to announce a new release of the X2Go
component ,,pinentry-x2go''.
New gains of this version of ,,pinentry-x2go'' are:
o Code clean up, drop all build crufted files.
o Three new translations (Spanish, Finnish, Dutch).
Thanks to our translation team!!!
o Drop build dependency libcap-dev. Not at all required
by pinentry-x2go.
X2Go Component pinentry-x2go
Version 0.7.5.7
Distribution unstable
Urgency low
Maintainer Mike Gabriel <mike.…
[View More]gabriel(a)das-netzwerkteam.de>
Date Sat, 23 Aug 2014 4326 +0200
Fixes these bug report(s) 303
Changes
pinentry-x2go (0.7.5.7) RELEASED; urgency=low
.
[ Mike Gabriel ]
* New upstream version (0.7.5.7)
- Set Pinentry title to X2Go Pinpad (was X2GO ...).
- Drop config.h.in.
- Drop m4/glib.m4.
- Update German translation file.
- Run lrelease during autoreconf.
- Update .ts files. Add .ts files for all languages we
have translators for.
- Drop pinentry-x2go_<lang>.qm binary files from source
tree.
- Drop libcap check from configure.ac. This fork of pinentry
does not contain code that builds against libcap anymore.
- Drop -lcap from LIBS in pinentry-x2go.pro.
* debian/control
+ Bump Standards to 3.9.5. No changes needed.
+ Arrange B-Ds and Ds in multi-line fields.
+ Beautify LONG_DESCRIPTION.
+ Drop B-D libcap-dev.
* debian/source/format
+ Add file, use format 1.0.
* debian/rules
+ Don't fail on dh_auto_clean.
+ Remove more buildcruft.
* pinentry-x2go.spec
+ Add spec file for building RPM packages. Inspired by OpenSuSE
spec file.
+ Drop from BR: libcap-devel.
.
[ Orion Poplawski ]
* New upstream version (0.7.5.7)
- Fix FSF address in license headers. (Fixes #303).
.
[ Martti Pitkänen ]
* New upstream version (0.7.5.7)
- New translation of PIN-Entry X2Go into Finnish.
.
[ Jos Wolfkamp ]
* New upstream version (0.7.5.7)
- New translation of PIN-Entry X2Go into Dutch.
.
[ Ricardo Díaz Martín ]
* New upstream version (0.7.5.7)
- New translation of PIN-Entry X2Go into Spanish.
Regards,
Mike Gabriel
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]
Dear all,
This is to announce a new Windows-specific release of the X2Go
component ,,x2goclient''
The changes in this release of ,,x2goclient'' are:
o Windows: Win32 OpenSSL updated from 1.0.1h to 1.0.1i, which fixes
the 9 CVEs announced on 2014-08-06.
o Windows: Cygwin OpenSSL updated from 1.0.1h-1 to 1.0.1i-1, which
fixes the 9 CVEs announced on 2014-08-06.
Also, please note:
o x2goclient "4.0.2.1+hotfix1+build2" was posted to
http://code.x2go.org/releases/ , but users should …
[View More]ignore it because bug
#564 was discovered in it. This bug was part of the manually performed
build process. "4.0.2.1+hotfix1+build3" should be used instead, it
contains the fix for bug #564.
For the Windows-specific release notes for this release, see this page:
http://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.0.2.1
Regards,
Mike DePaulo
[View Less]
Dear all,
the X2Go project is proud to announce a new release of the X2Go
component ,,x2goclient''.
New gains of this version of ,,x2goclient'' are:
o New command line options: --keep-trayicon, --hide-foldersharing,
--close-disconnect (see below for details)
o Fix FTBFS on arm64 architectures
o Fix X2Go Client icon in Mac OS X's docker
o Many many improvement around the Windows version of X2Go Client
(thanks to Michael DePaulo for giving so much of his energy and
…
[View More]time into the MS Windows maintenance of X2Go Client).
X2Go Component: x2goclient
Version: 4.0.2.1
Status: RELEASE
Date: Fri, 11 Jul 2014 12:23:59 +0200
Fixes these bug report(s): 235 364 365 421 478 498 502 514 528
Changes:
x2goclient (4.0.2.1) 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)
Regards,
<release-manager>
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]
Dear all,
I recently got in contact with Nicolas Arenas Alonso and Nito Martinez
from the Quindel group (located in Spain) [1].
Those guys bring forth a software product called TheQVD (The Quality
Virtual Desktop) [2]. The project does similar things that X2Go does.
In fact, they use NX 3.5 from NoMachine internally like we do in X2Go.
Already a year ago, I noticed their activity on TheQVD and thought..
"Ahaaa!?!".
Now, a couple of weeks back we received a patch for libxcomp3 that …
[View More]
fixes an FTBFS (fails to build from source) for nx-libs-lite against
Android [3].
Furthermore, I noticed that the developers from TheQVD starting
pulling in X2Go's version of NX [4] into their developing Git [5].
That opportunity I used to get in contact with the patch provider of
the Android patch (Nito Martinez).
After having exchanged several mails, we have decided to join forces
on the maintenance of nx-libs (aka NX redistributed). We (speaking
with my X2Go release manager hat on) are happy to have found another
partner who is focussed on pushing forward the NX development (and
possibly also the rebasing of NX against latest X.Org).
Current common interests are:
o bring NX to mobile devices
o make playing multimedia content enjoyable inside NX sessions
o fix open issues in NX
o port NX to latest X.Org code base
light+love,
Mike (aka sunweaver)
[1] http://qindel.com/
[2] http://theqvd.com/
[3] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=339
[4] http://code.x2go.org/gitweb?p=nx-libs.git;a=summary
[5] https://github.com/theqvd/qvd-nx
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]
Dear all,
unfortunately I had to make two consecutive follow-up releases of the
X2Go component ,,nx-libs''.
Fixes of these versions of ,,nx-libs'' are:
o Make sure all patches end-up in the release tarball.
o Split up patch 210 to allow generation of the nx-libs-lite
tarball.
X2Go Component: nx-libs
Version: 3.5.0.27
Status: RELEASE
Date: Mon, 30 Jun 2014 14:53:27 +0200
Changes:
nx-libs (3.5.0.27) RELEASED; urgency=medium
.
* Split up patch 210 (for correct creation nx-…
[View More]libs, nx-libs-lite tarballs):
+ 210_nxagent_save_session_state.full.patch
+ 210_nxcomp_save_session_state.full+lite.patch
.
nx-libs (3.5.0.26) RELEASED; urgency=medium
.
* Fix patch names:
+ 212_nxcomp_build-on-Android.patch ->
212_nxcomp_build-on-Android.full+lite.patch
+ 302_nx-X11_xkbbasedir-detection.patch ->
302_nx-X11_xkbbasedir-detection.full.patch
Regards,
Mike Gabriel
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
[View Less]