[X2Go-Commits] [x2goclient] branch bugfix/typos updated (21f3c45 -> e7e2e4e)

git-admin at x2go.org git-admin at x2go.org
Wed Feb 22 09:17:34 CET 2017


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

x2go pushed a change to branch bugfix/typos
in repository x2goclient.

  discards  21f3c45   src/pulsemanager.cpp: fix up a debug string.
  discards  771efe8   src/{onmainwindow,httpbrokerclient}.cpp: fix up error/warning message displayed when the server-specified key is unknown, but we have another key type stored already.
      adds  b114c54   res/i18n/x2goclient_es.ts: update Spanish translation file.
      adds  ec534c7   res/i18n/x2goclient_es.ts: fixup Spanish translation file where necessary and add comments/requests for re-translations for the next time.
      adds  44708d6   res/i18n/x2goclient_es.ts: update Spanish translation file.
      adds  3131bde   res/i18n/x2goclient_es.ts: remove obsolete comments and very minor whitespace fixup.
      adds  6ef548f   res/i18n/x2goclient_de.ts: update German translation file.
      adds  b5435f5   res/i18n/x2goclient_de.ts: fixup German translation file, including typo, whitespace, grammar fixes and other stuff.
      adds  a997595   res/i18n/x2goclient_sv.ts: fixup Swedish translation file.
      adds  e9a7aac   res/i18n/x2goclient_sv.ts: remove obsolete comments and very minor whitespace fix.
      adds  812c4b8   macbuild.sh: sanitize find input, as BSD find and GNU find behave differently.
      adds  368b71d   macbuild.sh: get rid of problems and use gfind directly. We need special GNU features.
      adds  3aa8515   src/appdialog.cpp: logic so that X2Go-Top applications are shown again.
      adds  84d41d5   res/i18n/x2goclient_fi.ts: update Finnish translation file.
      adds  5a7a20b   res/i18n/x2goclient_fi.ts: fix up Finnish translation file, including typo, whitespace fixes and marking untranslated entries as such again, after removing the English "translation" text.
      adds  add03ee   release 4.1.0.0
      adds  7f2edea   Continue development
      adds  9612e6a   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
      adds  15ce4da   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.8.0 and higher) or ssh_get_publickey () (0.7.x and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
      adds  c6ce255   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
      adds  d616e09   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
      adds  dffc470   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
      adds  3b037cd   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
      adds  b722370   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
      adds  f1abcbd   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
      adds  e67bf45   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
      adds  f86895a   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
      adds  d14a335   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
      adds  a71ce02   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
      adds  efd41a9   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
      adds  1d8a37a   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
      adds  ed981d1   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
      adds  bb727e5   src/sshmasterconnection.cpp: fix up some debug strings.
      adds  a5b4d79   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
      adds  a5639de   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.
       new  8e503d8   src/{onmainwindow,httpbrokerclient}.cpp: fix up error/warning message displayed when the server-specified key is unknown, but we have another key type stored already.
       new  e7e2e4e   src/pulsemanager.cpp: fix up a debug string.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (21f3c45)
            \
             N -- N -- N   refs/heads/bugfix/typos (e7e2e4e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                       |    2 +-
 debian/changelog                              |  110 ++++++++-
 macbuild.sh                                   |   11 +-
 man/man1/x2goclient.1                         |    2 +-
 res/i18n/x2goclient_de.ts                     |  221 ++++++++++-------
 res/i18n/x2goclient_es.ts                     |  228 +++++++++--------
 res/i18n/x2goclient_fi.ts                     |  204 +++++++++-------
 res/i18n/x2goclient_sv.ts                     |   19 +-
 src/appdialog.cpp                             |   24 +-
 src/sessionwidget.cpp                         |   19 +-
 src/sshmasterconnection.cpp                   |  324 +++++++++++++++++++------
 src/version.h                                 |    2 +-
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |   10 +-
 x2goclient.spec                               |    2 +-
 14 files changed, 775 insertions(+), 403 deletions(-)

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


More information about the x2go-commits mailing list