[X2Go-Commits] [x2goclient] branch feature/libssh-api-upgrade updated (0ba2e55 -> 5479c31)

git-admin at x2go.org git-admin at x2go.org
Wed Feb 8 20:50:24 CET 2017


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

x2go pushed a change to branch feature/libssh-api-upgrade
in repository x2goclient.

  discards  0ba2e55   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.
  discards  148f236   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
  discards  a8b9e3c   src/sshmasterconnection.cpp: fix up some debug strings.
  discards  9aa514c   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  58ff99d   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  bfbc01f   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  b53ea01   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  1920cfd   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  7e87053   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  5b3e174   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  bc6dd6e   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  d9ee965   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  456c140   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  d5edf53   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  a23a3db   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  e8d67c4   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  0b9f140   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.7.4 and higher) or ssh_get_publickey () (0.7.3 and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
  discards  64abe5a   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
      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.
       new  93dd915   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
       new  d8d30e3   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () (0.7.4 and higher) or ssh_get_publickey () (0.7.3 and lower) and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
       new  530a5e6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  d1e7566   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  0c9dc98   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  e753fe2   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  6e8faf2   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  a34bb98   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  9c326fd   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  6770e23   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  d6ef7cf   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  9ab0859   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  a5ecc9f   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  ae43804   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  b1e826e   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
       new  bd335f0   src/sshmasterconnection.cpp: fix up some debug strings.
       new  fc84c24   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
       new  5479c31   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.

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   (0ba2e55)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (5479c31)

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 18 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:
 debian/changelog          |    7 ++
 res/i18n/x2goclient_es.ts |  218 ++++++++++++++++++++++++++-------------------
 2 files changed, 134 insertions(+), 91 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