[X2Go-tags] [x2goserver] annotated tag 4.0.1.16 created (now c43b862)
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 26 00:42:22 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to annotated tag 4.0.1.16
in repository x2goserver.
at c43b862 (tag)
tagging ddbb2f0df266094ccdc61bee00e0b955a4e08c4f (commit)
replaces 4.0.1.15
tagged by Mike Gabriel
on Fri Sep 26 00:40:31 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 4.0.1.16
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJUJJnfAAoJEJr0azAldxsxxWYP/1I/72HwVnsdF13NAIh+mDnz
87BX4JtdXISIjTYxrAul5yzox23wwX3QeA5JHqBVIcojJv/tb3oVpgaO0AY6FTK0
Vfk070GtFcjWpdoo4NH68wUAMKnwm4KXkQmSVeFLitYkDwCKO3jSs5CvRp8XFU7e
ltU4IOHJF4tfTmqzLCmOo8X0UW73sgM2dviCfR8IUS1O5AF3U2nPSrFK9FSNScRh
57w5/5zLpbCgOhbSjXOAfzRnnWXtzY3LM8brNAQvaVwW6xQjtpuvohOOKDX3GQsJ
85AJ/Xwzb9sxGAEiVr8tS0Jn8Eo18rkdNqVGc5aW97moSrzQFB7CELFZyTCDTIAu
+JpdqHpRNUHjg+cVqRWOOS71rhXMGSW4xidfDbojJ9/bsL+y9u/2UvzmBx7fK84Y
57+uJwzSZ+Yx1C/LGVCyNaDAqCqfn6ml2e1rwNLFXxD5LTpiQfca0JPe1vRGEa4u
tke4fgnulYu4otKBhvUlI8fED17pmq0u/Qedy1Wx0xYwwOWoTcW98+pkXQbthZ3l
7m+fIGprR3H7cyIJUUlOZMMdtTayCXGHxC4Ue0DIg7na6zlLLgWQW7c3AsCtbuXX
hGVjfII4wT2qptLjNFS/Zanoam0drerNYQXkej5p51oCxB4G0R/31BLUdlhO1v9Q
Q9hAUiQZGQ9oExXG9cpc
=cAw2
-----END PGP SIGNATURE-----
Mike DePaulo (10):
increment release version
Continue development on release branch...
Support GNOME Flashback session on Ubuntu 13.10+ and on debian Jessie
Give thanks to Eugene San for the last commit.
Improve the comments in x2goagent.options
Fix support for Cinnamon 1.4. (Fixes: #569) Update the logic for launching Cinnamon 1.6 and 1.8. Fix the logic for launching Cinnamon 2.0 and 2.2. (Fixes: #572)
Fix launching GNOME 3 Fallback session (GNOME 3.4 & 3.6) on distros other than Ubuntu and Debian (Fixes: #599)
changelog: Add warning about GNOME Flashback support
changelog: Typo fix
Make X2Go Server aware of the Openbox and IceWM desktop environments (Fixes: #605,#606)
Mike Gabriel (72):
debian/rules: Improve dh_auto_clean override.
fix changelog entry
Let x2goversion exit with an error if the X2Go component cannot be found.
Detect suspended sessions from NX log file. Also interpret a session as suspended if suspending just has started.
Detect terminated sessions from NX log file. Also interpret a session as terminated if terminating just has started.
Fix changelog entry for last commit.
Fix changelog entry for another commit (2).
Detect started/starting/resumed/resuming sessions by explicitly scanning the NX session log file for those keywords.
typo fix
Interpret NX display failures as (about to be) suspended sessions.
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).
addition to last commit
debian/control, x2goserver.spec: Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go works with poly-instantiated /tmp directories.
fix for last commit
fix for last commit(2)
simplify path search for /tmp-inst
Enforce immediate socket cleanup/closure after session suspension and termination. (Fixes: #302).
fix for 30afb5a8c674d33d4247faca198da0b661951893
On suspend: Call x2goumount-session before sending SIGHUP to x2goagent.
add closure for #353 to old relase 4.0.1.10
Refuse client communcation if server-side hostname is not set up correctly (Fixes: #468).
improve last commit
Fix string comparion 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.
fix for last commit
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).
logcheck file: add EOL at EOF
typo fix :-)
plenty of whitespace fixes
no more script x2gonxcleanup
clean changelog
add bug closure for #523
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.
Make sure x2gogetagentstate gets packaged in bin:package x2goserver.
report missing state file to STDERR
don't use the STDERR bareword
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).
fix typo in changelog
add closure for #495 (fixed by commit bf318af)
add closure for #511 (fixed by commit cee4857)
add closure for #547 (fixed by commit bf318af)
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).
wrap too-long-lines in changelog
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.
x2goserver.spec: Install {libdir}/x2go/x2gormforward into bin:package x2goserver.
Bump Standards: to 3.9.5. No changes needed.
Mark x2goserver-pyhoca bin:package as deprecated.
release cleanup / x2goserver.spec: no x2goserver-common package in release/4.0.1.x series
release cleanup / x2golistsessions: don't depend on X2Go::Utils, not present in the release/4.0.1.x series
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).
x2gogetagentstate has to be executable
fix argv retrieval in get_agent_state() function
update man pages' date
release 4.0.1.16
Oleksandr Shneyder (5):
Move session file to /tmp/.x2go-$USER.
x2gostartagent, x2golistsession, x2gosuspend-session and x2goresume-session getting agent state from ~/.x2go/C-$SID/state. This should help to avoid session damage. Remove nxcleanup.
Fix x2gostartagent fails 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".
Orion Poplawski (1):
x2goserver.spec: Sync Fedora .spec file with our upstream-provided x2goserver.spec.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-tags
mailing list