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

git-admin at x2go.org git-admin at x2go.org
Sat Jan 28 18:43:07 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  1c2c520   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  e249b8c   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  6a653e5   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  f04dc49   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  8a7dfa1   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  4059b04   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  1670337   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  2267bf7   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  eda953c   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  f118498   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  f73adcd   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  001341c   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  694b894   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  81d9085   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.
  discards  138a1ac   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions.
       new  64abe5a   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
       new  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  8ac36d5   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  c8924ec   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  6a9f84b   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  78bcfce   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  84d6b42   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  a07327f   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  b3c2f85   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  775718f   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  e210fa3   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  96ad7a6   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  179dd39   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  7954adb   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  2b7f608   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   (1c2c520)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (2b7f608)

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 15 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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
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