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

x2go pushed a change to annotated tag 4.1.2.2
in repository x2goclient.

        at  e70a279   (tag)
   tagging  043c16c050ab41a65da9e51629d7fc19ecf8ed08 (commit)
  replaces  4.1.2.1
 tagged by  Mihai Moldovan
        on  Wed Feb 12 22:45:24 2020 +0100

- Log -----------------------------------------------------------------
Upstream version 4.1.2.2
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAl5EcfQPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqH5AsQAL/eJyhOSczPW3y18k2bqVS2RswC5+foLOg0
ehJpPapkhkUewiVNGTzv0gzRJ8eGg7fFvys7UuCpuhH6uDp8XIyLonxFElm3ZNZ+
jRysIE1J40ZqsSMTZhmuoCJWOu3g3HOhW2hB8/Ql3xij7wSMgFDAkuIiRU85l6XJ
7z6/EnbGuIB/dnAhxjYedBn16cXjw/lp1mA2oXVdZwfS5af1YOdkue10ipah+lv8
eAGhA9H1q7xY5+JAl1udQQ7/qc5ftR2i5zZVImCBxx3dELUb+wGG32XXIA9Yqj35
bd40l+8cTvI29IlUguu50/QGwbEW3Rko0vlFmyNm7RzIfKiG+B4nM7JTxU8yNCWw
UG4oPF4kGACJJlu561pVy2hV+4G6Aix9F4HjH1wJBfPpp+zc34UQu51Nc9Ve9D1Q
Ny1++pZT3kylN5mKuvbhe2rhL/USMNQsxu5o1eQWhUIx6gJUvTbTyFKVcVy7soCl
5t69DgYeu+AlpqNnGdzyA7gGA0buHl2ECkjJMvCPBKhl255G/leHbkKLYt2Vozs7
oOo7XYZ4XamCnrU/1ijkFOtjHE1z/uSjnYRBS06kIvVXKkKab36rcHqes9dNN4yB
/HJZpj4/m7c9hpmGZ0C4xIazDyRyYDXLzplPrFA0KkORyY+jHx707kQZNirY3mMd
RhuDPrur
=MTWu
-----END PGP SIGNATURE-----

Jos Wolfkamp (1):
      res/i18n/x2goclient_nl.ts: update Dutch translation file.

Klaus Ade Johnstad (2):
      res/i18n/x2goclient_nb_no.ts: update Bokmål (Norway) translation file.
      res/i18n/x2goclient_nb_no.ts: update Bokmål (Norway) translation file.

Mihai Moldovan (76):
      src/printwidget.cpp: add QButtonGroup include, fixes compile errors with 
Qt 5.11+.
      debian/changelog: add bug closure for #1307.
      macbuild.sh: switch to bundling PulseAudio 12.1 since it's now available 
in MacPorts.
      x2goclient.pro: detect libssh and libssh_threads via pkgconfig on 
UNIX-based platforms.
      x2goclient.pro: let static Linux configuration override the new 
pkgconfig-based libssh usage.
      x2goclient.pro: make system a non-variable call.
      x2goclient.spec: build-depend on pkg-config.
      debian/control: add build-depend on pkg-config.
      x2goclient.pro: fix qmake control flow for libssh logic, we really wanted 
to use else if for the Windows section and have the general else section being 
the general fallback.
      x2goclient.pro: fix quoting issue in system() call.
      debian/changelog: fixup, move x2goclient.spec to own section.
      x2goclient.spec: EPEL packages need to depend upon pkgconfig for now, not 
pkg-config.
      x2goclient.spec: pull in redhat-rpm-config manually.
      x2goclient.spec: try to ignore gettext-tools-mini on *SuSE to force 
installation of the new/renamed gettext-runtime-mini package.
      x2goclient.spec: it's %endif, not %fi.
      x2goclient.spec: revert the gettext-tools-mini change, was caused by an 
outdated obs-build version.
      macbuild.sh: switch to bundling PulseAudio 12.2 since it's now available 
in MacPorts.
      res/i18n/x2goclient_cs.ts: whitespace and other fixups.
      src/x2goclient.cpp: change HTTP to HTTPS links where needed.
      src/x2goclient.cpp: do not spawn UNIX cleanup helper if arguments that 
let X2Go Client terminate right away have been passed.
      src/onmainwindow.{cpp,h}: remove left-over references to agentCheckTimer 
and slotCheckAgentProcess ().
      src/onmainwindow.cpp: fix various broken qCritical () calls.
      src/{onmainwindow.{cpp,h},{sshmasterconnection,help}.cpp}: let users 
control libssh debugging via the new parameters --libssh-debug and 
--libssh-packetlog.
      src/sshmasterconnection.cpp: drop DEBUG preprocessor conditional blocks.
      src/x2goclient.cpp: do not use std::array since that's a C++11 feature, 
just live with plain C arrays for now.
      x2goclient.pro: fix libssh_threads logic again.
      src/x2goclient.cpp: fix array length calculation.
      Windows: Update PuTTY from 0.70 to 0.71.
      Windows: upgrade bundled VcXsrv to 1.20.1.4.
      src/sshmasterconnection.cpp: use info (protocol) log level with 
--libssh-debug and debug (packet) log level with --libssh-packetlog.
      src/sshmasterconnection.cpp: fix compiler warning due to mismatching 
argument with older libssh versions.
      Makefile: clear out LDFLAGS, add new (cleared) LIBS variable and pass 
down as QMAKE_LIBS.
      x2goclient.pro: add libraries that we always want to use on Linux 
correctly to LIBS and use a bigger catch clause.
      x2goclient.pro: while a linux scope seems to work fine with Qt5, Qt4 
doesn't recognize that, so add another linux-* catch.
      Windows: add support for x3270-fonts, including adding a pretty nasty but 
necessary fonts.* file regeneration hook.
      {x2goclient,help,onmainwindow}.cpp: implement new --bypass-cleanup-helper 
parameter.
      debian/changelog: sync with commit history.
      onmainwindow.cpp: fix building with Qt 4.6, currently the latest version 
available in EPEL 6.
      onmainwindow.cpp: unbreak builds by fixing syntax error.
      onmainwindow.cpp: also unbreak old EPEL 6 builds.
      debian/changelog: fix up changelog entries.
      src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server 
location for 64-bit-based Gentoo distros (17.1+ profiles).
      debian/changelog: bug #1320 should be fixed for good, so marking as 
resolved.
      res/i18n/x2goclient_*.ts: replace changed source strings, no 
retranslations required.
      src/httpbrokerclient.cpp: do not leak password length in debug output 
either.
      src/sessionwidget.cpp: stop parsing proxy address as "host:port" if the 
address contains a colon. Fixes: #1418.
      src/onmainwindow.cpp: also remove proxy "host:port" parsing at connect 
time. Fixes: #1418.
      macbuild.sh: switch to bundling PulseAudio 13.0 since it's now available 
in MacPorts.
      src/onmainwindow.cpp: disable "left click" action on OS X/macOS.
      src/sshprocess.cpp: strip ~/, ~user{,/}, ${HOME}{,/} and $HOME{,/} from 
destination paths in scp mode. Fixes: #1428.
      src/SVGFrame.cpp: simplify implementation a lot.
      debian/changelog: sync up.
      src/sshmasterconnection.cpp: work around lupdate warning by adding 
another block in the #else preprocessor branch.
      debian/changelog: whitespace-only.
      res/i18n/x2goclient_*.ts: update translation files.
      Windows: Update PuTTY from 0.71 to 0.73.
      src/onmainwindow.cpp: stop PulseAudio from spamming logs after a client 
disconnects. Fixes: #1425.
      src/onmainwindow.cpp: instead of searching for "sftp-binary", try to look 
for "sftp-server" in the Qt 5.x code path.
      Windows: upgrade bundled VcXsrv to 1.20.6.0.
      Windows: upgrade PulseAudio from 7.1 to 13.0.
      Windows: remove libz.
      Windows: Update Win32 OpenSSL from 1.0.2n to 1.0.2u.
      Windows: Upgrade libssh from 0.7.4 to 0.9.3 (while maintaining Pageant 
support).
      x2goclient.pro: update comment mentioning that libssh does not provide 
pkgconfig files on non-UNIX/Windows platforms any longer and drop libssh_thread 
linkage.
      res/i18n/x2goclient_nl.ts: add missing singular form to a multi-form 
entry.
      res/i18n/x2goclient_cs.ts: fix up whitespace and mark actually finished 
translation string as such, also removing my previous comment.
      res/i18n/x2goclient_nb_no.ts: fix up whitespace and typos.
      res/i18n/x2goclient_de.ts: better translate UNIX cleanup helper and fix 
"X2Go Client" as "X2GoClient" globally.
      debian/changelog: reflow entries only.
      misc: pre-release copyright update.
      src/onmainwindow.cpp: update in-code copyright notice.
      res/i18n/x2goclient_*.ts: update copyright notice in about dialog 
manually.
      src/onmainwindow.cpp: add comment for translators encouraging them to add 
themselves to copyright notice.
      res/i18n/x2goclient_*.ts: update after source code changes and comment 
addition.
      res/i18n/x2goclient_*.ts: mark copyright translation string as unfinished 
for already translated languages (but Finnish) to alert translators of the new 
comment.
      man/man1/x2goclient.1: pre-release date update.

Mike Gabriel (13):
      Add support for Nix OS for common_sftp_dirs's hard-coded sftp-server 
paths.
      Follow-up fix for prev commit: common_ftp_dirs only contains the dir 
names, without executable name.
      src/sessionwidget.cpp: Rename shadowing sessiontype to 'X2Go/X11 Desktop 
Sharing'.
      debian/control: In x2goclient R, prefer freerdp2-x11 over rdesktop over 
freerdp-x11 (which is broken these days anyway).
      man/man1/x2goclient.1: Add explanation for the --broker-name option.
      res/resources.qrc: Add Czech translation file.
      Update qt_<lang>.qm files from Qt5 v5.11.2.
      update debian/changelog
      Rename radion button lables for xfreerdp options' style.
      debian/changelog: Update itemization character for packaging changes.
      ... forgot to add qt_cs.qm and qt_fi.qm... (completes commit 2a82ba87)
      debian/control: Add D (x2goclient): x2gokdriveclient.
      In x2goclient D, add hello as an alternative to x2gokdriveclient. Works 
around non-available x2gokdriveclient on Debian jessie.

Oleksandr Shneyder (23):
      Add SSH instruction to list of errors if keyboard-interactive auth has 
failed.
      Add new brocker feature. Broker can send to client some configuration in 
the section START_CLIENT_CONFIG - END_CLIENT_CONFIG. For the moment is 
supported option events=bool. If true, client sending to broker events: 
CONNECTING, CONNECTED, SUSPENDING, TERMINATING, FINISHED. It's not a real 
session state, but rather the state of X2Go Client.
      Save session command in resumingSession.command.
      Send in broker event the duration of session on client.
      If client is configured to send events, the broker can ask client to send 
ALIVE events. To do this, broker should send config option "liveevent" (int). 
It means, if liveevent=10, client will send ALIVE event to broker every 10 
seconds when the client connected to X2Go Session.
      Broker can send to client command to suspend or terminate the session as 
an answer to the client event message. For this broker should send to client 
SUSPEND ID or TERMINATE ID.
      Client now sends "login" parameter to the broker when executing task 
"selectsession". Before client just sent a username on the broker and it was 
imposiible to find out user name on X2Go server, which is not always the same 
as broker username. This won't break a compatibility with previous broker as 
they just will ignore this parameter.
      x2gokdrive support for X2GoClient.
      fix authentification on http broker when sending event.
      Fix resuming sessions on multiply servers.
      Initualizing sessionId, command and display for direct RDP to complay 
with standard sessions.
      Direct RDP sesion send to broker event CONNECTED instead of CONNECTING at 
start of RDP client.
      fixing setting correct session command when resuming the session.
      don't exit if sending event to http broker is failed.
      If using x2go broker and ssh proxy check for the option 
"usebrokeruserforproxy" in the session file. If it's "true", use the same 
username for the proxy as broker login.
      Broker can send to client the number of suspended and running sessions 
for each session type. Client will display this information to user on session 
button.
      update copyright years in about dialog.
      Do not show password in debug output of HTTP broker.
      Fix crashing if the path for automount in the session config file in 
wrong format. Supporting both Windows and Linux path in automount format. Check 
if path exists before mounting.
      Do not show Pulseaudio warning on Windows, if Pulseaudio is disabled in 
settings or by command line.
      Improve request handling in HTTP broker.
      Add possibility to suspend and terminate sessions from session selection 
dialog in broker mode.
      Do not delete session from list if terminating of session is canceled.

Ruda Vallo (1):
      res/i18n/x2goclient_cs.ts: update Czech translation file.

Stefan Baur (1):
      res/i18n/x2goclient_de.ts: update German translation file.

Sébastien Ducoulombier (2):
      res/i18n/x2goclient_fr.ts: update French translation file.
      res/i18n/x2goclient_fr.ts: add missing sentence and UTF-8-ize entries.

Tom Ruzicka (2):
      Added Czech translation
      Second update round of Czech translation + add it to x2goclient.pro.

Ulrich Sibiller (2):
      src/sshmasterconnection.cpp: close channel on failure in checkLogin ().
      src/sshmasterconnection.{cpp,h}: skip checkLogin() if hostname starts 
with "!".

X2Go Release Manager (2):
      Continue development
      release 4.1.2.2

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

No new revisions were added by this update.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to