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

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

        at  bc5c972   (tag)
   tagging  2f1cd7effd47d905434d4cfd19db52ec32365661 (commit)
  replaces  4.1.1.1
 tagged by  Mihai Moldovan
        on  Fri Jun 22 22:33:55 2018 +0200

- Log -----------------------------------------------------------------
Upstream version 4.1.2.0
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAlstXTMPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHRYMQAKIl1KeW5nJ+0iwk9oeXRSdE2j6FNJf7dAd5
oBqKkaW0oN/UkjiLQ8IHMSq+5ndnj81/II10j4H/Oh3Bah+8/Vb0UhAxGZvogO6Q
pMKiROXE19UFLCS2O8lmhrR5guwj/CRXGPX8gtlR5f+S6TzRDij62aQt79qqQLjM
D0WhWPuzA/cvvb3jOdzkTV2g9Iyvg1ZQ+9fAzo0EDzRUP0bt//9mInqJq4M9DQnW
Of2eGvXYJ6ITo0kdOacXXb2qIE+rnxR5MdThqqQF1kcxax3sJgyx8jdDuZQhQJzs
ZRomeK9F81+ciSlq1A3TeyIopf3UORdW4s/q3iirZ99WpYYg0IWbTsTNk3iZGZZp
Wc9Ll76875FPWaJMnWmwf6dI0sTxBbsaY63sS4ckhWuaUnl+cq7dY9RXzO1CfBuT
PmGAQQcVk7Eg3N1IdVp5ZLBl5xjIQmKHRrbR++23l3YnNMvC6SBmDWeYT6bDuvnR
+F41wEN8ZdW4gnoZp9ClOEmpaxL9LIz/DIbjulQ67j36Rrhl0ioSiPFf5rFY4z9K
V0aur/NcRwhS1TaAoBeiovQxvUIXEC58g7HyDQETFub+2lZ0qAiyZtanvc1N1h6f
UhTggUQTsuJfwq0UAZeMiXOW9xZTd0lSUPMuT5/Q2fVp1cXml1cR9PE+Wti6YSMu
3uFcPuD3
=fEus
-----END PGP SIGNATURE-----

Martti Pitkänen (1):
      res/i18n/x2goclient_fi.ts: update Finnish translation file.

Mihai Moldovan (51):
      misc: update version to 4.1.2.0.
      res/img/svg: add new lxqt.svg icon file (really helix.svg).
      res/img/icons/*x*: add new rasterized lxqt.png files in different sizes.
      res/qresources.qrc: add new lxqt files.
      src/{onmainwindow.cpp,session{button,widget}.{cpp,h}}: add support for 
LXQt. Fixes: #1263.
      src/sshmasterconnection.cpp: stop libssh/OpenSSL from querying for a 
passphrase if started with a controlling terminal.
      x2goclient.pro: remove plugin references.
      x2goclient.spec: remove plugin references.
      misc: change http:// to https:// where appropriate, but in actual code 
and translation files for now.
      debian/rules: remove plugin references.
      debian/control: convert plugin packages to dummy transitional packages 
with no dependencies, remove other plugin references.
      Makefile: remove plugin references.
      Makefile: remove x2goclient_*.qm files in clean rule.
      debian/rules: remove x2goclient_*.qm files removal.
      x2gobrowserplugin-2.4_1/: remove.
      provider/: remove.
      INSTALL: remove plugin references.
      debian/x2goplugin{,-provider}.install: clear out.
      
debian/{x2goplugin.dirs,x2goplugin-provider.dirs,x2goplugin-provider.links,x2goplugin-provider.post*}:
 remove.
      {{build,config}_win_plugin.bat,config_linux_{,static_}plugin.sh}: remove.
      config_win.bat: remove plugin references.
      debian/copyright: remove plugin references.
      src/{configdialog.cpp,onmainwindow{.cpp,{,_privat}.h}}: remove plugin 
references.
      src/editconnectiondialog.cpp: do not connect signals to slots that do not 
exist on non-Linux platforms.
      src/onmainwindow.cpp: add -nopn parameter to VcXsrv startup options, 
making the binary fail if it wasn't able to bind the requested port on all 
addresses.
      src/onmainwindow.cpp: print out current DISPLAY value in debug log while 
starting X server.
      src/onmainwindow.{cpp,h}: don't error out directly if starting the X.Org 
Server failed on Windows.
      {src/{onmainwindow.{cpp,h},help.cpp},man/man1/x2goclient.1}: add new 
option --xserver-start-limit, replacing the formerly hardcoded limit of three 
tries.
      src/onmainwindow.{cpp,h}: fix compile error on Windows - use std::size_t 
instead of std::ssize_t, treat zero as infinity value while parsing option 
value.
      src/onmainwindow.cpp: handle a disabled X.Org Server start limit 
correctly.
      src/onmainwindow.cpp: fix other compile errors/typos.
      src/onmainwindow.cpp: another compile error/typo fix.
      src/onmainwindow.cpp: let client recognize new --xserver-start-limit 
param correctly.
      src/onmainwindow.cpp: add -silent-dup-error parameter to VcXsrv startup 
options, forcing it to silently fail without showing a dialog and thus keeping 
the process running.
      src/onmainwindow.cpp: re-add periodic xmodmap keyboard sync for OS 
X/macOS platforms.
      src/onmainwindow.cpp: fix compile error on OS X/macOS.
      copy-deps-win32.bat: update to 20160121-4 Cygwin bundle, shipping with 
chgrp.
      src/onmainwindow.cpp: fix user-facing error messages in Windows X.Org 
Server startup functions.
      src/pulsemanager.cpp: use QByteArray's constData () instead of data (), 
since we'll never modify the data anyway.
      src/onmainwindow.cpp: hook-in chgrp for ~/.x2go/etc on Windows platforms 
to work around a Cygwin permissions bug. Fixes: #1156.
      src/onmainwindow.cpp: QProcess:nullDevice () is only available on Qt 
5.2+, so use a workaround for older versions.
      src/onmainwindow.cpp: actually pass the correct group ID to the chgrp 
call and make sure that the warning dialog box also appears whenever the exit 
code indicates a failure.
      src/onmainwindow.{cpp,h}: remove Cygwin permissions workaround via chgrp.
      copy-deps-win32.bat: update to 20180615-1 Cygwin bundle, shipping with a 
further modified OpenSSH Server version at 7.7p1-1-x2go1 and without chgrp.
      src/onmainwindow.cpp: disable private host key permissions check in 
OpenSSH Server on Windows. Fixes: #1156.
      res/i18n/x2goclient_*.ts: update translation files.
      res/i18n/x2goclient_fi.ts: whitespace and other fixups.
      res/i18n/x2goclient_fi.ts: add missing numerus form translation and other 
fixups.
      res/i18n/x2goclient_de.ts: another fixup I previously forgot about.
      res/i18n/x2goclient_et.ts: whitespace and meta data fixup.
      res/i18n/x2goclient_et.ts: typo fix: on+ma -> oma.

Mike DePaulo (5):
      Do not attempt to perform Interaction with SSH Server
      Windows: Update PuTTY from 0.68 to 0.70
      Update debian/changelog that commit "Do not attempt to perform 
Interaction with SSH Server" Fixes: #1258
      Windows: Update Win32 OpenSSL from 1.0.2k to 1.0.2n
      Upgrade bundled VcXsrv to 1.20.0.0

Oleksandr Shneyder (3):
      don't start gpg agent for PGP card authentication. Use system agent 
instead.
      change search string for pcsc_scan.
      destroy unused SSH sessions for LDAP authentication.

Robert Parts (1):
      res/i18n/x2goclient_et.ts: update Estonian translation file.

Stefan Baur (1):
      res/i18n/x2goclient_de.ts: update German translation file.

Sébastien Ducoulombier (1):
      res/i18n/x2goclient_fr.ts: update French translation file.

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

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

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
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to