[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-beta-76-gced01f6

Git Repo Owner noreply at mythtv.org
Mon Aug 26 03:38:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  ced01f695b396326a713cf99cebe3b430229779b (commit)
       via  94ab1d6abcca577886d3d56fcf0fb00edd4a44b0 (commit)
      from  bf6fc7cd39af46030de7542032f1e4cae55a3533 (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 ced01f695b396326a713cf99cebe3b430229779b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 Aug 2013 13:35:26 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 Aug 2013 13:35:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ced01f695b396326a713cf99cebe3b430229779b

Revert "Resync nzmqt with upstream.  Fixes #10924."
Consistently segfault at startup

This reverts commit 6f39379cfa8f63c84548d9a25cc33264d27b478e.



commit 94ab1d6abcca577886d3d56fcf0fb00edd4a44b0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 Aug 2013 12:06:49 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 26 Aug 2013 12:07:13 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=94ab1d6abcca577886d3d56fcf0fb00edd4a44b0

Fix minor leak.
The tasks live during the entire life of mythbackend. Only allows nicer output following bb997346018d79678f19006bad4152cd2bd9cb14 (that is 0 objects leaked)



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

Summary of changes:
 mythtv/external/nzmqt/CHANGELOG.md                 |   20 ---
 mythtv/external/nzmqt/CHANGELOG.txt                |    8 +
 mythtv/external/nzmqt/{LICENSE.md => COPYING.txt}  |    2 +-
 mythtv/external/nzmqt/{doc => }/LICENSE.header     |    2 +-
 mythtv/external/nzmqt/README.markdown              |   83 ++++++++++
 mythtv/external/nzmqt/README.md                    |   41 -----
 mythtv/external/nzmqt/doc/Samples.md               |   51 ------
 mythtv/external/nzmqt/doc/Software.md              |   51 ------
 mythtv/external/nzmqt/include/nzmqt/nzmqt.hpp      |  164 +++++++-------------
 mythtv/external/nzmqt/src/NzmqtApp.h               |   18 +-
 mythtv/external/nzmqt/src/common/Tools.h           |    2 +-
 mythtv/external/nzmqt/src/main.cpp                 |    2 +-
 mythtv/external/nzmqt/src/nzmqt.pro                |   26 ---
 mythtv/external/nzmqt/src/pubsub/PubSubClient.h    |    2 +-
 mythtv/external/nzmqt/src/pubsub/PubSubServer.h    |    2 +-
 mythtv/external/nzmqt/src/pushpull/PushPullSink.h  |    2 +-
 .../nzmqt/src/pushpull/PushPullVentilator.h        |    2 +-
 .../external/nzmqt/src/pushpull/PushPullWorker.h   |    2 +-
 mythtv/external/nzmqt/src/reqrep/ReqRepClient.h    |    2 +-
 mythtv/external/nzmqt/src/reqrep/ReqRepServer.h    |    2 +-
 mythtv/libs/libmythbase/housekeeper.cpp            |    1 -
 mythtv/libs/libmythbase/logging.cpp                |    5 -
 mythtv/libs/libmythbase/loggingserver.cpp          |    3 -
 23 files changed, 167 insertions(+), 326 deletions(-)
 delete mode 100644 mythtv/external/nzmqt/CHANGELOG.md
 create mode 100644 mythtv/external/nzmqt/CHANGELOG.txt
 rename mythtv/external/nzmqt/{LICENSE.md => COPYING.txt} (95%)
 rename mythtv/external/nzmqt/{doc => }/LICENSE.header (95%)
 create mode 100644 mythtv/external/nzmqt/README.markdown
 delete mode 100644 mythtv/external/nzmqt/README.md
 delete mode 100644 mythtv/external/nzmqt/doc/Samples-pubsub.md
 delete mode 100644 mythtv/external/nzmqt/doc/Samples-pushpull.md
 delete mode 100644 mythtv/external/nzmqt/doc/Samples-reqrep.md
 delete mode 100644 mythtv/external/nzmqt/doc/Samples.md
 delete mode 100644 mythtv/external/nzmqt/doc/Software-API-Reference.md
 delete mode 100644 mythtv/external/nzmqt/doc/Software.md

-- 



More information about the mythtv-commits mailing list