[mythtv-commits] mythtv branch fixes/0.28 updated by dhampton. v0.28.1-68-gac9a02e

Git Repo Owner noreply at mythtv.org
Fri Dec 22 20:07:43 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user dhampton.
       via  ac9a02e4c3fa1fbb42559f629c1c7a869286b170 (commit)
       via  61196b953abc9c6d2dd2ee711081581c10dfbc87 (commit)
       via  a3c929b81615fe953d775e00cac57c249c9d357c (commit)
       via  c14349b0c424c1d1dcde52a6b662c0ee968177eb (commit)
       via  08197560e23fbe4177a822d2fa25e9040de3f8b7 (commit)
      from  883cea99fed17d4e679035fcaa2c6c25e49f92a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac9a02e4c3fa1fbb42559f629c1c7a869286b170
Author:    Stuart Auchterlonie <stuarta at mythtv.org> at Wed, 23 Nov 2016 20:13:51 +0000
Committer: David Hampton <mythtv at love2code.net> at Fri, 22 Dec 2017 15:04:05 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ac9a02e4c3fa1fbb42559f629c1c7a869286b170

Ignore .qmake.stash files
(cherry picked from commit ae16b66a1e7b446bf2257bb214ee6c505e26e497)



commit 61196b953abc9c6d2dd2ee711081581c10dfbc87
Author:    Jean-Yves Avenard <jyavenard at mozilla.com> at Sun, 13 Nov 2016 21:26:19 +1100
Committer: David Hampton <mythtv at love2code.net> at Fri, 22 Dec 2017 15:03:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=61196b953abc9c6d2dd2ee711081581c10dfbc87

Ignore vscode config directory
(cherry picked from commit 6da96491308a173a975f90f3c7d6d583f014c04b)



commit a3c929b81615fe953d775e00cac57c249c9d357c
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Thu, 10 Nov 2016 13:26:13 +0000
Committer: David Hampton <mythtv at love2code.net> at Fri, 22 Dec 2017 14:53:09 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a3c929b81615fe953d775e00cac57c249c9d357c

Ignore moc_predefs.h files
(cherry picked from commit 38250c7efcdf4b0bc9e4afd2e13d2bfe956b86cb)



commit c14349b0c424c1d1dcde52a6b662c0ee968177eb
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Dec 2017 19:52:37 +0100
Committer: David Hampton <mythtv at love2code.net> at Fri, 22 Dec 2017 14:21:37 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c14349b0c424c1d1dcde52a6b662c0ee968177eb

MythSystem: Make sure to clean up objects properly
In case MythSystemLegacy{Unix, Windows}::m_parent had already been
deleted when a process exited, a dangling QBuffer pointer could be left
in MythSystemLegacyIOHandler.  If this pointer was accessed, for example
in MythSystemLegacyIOHandler::HandleRead, it could cause a crash.

Fixes #12317

(cherry picked from commit 3eccd6152b0f468df16906e2472fd879a18a54b9)



commit 08197560e23fbe4177a822d2fa25e9040de3f8b7
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Dec 2017 19:47:57 +0100
Committer: David Hampton <mythtv at love2code.net> at Fri, 22 Dec 2017 14:21:37 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=08197560e23fbe4177a822d2fa25e9040de3f8b7

MainServer: Reinstate the event about disconnected sockets
Fixes #13150

(cherry picked from commit b1e5ddeb92ae93b6eb692aa7863d80be89aaf1e9)



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

Summary of changes:
 .gitignore                                    |    5 ++++-
 mythtv/libs/libmythbase/mythsystemunix.cpp    |    2 +-
 mythtv/libs/libmythbase/mythsystemwindows.cpp |    6 +++++-
 mythtv/programs/mythbackend/mainserver.cpp    |   10 ++++++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list