[mythtv-firehose] mythtv branch master updated by beirdo. v0.26-pre-722-g0e4437c

Git Repo Owner noreply at mythtv.org
Wed Jun 27 06:24:09 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user beirdo.
       via  0e4437ceb4dabdaa26a409a992a4d574e6b976fc (commit)
       via  5b3afdb6a853421ef5ef18f90992609cfc8a82a4 (commit)
      from  9b41af706b2300ec09f500a398150cd0b1242367 (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 0e4437ceb4dabdaa26a409a992a4d574e6b976fc
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Tue, 26 Jun 2012 23:23:34 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Tue, 26 Jun 2012 23:23:59 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0e4437ceb4dabdaa26a409a992a4d574e6b976fc

Clean up some small memory leaks in logging



commit 5b3afdb6a853421ef5ef18f90992609cfc8a82a4
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Tue, 26 Jun 2012 23:21:33 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Tue, 26 Jun 2012 23:23:59 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5b3afdb6a853421ef5ef18f90992609cfc8a82a4

Rename libzmq in our installs to libmythzmq
As this library will inevitably end up in /usr/lib in distro packages, we don't
want to be conflicting with a system-installed zeromq.  Therefore, I have
made the lib be libmythzmq.  We may still need to tweak some includes.



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

Summary of changes:
 mythtv/external/zeromq/.gitignore                  |    2 +-
 mythtv/external/zeromq/configure                   |    4 +-
 mythtv/external/zeromq/configure.in                |    2 +-
 mythtv/external/zeromq/perf/Makefile.am            |   12 +-
 mythtv/external/zeromq/perf/Makefile.in            |   24 +-
 mythtv/external/zeromq/src/Makefile.am             |   16 +-
 mythtv/external/zeromq/src/Makefile.in             |  777 ++++++++++----------
 .../zeromq/src/{libzmq.pc.in => libmythzmq.pc.in}  |    0
 mythtv/external/zeromq/tests/Makefile.am           |    2 +-
 mythtv/external/zeromq/tests/Makefile.in           |   20 +-
 mythtv/libs/libmythbase/logging.cpp                |    5 +-
 mythtv/settings.pro                                |    2 +-
 12 files changed, 436 insertions(+), 430 deletions(-)
 rename mythtv/external/zeromq/src/{libzmq.pc.in => libmythzmq.pc.in} (100%)

-- 



More information about the mythtv-firehose mailing list