[X2Go-tags] [x2goserver] annotated tag 4.0.1.20 created (now 71e1e82)

git-admin at x2go.org git-admin at x2go.org
Sun Nov 20 12:43:01 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to annotated tag 4.0.1.20
in repository x2goserver.

        at  71e1e82   (tag)
   tagging  2c504692966fa2ac456961c2fe561f53c33536b5 (commit)
  replaces  4.0.1.19
 tagged by  Mihai Moldovan
        on  Sun Nov 20 12:41:10 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 4.0.1.20
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJYMYvWAAoJEB/WLtluJTqHst0P/RDt22MNnYbJQtBHrdSb3dga
RZSqOB+oma3PajGgSBCy2cxDXqNBZRsE1iiHaU/WW3csTe/KLw6+rd76PVzUNGCp
mfpEnipK/BaljIEAGD3k0N7wf7P8miyIvbLZwhR8VAJT6aoxUO6MD7b/YeDwYNZb
qyKnAakKrzm1zayYkMinSnwgCurXxzgosqNA9TlUlFioM8t9BM3X/hljjMNXQAgz
a+MGoWMxM6F//2hulY/ZiBXFdSS2KMioKNiESWAR/S4IyC4fOOyX01EAfFKBJwPS
mDxxhlwgr9JliR0hRERSPAw499AgBX8HVWEfPiyG6ooQRyD9PJllujsFR6JIsduA
T7ZSKU5LpCRvP0az8EfYTtep5sSQvHkbFJMRjjE5xEHfzZ6GJtVSiIcPcchDdKVo
VmtsWMoEYWELnyqfwlndiednVAeBIsXLUknlNXFsp0G1EA8ijsCd7xNL4yOfW8ig
WeHxF2SnpUGfogLZlUWvP0e/X2e9vMWfN6Cx7lqZdHrUX8/CA2ciK6ykxP6ubchB
5RtARy1v6gTDB2UJhuiJzIwoVueNUoAubHd+2wsMbJrBJSiREgA/v/QrA9d5G2cG
ICqfGMPbvtwjmF7dwU+PeonEU/zYM35QfOxnEOPoJ1YQzarlGqyycXm1WnbCZoqB
71TOYBlvugsfmh7FgiN3
=9bXZ
-----END PGP SIGNATURE-----

Henning Heinold (1):
      x2goserver/sbin/x2godbadmin: remove trailing whitespace.

Mihai Moldovan (59):
      x2goserver.spec: Do not search for unavailable file in x2goserver's post install script.
      x2goserver.spec: add support for %{_datadir}/applications symlink in %{_sysconfdir}/x2go.
      x2goserver.spec: don't use %{_sbindir} for chkconfig and service on SLE{S,D}.
      x2goserver.spec: change deprecated and removed PreReq to Requires(pre) header.
      debian/changelog: reference 4.0.1.19-0x2go2 bump.
      x2goserver.spec: only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL.
      debian/changelog: fix wrong version string in changelog.
      x2goserver.spec: fix RPM build failure due to misplaced fi in %pre scriptlet.
      x2goserver.spec: %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds.
      x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't parse the full desktop file if there are non-Desktop Entries groups.
      x2goserver/bin/x2gogetapps: first define an array, then use it...
      x2goserver/bin/x2gogetapps: do not print spurious newlines.
      general: change X2go -> X2Go.
      x2goserver.spec: add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck.
      x2goserver.spec: typo fix in comment: Recommands -> Recommends.
      x2goserver.spec: fix installation on OpenSUSE 12.3 and higher: has replaced pwdutils with shadow. Also affects SLE{S,D} 12.
      x2goserver.spec: add workaround documentation for sudoers on *SUSE 11.
      x2goserver.spec: add shadow/shadow-utils/pwdutils Requires to x2goserver-printing sub package.
      x2goserver-extensions: add runcommand.d hooks to x2goserver-extensions Makefile. Fix changelog.
      Revert "Make X2Go Server aware of Rick Astley (RICKROLL)"
      {debian/control,x2goserver.spec}: add new dependency on bash.
      x2goserver/bin/x2gosessionlimit: don't iterate over the whole groups file.
      x2goserver/sbin/x2godbadmin: revoke all PRIVILEGES before trying to delete a user on postgres.
      x2goserver/sbin/x2gocleansessions: re-fetch the current sessions' status before handling it.
      x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_since to %remembered_sessions_status_since.
      x2goserver/sbin/x2gocleansessions: rename %remembered_sessions_status_since to %remembered_sessions_status_since_time.
      x2goserver/sbin/x2gocleansessions: give suspended-but-running sessions a grace period of one iteration.
      x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace.
      x2goserver/sbin/x2gocleansessions: move up session status sync a bit, don't update session state when session has been removed from the database.
      x2goserver/sbin/x2gocleansessions: unify log messages. Move dangling line around.
      x2goserver/sbin/x2gocleansessions: whitespace only.
      x2goserver/sbin/x2gocleansessions: also delete entries in the other, overlooked hashes.
      x2goserver/sbin/x2gocleansessions: move socket and lock file cleanup into time-based block for finished/failed sessions.
      x2goserver/sbin/x2gocleansessions: add @remembered_finished_sessions array.
      x2goserver/sbin/x2gocleansessions: don't add failed/finished sessions to remembered list if that list already includes them.
      x2goserver/sbin/x2gocleansessions: don't use gmtime (time ()) but merely time ().
      x2goserver/sbin/x2gocleansessions: add debugging output to show the state change when updating the cached state result.
      x2goserver/sbin/x2gocleansessions: only output status refreshing debug message if the old and new states actually differ.
      debian/control: add new dependency on xkb-data to x2goserver.
      x2goserver.spec: add new dependency on xkeyboard-config to x2goserver. Fixes: #903.
      x2goserver/bin/x2gostartagent: changes to Robert Nowotny's SSH_PORT patch. Fixes: #922.
      x2goserver/bin/x2goruncommand: whitespace and comment changes only.
      x2goserver/bin/x2gocleansessions: replace system_capture_stdout_output() with actual implementation.
      x2goserver-xsession/etc/Xsession: use /bin/bash explicitly on RedHat-, Gentoo- and SuSE-based systems.
      x2goserver/bin/x2gomountdirs: remove blowfish Cipher spec hardcoded for sshfs mounts.
      debian/control: maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
      x2goserver/bin/x2goruncommand: whitespace only.
      debian/control: add myself as uploader.
      x2goserver/sbin/x2gocleansessions: add Perl documentation and --help, -h, -? and --man options. Fixes: #1065.
      x2goserver/man/man8/x2gocleansessions.8: drop obsolete man page.
      x2goserver-xsession/etc/Xsession: fix uname calls when (potentially) creating session log/error file and add uname call where necessary.
      x2goserver-xsession/etc/Xsession: include hostname in session-x2go-errors file name. Part of #923.
      x2goserver.spec: add new dependency on perl and the Cwd module to x2goserver-xsession. Part of #923.
      debian/control: add new dependency on perl-modules for Cwd. Part of #923.
      x2goserver-xsession/etc/Xsession: rotate old log/error file before appending new data. Fixes: #923.
      x2goserver-xsession/etc/Xsession: fix wrong variable usage. Fixes: #1073.
      x2goserver/sbin/x2gocleansessions: move in-file POD to end of file, rather than "commenting" out all the remaining code. Fixes: #1068.
      x2goserver/sbin/x2godbadmin: exit earlier when not finding the required "x2gouser" user.
      x2goserver/bin/x2golistdesktops: fixup for previous commit, brainfart on my end.

Mike DePaulo (3):
      TERMINAL Session: Add support for qterminal
      Make X2Go Server aware of Rick Astley (RICKROLL)
      TRINITY: Add support for Q4OS

Mike Gabriel (1):
      debian/x2goserver.preinst: Use proper comment header explaining about preinst script argument calls (not postinst).

Orion Poplawski (1):
      x2goserver/bin/x2golistdesktops: drop -u parameter to ss. Fixes: #799.

Stefan Baur (1):
      x2goserver/bin/x2goruncommand: add the other trinity launcher scripts in order from newest to oldest. Fixes: #985.

Tor Perkins (1):
      x2goserver/bin/x2goruncommand: capture x2goruncommand debug output for x2gofeature X2GO_XSESSION. Fixes: #1035.

X2Go Release Manager (2):
      Continue development...
      release 4.0.1.20

-----------------------------------------------------------------------

No new revisions were added by this update.

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-tags mailing list