[X2Go-Commits] [x2goclient] branch feature/libssh-api-upgrade updated (d821bc3 -> a5639de)

git-admin at x2go.org git-admin at x2go.org
Wed Feb 22 09:10:02 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  d821bc3   src/sshmasterconnection.cpp: enable parsing of ~/.ssh/config. Fixes: #1121.
  discards  9964ebe   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
  discards  84fbe9c   src/sshmasterconnection.cpp: fix up some debug strings.
  discards  6990f50   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
  discards  cf680f0   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
  discards  19f371d   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
  discards  a51c90f   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
  discards  e383a8f   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
  discards  56c01f2   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
  discards  54ce362   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
  discards  56369bd   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
  discards  379900b   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
  discards  974d77e   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
  discards  deaf15a   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
  discards  243a925   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
  discards  de301a6   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
  discards  9cd8930   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.
  discards  415cced   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
      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
       new  9612e6a   src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.
       new  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.
       new  c6ce255   src/sshmasterconnection.cpp: replace string_free () with its successor ssh_string_free ().
       new  d616e09   src/sshmasterconnection.cpp: replace deprecated channel_new () function with ssh_channel_new ().
       new  dffc470   src/sshmasterconnection.cpp: replace deprecated channel_open_forward () function with ssh_channel_open_forward ().
       new  3b037cd   src/sshmasterconnection.cpp: replace deprecated channel_open_session () function with ssh_channel_open_session ().
       new  b722370   src/sshmasterconnection.cpp: replace deprecated channel_request_exec () function with ssh_channel_request_exec ().
       new  f1abcbd   src/sshmasterconnection.cpp: replace deprecated channel_poll () function with ssh_channel_poll ().
       new  e67bf45   src/sshmasterconnection.cpp: replace deprecated channel_read () function with ssh_channel_read ().
       new  f86895a   src/sshmasterconnection.cpp: replace deprecated channel_is_eof () function with ssh_channel_is_eof ().
       new  d14a335   src/sshmasterconnection.cpp: replace deprecated channel_write () function with ssh_channel_write ().
       new  a71ce02   src/sshmasterconnection.cpp: replace deprecated channel_send_eof () function with ssh_channel_send_eof ().
       new  efd41a9   src/sshmasterconnection.cpp: replace deprecated channel_close () function with ssh_channel_close ().
       new  1d8a37a   src/sshmasterconnection.cpp: replace deprecated channel_free () function with ssh_channel_free ().
       new  ed981d1   src/sshmasterconnection.cpp: use QString::arg () to insert function name and thus deduplicate error translation messages.
       new  bb727e5   src/sshmasterconnection.cpp: fix up some debug strings.
       new  a5b4d79   src/sshmasterconnection.cpp: port more occurrences of "QString to C string" akin to 1b21d75f2c10609f3586f5b5e0b4ceb7fca83fdd.
       new  a5639de   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   (d821bc3)
            \
             N -- N -- N   refs/heads/feature/libssh-api-upgrade (a5639de)

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:
 VERSION                                       |    2 +-
 debian/changelog                              |  137 ++++++++++-------
 macbuild.sh                                   |   11 +-
 man/man1/x2goclient.1                         |    2 +-
 res/i18n/x2goclient_fi.ts                     |  204 ++++++++++++++-----------
 res/i18n/x2goclient_sv.ts                     |   19 +--
 src/appdialog.cpp                             |   24 ++-
 src/version.h                                 |    2 +-
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |   10 +-
 x2goclient.spec                               |    2 +-
 10 files changed, 233 insertions(+), 180 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