[X2Go-Commits] [x2goclient] branch feature/libssh-api-upgrade updated (2b7f608 -> 9aa514c)

git-admin at x2go.org git-admin at x2go.org
Thu Feb 2 06:55:22 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  2b7f608   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  7954adb   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  179dd39   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  96ad7a6   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  e210fa3   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  775718f   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  b3c2f85   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  a07327f   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  84d6b42   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  78bcfce   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  6a9f84b   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  c8924ec   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  8ac36d5   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  0aa484b   src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public key via ssh_get_server_publickey () and its hash via ssh_get_publickey_hash () instead of using the deprecated ssh_get_pubkey_hash () function.
       new  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.
       new  e8d67c4   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  a23a3db   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  d5edf53   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  456c140   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  d9ee965   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  bc6dd6e   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  5b3e174   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  7e87053   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  1920cfd   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  b53ea01   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  bfbc01f   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  58ff99d   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  9aa514c   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.

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   (2b7f608)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (9aa514c)

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 14 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            |    3 ++-
 src/sshmasterconnection.cpp |   18 ++++++++++++------
 2 files changed, 14 insertions(+), 7 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