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

x2go pushed a change to branch build-main
in repository x2goclient.

      from  84dcac5   Release 4.1.2.1
      adds  40228b8   Continue development
      adds  dc8838f   Add SSH instruction to list of errors if 
keyboard-interactive auth has failed.
      adds  ce14cfd   src/printwidget.cpp: add QButtonGroup include, fixes 
compile errors with Qt 5.11+.
      adds  2579c87   debian/changelog: add bug closure for #1307.
      adds  a2d0a0b   macbuild.sh: switch to bundling PulseAudio 12.1 since 
it's now available in MacPorts.
      adds  539e0a4   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.
      adds  dac87fe   Save session command in resumingSession.command.
      adds  934d0c5   Send in broker event the duration of session on client.
      adds  6ec9047   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.
      adds  a775155   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.
      adds  e7e74df   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.
      adds  b9665ba   x2goclient.pro: detect libssh and libssh_threads via 
pkgconfig on UNIX-based platforms.
      adds  7750848   x2goclient.pro: let static Linux configuration override 
the new pkgconfig-based libssh usage.
      adds  ad925ad   x2goclient.pro: make system a non-variable call.
      adds  6a11dee   x2goclient.spec: build-depend on pkg-config.
      adds  a43ad56   debian/control: add build-depend on pkg-config.
      adds  ac893e1   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.
      adds  f78a992   x2goclient.pro: fix quoting issue in system() call.
      adds  1f97251   debian/changelog: fixup, move x2goclient.spec to own 
section.
      adds  5e7ccc9   x2goclient.spec: EPEL packages need to depend upon 
pkgconfig for now, not pkg-config.
      adds  09b10ca   x2goclient.spec: pull in redhat-rpm-config manually.
      adds  f1c4da4   x2goclient.spec: try to ignore gettext-tools-mini on 
*SuSE to force installation of the new/renamed gettext-runtime-mini package.
      adds  1b059a0   x2goclient.spec: it's %endif, not %fi.
      adds  50570f8   x2goclient.spec: revert the gettext-tools-mini change, 
was caused by an outdated obs-build version.
      adds  d42554a   Add support for Nix OS for common_sftp_dirs's hard-coded 
sftp-server paths.
      adds  2389d07   Follow-up fix for prev commit: common_ftp_dirs only 
contains the dir names, without executable name.
      adds  1059a3c   src/sessionwidget.cpp: Rename shadowing sessiontype to 
'X2Go/X11 Desktop Sharing'.
      adds  d9e6066   debian/control: In x2goclient R, prefer freerdp2-x11 over 
rdesktop over freerdp-x11 (which is broken these days anyway).
      adds  6596556   man/man1/x2goclient.1: Add explanation for the 
--broker-name option.
      adds  912cf2d   Added Czech translation
      adds  4569dd9   res/resources.qrc: Add Czech translation file.
      adds  2a82ba8   Update qt_<lang>.qm files from Qt5 v5.11.2.
      adds  805606d   update debian/changelog
      adds  822b589   Rename radion button lables for xfreerdp options' style.
      adds  fa7750d   debian/changelog: Update itemization character for 
packaging changes.
      adds  d4f25b3   ... forgot to add qt_cs.qm and qt_fi.qm... (completes 
commit 2a82ba87)
      adds  1e9d573   Second update round of Czech translation + add it to 
x2goclient.pro.
      adds  5a70b2d   macbuild.sh: switch to bundling PulseAudio 12.2 since 
it's now available in MacPorts.
      adds  517231b   res/i18n/x2goclient_cs.ts: whitespace and other fixups.
      adds  4806e62   src/x2goclient.cpp: change HTTP to HTTPS links where 
needed.
      adds  74a54a1   src/x2goclient.cpp: do not spawn UNIX cleanup helper if 
arguments that let X2Go Client terminate right away have been passed.
      adds  785d5f8   src/onmainwindow.{cpp,h}: remove left-over references to 
agentCheckTimer and slotCheckAgentProcess ().
      adds  05ce22d   src/onmainwindow.cpp: fix various broken qCritical () 
calls.
      adds  0125db0   
src/{onmainwindow.{cpp,h},{sshmasterconnection,help}.cpp}: let users control 
libssh debugging via the new parameters --libssh-debug and --libssh-packetlog.
      adds  0764597   src/sshmasterconnection.cpp: drop DEBUG preprocessor 
conditional blocks.
      adds  edfa928   src/x2goclient.cpp: do not use std::array since that's a 
C++11 feature, just live with plain C arrays for now.
      adds  ae9139e   x2goclient.pro: fix libssh_threads logic again.
      adds  3ae95bc   src/x2goclient.cpp: fix array length calculation.
      adds  3265475   Windows: Update PuTTY from 0.70 to 0.71.
      adds  485c876   Windows: upgrade bundled VcXsrv to 1.20.1.4.
      adds  03bedb7   src/sshmasterconnection.cpp: use info (protocol) log 
level with --libssh-debug and debug (packet) log level with --libssh-packetlog.
      adds  b54ff5b   src/sshmasterconnection.cpp: fix compiler warning due to 
mismatching argument with older libssh versions.
      adds  8d1694f   Makefile: clear out LDFLAGS, add new (cleared) LIBS 
variable and pass down as QMAKE_LIBS.
      adds  ac0d0d6   x2goclient.pro: add libraries that we always want to use 
on Linux correctly to LIBS and use a bigger catch clause.
      adds  0cb65f3   x2goclient.pro: while a linux scope seems to work fine 
with Qt5, Qt4 doesn't recognize that, so add another linux-* catch.
      adds  6c7a731   Windows: add support for x3270-fonts, including adding a 
pretty nasty but necessary fonts.* file regeneration hook.
      adds  1175599   {x2goclient,help,onmainwindow}.cpp: implement new 
--bypass-cleanup-helper parameter.
      adds  65e2b83   x2gokdrive support for X2GoClient.
      adds  abe20a5   fix authentification on http broker when sending event.
      adds  73ff62c   Fix resuming sessions on multiply servers.
      adds  9c19ae3   Initualizing sessionId, command and display for direct 
RDP to complay with standard sessions.
      adds  b956df0   Direct RDP sesion send to broker event CONNECTED instead 
of CONNECTING at start of RDP client.
      adds  af117bb   fixing setting correct session command when resuming the 
session.
      adds  416a233   don't exit if sending event to http broker is failed.
      adds  451fba8   debian/changelog: sync with commit history.
      adds  52299f2   src/sshmasterconnection.cpp: close channel on failure in 
checkLogin ().
      adds  74e4162   onmainwindow.cpp: fix building with Qt 4.6, currently the 
latest version available in EPEL 6.
      adds  9ced742   src/sshmasterconnection.{cpp,h}: skip checkLogin() if 
hostname starts with "!".
      adds  84bc75d   onmainwindow.cpp: unbreak builds by fixing syntax error.
      adds  bb13d41   onmainwindow.cpp: also unbreak old EPEL 6 builds.
      adds  fc5c935   debian/changelog: fix up changelog entries.
      adds  567223f   src/onmainwindow.cpp: add (and prefer) non-compat-symlink 
scp server location for 64-bit-based Gentoo distros (17.1+ profiles).
      adds  08d33b3   debian/changelog: bug #1320 should be fixed for good, so 
marking as resolved.
      adds  0a40c90   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.
      adds  42c6ddc   debian/control: Add D (x2goclient): x2gokdriveclient.
      adds  704c4ab   In x2goclient D, add hello as an alternative to 
x2gokdriveclient. Works around non-available x2gokdriveclient on Debian jessie.
      adds  31ec433   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.
      adds  2a1ad93   update copyright years in about dialog.
      adds  eb719be   Do not show password in debug output of HTTP broker.
      adds  bf08804   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.
      adds  b8cd0d5   Do not show Pulseaudio warning on Windows, if Pulseaudio 
is disabled in settings or by command line.
      adds  df5b9a2   res/i18n/x2goclient_*.ts: replace changed source strings, 
no retranslations required.
      adds  132603e   src/httpbrokerclient.cpp: do not leak password length in 
debug output either.
      adds  e22c24a   Improve request handling in HTTP broker.
      adds  d3e1f85   Add possibility to suspend and terminate sessions from 
session selection dialog in broker mode.
      adds  4f9286b   Do not delete session from list if terminating of session 
is canceled.
      adds  31a4d6c   src/sessionwidget.cpp: stop parsing proxy address as 
"host:port" if the address contains a colon. Fixes: #1418.
      adds  50cb6c6   src/onmainwindow.cpp: also remove proxy "host:port" 
parsing at connect time. Fixes: #1418.
      adds  fc45ceb   macbuild.sh: switch to bundling PulseAudio 13.0 since 
it's now available in MacPorts.
      adds  7933bad   src/onmainwindow.cpp: disable "left click" action on OS 
X/macOS.
      adds  ce559d1   src/sshprocess.cpp: strip ~/, ~user{,/}, ${HOME}{,/} and 
$HOME{,/} from destination paths in scp mode. Fixes: #1428.
      adds  76619dd   src/SVGFrame.cpp: simplify implementation a lot.
      adds  2e9ff38   debian/changelog: sync up.
      adds  4865c05   src/sshmasterconnection.cpp: work around lupdate warning 
by adding another block in the #else preprocessor branch.
      adds  248d26c   debian/changelog: whitespace-only.
      adds  617a419   res/i18n/x2goclient_*.ts: update translation files.
      adds  f25b43f   Windows: Update PuTTY from 0.71 to 0.73.
      adds  e22827f   src/onmainwindow.cpp: stop PulseAudio from spamming logs 
after a client disconnects. Fixes: #1425.
      adds  70b4561   src/onmainwindow.cpp: instead of searching for 
"sftp-binary", try to look for "sftp-server" in the Qt 5.x code path.
      adds  926355d   Windows: upgrade bundled VcXsrv to 1.20.6.0.
      adds  b855a23   Windows: upgrade PulseAudio from 7.1 to 13.0.
      adds  6aba33a   res/i18n/x2goclient_nl.ts: update Dutch translation file.
      adds  45fe612   res/i18n/x2goclient_fr.ts: update French translation file.
      adds  3462f07   Windows: remove libz.
      adds  5221bb8   Windows: Update Win32 OpenSSL from 1.0.2n to 1.0.2u.
      adds  0513381   Windows: Upgrade libssh from 0.7.4 to 0.9.3 (while 
maintaining Pageant support).
      adds  8c528b4   x2goclient.pro: update comment mentioning that libssh 
does not provide pkgconfig files on non-UNIX/Windows platforms any longer and 
drop libssh_thread linkage.
      adds  1c12943   res/i18n/x2goclient_nl.ts: add missing singular form to a 
multi-form entry.
      adds  03b4a2f   res/i18n/x2goclient_fr.ts: add missing sentence and 
UTF-8-ize entries.
      adds  d9cacbd   res/i18n/x2goclient_cs.ts: update Czech translation file.
      adds  03d4d3d   res/i18n/x2goclient_cs.ts: fix up whitespace and mark 
actually finished translation string as such, also removing my previous comment.
      adds  e9557b0   res/i18n/x2goclient_nb_no.ts: update Bokmål (Norway) 
translation file.
      adds  f858e93   res/i18n/x2goclient_nb_no.ts: fix up whitespace and typos.
      adds  743b089   res/i18n/x2goclient_nb_no.ts: update Bokmål (Norway) 
translation file.
      adds  314636f   res/i18n/x2goclient_de.ts: update German translation file.
      adds  789f355   res/i18n/x2goclient_de.ts: better translate UNIX cleanup 
helper and fix "X2Go Client" as "X2GoClient" globally.
      adds  0f58e38   debian/changelog: reflow entries only.
      adds  89216b6   misc: pre-release copyright update.
      adds  c85c988   src/onmainwindow.cpp: update in-code copyright notice.
      adds  d74e1ee   res/i18n/x2goclient_*.ts: update copyright notice in 
about dialog manually.
      adds  93cb6f5   src/onmainwindow.cpp: add comment for translators 
encouraging them to add themselves to copyright notice.
      adds  145394d   res/i18n/x2goclient_*.ts: update after source code 
changes and comment addition.
      adds  ee48fb1   res/i18n/x2goclient_*.ts: mark copyright translation 
string as unfinished for already translated languages (but Finnish) to alert 
translators of the new comment.
      adds  0f20d9a   man/man1/x2goclient.1: pre-release date update.
      adds  043c16c   release 4.1.2.2

No new revisions were added by this update.

Summary of changes:
 COPYRIGHT.x2go-logos                            |    6 +-
 LICENSE                                         |   10 +-
 Makefile                                        |    5 +-
 Makefile.docupload                              |    2 +-
 VERSION                                         |    2 +-
 copy-deps-win32.bat                             |   19 +-
 debian/changelog                                |  270 ++
 debian/control                                  |    4 +-
 debian/copyright                                |   14 +-
 examples/x2goclient-cli                         |    2 +-
 macbuild.sh                                     |    2 +-
 man/man1/x2goclient.1                           |    4 +-
 portable/stopu3client.cpp                       |    2 +-
 res/i18n/qt_cs.qm                               |  Bin 0 -> 176 bytes
 res/i18n/qt_da.qm                               |  Bin 119218 -> 172 bytes
 res/i18n/qt_de.qm                               |  Bin 328778 -> 172 bytes
 res/i18n/qt_es.qm                               |  Bin 87895 -> 172 bytes
 res/i18n/qt_fi.qm                               |  Bin 0 -> 136 bytes
 res/i18n/qt_fr.qm                               |  Bin 260053 -> 172 bytes
 res/i18n/qt_sv.qm                               |  Bin 71500 -> 65851 bytes
 res/i18n/qt_zh_tw.qm                            |  Bin 119489 -> 117256 bytes
 res/i18n/{x2goclient_pt.ts => x2goclient_cs.ts} | 3466 ++++++++++++-----------
 res/i18n/x2goclient_da.ts                       | 1241 ++++----
 res/i18n/x2goclient_de.ts                       | 1259 ++++----
 res/i18n/x2goclient_es.ts                       | 1243 ++++----
 res/i18n/x2goclient_et.ts                       | 1257 ++++----
 res/i18n/x2goclient_fi.ts                       | 1257 ++++----
 res/i18n/x2goclient_fr.ts                       |   39 +-
 res/i18n/x2goclient_nb_no.ts                    |  246 +-
 res/i18n/x2goclient_nl.ts                       | 1262 +++++----
 res/i18n/x2goclient_pt.ts                       | 1243 ++++----
 res/i18n/x2goclient_ru.ts                       | 1241 ++++----
 res/i18n/x2goclient_sv.ts                       | 1243 ++++----
 res/i18n/x2goclient_tr.ts                       | 1241 ++++----
 res/i18n/x2goclient_zh_tw.ts                    | 1241 ++++----
 res/img/x2go-logos/mksizedsymbols.sh            |    2 +-
 res/resources.qrc                               |    3 +
 src/InteractionDialog.cpp                       |    6 +-
 src/InteractionDialog.h                         |    4 +-
 src/LDAPSession.cpp                             |    4 +-
 src/LDAPSession.h                               |    4 +-
 src/SVGFrame.cpp                                |   25 +-
 src/SVGFrame.h                                  |    4 +-
 src/appdialog.cpp                               |    4 +-
 src/appdialog.h                                 |    4 +-
 src/brokerpassdlg.cpp                           |    4 +-
 src/brokerpassdlg.h                             |    4 +-
 src/clicklineedit.cpp                           |    4 +-
 src/clicklineedit.h                             |    4 +-
 src/compat.cpp                                  |    2 +-
 src/compat.h                                    |    2 +-
 src/configdialog.cpp                            |    4 +-
 src/configdialog.h                              |    4 +-
 src/configwidget.cpp                            |    4 +-
 src/configwidget.h                              |    4 +-
 src/connectionwidget.cpp                        |    4 +-
 src/connectionwidget.h                          |    4 +-
 src/contest.cpp                                 |    4 +-
 src/contest.h                                   |    4 +-
 src/cupsprint.cpp                               |    4 +-
 src/cupsprint.h                                 |    4 +-
 src/cupsprintersettingsdialog.cpp               |    4 +-
 src/cupsprintersettingsdialog.h                 |    4 +-
 src/cupsprintwidget.cpp                         |    4 +-
 src/cupsprintwidget.h                           |    4 +-
 src/editconnectiondialog.cpp                    |    4 +-
 src/editconnectiondialog.h                      |    4 +-
 src/exportdialog.cpp                            |    4 +-
 src/exportdialog.h                              |    4 +-
 src/folderbutton.cpp                            |    4 +-
 src/folderbutton.h                              |    4 +-
 src/folderexplorer.cpp                          |    4 +-
 src/folderexplorer.h                            |    4 +-
 src/help.cpp                                    |   11 +-
 src/help.h                                      |    2 +-
 src/helpdialog.cpp                              |    6 +-
 src/helpdialog.h                                |    6 +-
 src/httpbrokerclient.cpp                        |  212 +-
 src/httpbrokerclient.h                          |   14 +-
 src/imgframe.cpp                                |    4 +-
 src/imgframe.h                                  |    4 +-
 src/mediawidget.cpp                             |    4 +-
 src/mediawidget.h                               |    4 +-
 src/non_modal_messagebox.cpp                    |    2 +-
 src/non_modal_messagebox.h                      |    2 +-
 src/ongetpass.cpp                               |    4 +-
 src/ongetpass.h                                 |    4 +-
 src/onmainwindow.cpp                            |  649 ++++-
 src/onmainwindow.h                              |   44 +-
 src/onmainwindow_privat.h                       |    4 +-
 src/printdialog.cpp                             |    4 +-
 src/printdialog.h                               |    4 +-
 src/printercmddialog.cpp                        |    4 +-
 src/printercmddialog.h                          |    4 +-
 src/printprocess.cpp                            |    4 +-
 src/printprocess.h                              |    4 +-
 src/printwidget.cpp                             |    5 +-
 src/printwidget.h                               |    4 +-
 src/pulsemanager.cpp                            |    2 +-
 src/pulsemanager.h                              |    2 +-
 src/sessionbutton.cpp                           |   23 +-
 src/sessionbutton.h                             |    4 +-
 src/sessionexplorer.cpp                         |    6 +-
 src/sessionexplorer.h                           |    4 +-
 src/sessionmanagedialog.cpp                     |    4 +-
 src/sessionmanagedialog.h                       |    4 +-
 src/sessionwidget.cpp                           |   33 +-
 src/sessionwidget.h                             |    5 +-
 src/settingswidget.cpp                          |    8 +-
 src/settingswidget.h                            |    4 +-
 src/sharewidget.cpp                             |    4 +-
 src/sharewidget.h                               |    4 +-
 src/sshmasterconnection.cpp                     |  263 +-
 src/sshmasterconnection.h                       |    5 +-
 src/sshprocess.cpp                              |   62 +-
 src/sshprocess.h                                |    4 +-
 src/unix_stdint.h                               |    2 +-
 src/unixhelper.cpp                              |    2 +-
 src/unixhelper.h                                |    2 +-
 src/userbutton.cpp                              |    4 +-
 src/userbutton.h                                |    4 +-
 src/version.h                                   |    8 +-
 src/wapi.cpp                                    |    5 +-
 src/wapi.h                                      |    4 +-
 src/windows_stdint.h                            |    2 +-
 src/x2goclient.cpp                              |   95 +-
 src/x2goclientconfig.h                          |    4 +-
 src/x2gologdebug.cpp                            |    4 +-
 src/x2gologdebug.h                              |    4 +-
 src/x2gosettings.cpp                            |    4 +-
 src/x2gosettings.h                              |    4 +-
 src/x2goutils.cpp                               |    4 +-
 src/x2goutils.h                                 |    4 +-
 src/xsettingswidget.cpp                         |    4 +-
 src/xsettingswidget.h                           |    4 +-
 x2goclient.pro                                  |   51 +-
 x2goclient.spec                                 |   17 +-
 x2gohelper/x2gohelper.cpp                       |    4 +-
 138 files changed, 10647 insertions(+), 9028 deletions(-)
 create mode 100644 res/i18n/qt_cs.qm
 create mode 100644 res/i18n/qt_fi.qm
 copy res/i18n/{x2goclient_pt.ts => x2goclient_cs.ts} (63%)

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

Reply via email to