[X2Go-tags] [x2goclient] annotated tag 4.1.1.1 created (now eef4bf3)

git-admin at x2go.org git-admin at x2go.org
Thu Feb 15 21:42:05 CET 2018


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

x2go pushed a change to annotated tag 4.1.1.1
in repository x2goclient.

        at  eef4bf3   (tag)
   tagging  d8f5e5a4a51724ef3620e7f347644338e2449444 (commit)
  replaces  4.1.1.0
 tagged by  Mihai Moldovan
        on  Thu Feb 15 21:41:45 2018 +0100

- Log -----------------------------------------------------------------
Upstream version 4.1.1.1
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAlqF8IkPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHtjYQAJrzPvv7VYJylunp6S8kvQTRHV0m655pD2AO
W+XokEt78hEfWSYsuYKIdn6Q3z2/MYRlVugYRX5W0J0lPrpfITLr60AUwtzMMfzU
ToOBQOBYOkSWB1fW6hH7SA8x4a2vjs6KIf8BrnnYoXugM9v9PWXcmPLXIz2WAqm+
2OwmQvpHK3MXQTGnh2MTuxPCDV2sd0B8eup5W6TJR0VEyP9y1OLfkm7UXbtZyEyw
acolCgmCsuK2n/wmSoK3m/9MLHDyQd3/+hKaDY1zKKZfk3J0vqh0BpEhiizt8bSH
5XmNtQ3rEY9ee/ypROSrnzK7ueSsHHn+PlvozAvbXxnVpzy1LprH/AOS0KcvLhQI
boYlxfAQ74iQUJW+cMVGx/3XhYFXfp2PuZVCev2nv3qLZ+H3sbcA1pYUK4Jk/ATU
FueYTqx0NDCNG0uUQb3VOgizGN/e3EFn0Y0VEzPSNYheh3J4wePQbUW0oZJMsTnZ
NHrgkPobrLTbK3i5veyPb0BuB3O6jzZlR7ty3i3SpPjr+S/ujjCytE/GXXHPiq+H
ryZdO4sIjyQXsaIu5YS9/GCi2yYtAb/IbpW8RNZ4dvydzqAyXHnGMOAcVur321+p
asCNoN8iK5yVEsR9yXUtfMgTV2JLKR+kd5L3MQF26naBUhHLpc7FcamWfH+TivdH
7AuGtPel
=AkpR
-----END PGP SIGNATURE-----

Mihai Moldovan (34):
      src/pulsemanager.cpp: print out PA --version output as a debug message.
      macbuild.sh: also bundle xauth binary as nxauth binary.
      macbuild.sh: switch to bundling PulseAudio 11.1 since it's now available in MacPorts.
      src/sshmasterconnection.cpp: don't ask for private key passphrase if auto-login merely failed due to the server denying the public key.
      src/{httpbrokerclient,onmainwindow,sshmasterconnection}.{cpp,h}: introduce new passphrase_type enum and replace the old verificationCode boolean value with that.
      src/sshmasterconnection.cpp: query for password if it wasn't already provided.
      src/onmainwindow.cpp: finally include version information in debug output.
      res/i18n/x2goclient_*.ts: apply last change to translation files directly.
      debian/changelog: syntax fixup.
      src/sshmasterconnection.cpp: error out with a useful error message in case no password has been provided when doing password authentication.
      src/sshmasterconnection.cpp: don't output an empty error message if password authencation has been requested but the server does not support this mechanism.
      debian/changelog: add bug closure for #408.
      src/onmainwindow.cpp: wrap user name for client-side mounts in quotes. Fixes: #559.
      {example/x2goclient-cli,src/onmainwindow.cpp}: remove hopefully obsolete HOSTNAME exporting into environment.
      debian/changelog: add bug closure for #1122.
      src/onmainwindow.cpp: remove client-side LD_LIBRARY_PATH meddling.
      src/settingswidgets.cpp: don't incorrectly enable whole display settings in single display setups.
      src/onmainwindow.cpp: pass X2GO_RANDR_XINERAMA=[yes,no] to x2gostartagent as an environment variable based upon the xinerama session setting.
      src/onmainwindow.cpp: fix another leaked X2goSettings object.
      src/onmainwindow.cpp: rename xinerama env variable on session startup to X2GO_XINERAMA in accordance with server changes.
      src/onmainwindow.cpp: supply xinerama option as another parameter to x2goresume-session on session resume.
      src/sessionbutton.cpp: make button non-sensitive in bottom right part if it's editable. Fixes: #1214.
      {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: reformat, whitespace fixes, split out close button slot in a separate function.
      src/onmainwindow.{cpp,h}: let close button be a member variable.
      src/onmainwindow.cpp: disable and enable close button during and after connection startup.
      src/onmainwindow.cpp: initialize directRDP to false to be able to call slotSuspendSessFromSt () even if no session has previously been started.
      src/onmainwindow.cpp: only initialize directRDP variable if platform is Linux.
      src/onmainwindow.cpp: always create close button, but either hide or show it based upon whether --closebt was provided or not.
      Revert "src/onmainwindow.cpp: disable and enable close button during and after connection startup."
      src/onmainwindow.cpp: always enable close button, let it log out from a broker if already authenticated or close the client on click. Fixes: #1209.
      man/man1/x2goclient.1: clarify what the close button now does.
      src/onmainwindow.cpp: correctly initialize brokerAuthentication member of ConfigFile struct.
      {res/{img/png/close-button.png,resources.qrc},src/{{onmainwindow,httpbrokerclient}.{cpp,h},help.cpp},man/man1/x2goclient.1}: rename close button to broker logout button.
      man/man1/x2goclient.1: add missing escape signs before dash/minus characters.

Oleksandr Shneyder (1):
      Change echo mode for user input in InteractionDialog.

Walid Moghrabi (2):
      res/img/png/: add close-button.png file.
      {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new option --closebt. Fixes: #1227.

X2Go Release Manager (3):
      Continue development
      man/man1/x2goclient.1: update date pre-release.
      release 4.1.1.1

-----------------------------------------------------------------------

No new revisions were added by this update.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-tags mailing list