
noreply at mythtv
Jul 24, 2012, 9:14 AM
Post #1 of 1
(40 views)
Permalink
|
|
mythtv branch devel/ceton updated by danielk. v0.26-pre-1068-gf612576
|
|
The branch, devel/ceton has been updated on the mythtv repository by gitolite user danielk. via f612576017d1cdd0d2f815dce162cf0fd5310ab0 (commit) via 38257011f7f445f239f24f3e1e87ed7113743b6f (commit) via de851dd273eaa80689a427f915c7db40d015e0ba (commit) via 73621b97a47a078c5ddd31f25ea61163b573affb (commit) via ab52f19a201d5238e21e068cae1bc4215c62ee07 (commit) from 07acf0e850d62d6c54cec498c675cc8f82d83d64 (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 f612576017d1cdd0d2f815dce162cf0fd5310ab0 Author: Daniel Thor Kristjansson <dkristjansson [at] mythtv> at Tue, 24 Jul 2012 12:13:16 -0400 Committer: Daniel Thor Kristjansson <dkristjansson [at] mythtv> at Tue, 24 Jul 2012 12:13:16 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=f612576017d1cdd0d2f815dce162cf0fd5310ab0 Fixes #10870. Fix Start/Stop race condition in StreamHandler. Take two... The locking order documented in streamhandler.h wasn't being adhered to in the DVBStreamHandler. The actual locking order is now documented and a new lock has been added for AddListener/RemoveListener as per the suggested code from Roger James. commit 38257011f7f445f239f24f3e1e87ed7113743b6f Author: Daniel Thor Kristjansson <dkristjansson [at] mythtv> at Tue, 24 Jul 2012 10:19:09 -0400 Committer: Daniel Thor Kristjansson <dkristjansson [at] mythtv> at Tue, 24 Jul 2012 10:19:09 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=38257011f7f445f239f24f3e1e87ed7113743b6f Merge branch 'master' into devel/ceton ----------------------------------------------------------------------- Summary of changes: checksums/mythplugins-0.25.2.md5sum | 1 + checksums/mythtv-0.25.2.md5sum | 1 + mythplugins/mytharchive/i18n/mytharchive_et.qm | Bin 31965 -> 32054 bytes mythplugins/mytharchive/i18n/mytharchive_et.ts | 9 +- mythplugins/mythbrowser/i18n/mythbrowser_et.qm | Bin 6648 -> 6609 bytes mythplugins/mythbrowser/i18n/mythbrowser_et.ts | 2 +- mythplugins/mythgame/i18n/mythgame_et.qm | Bin 15691 -> 15813 bytes mythplugins/mythgame/i18n/mythgame_et.ts | 8 +- mythplugins/mythmusic/i18n/mythmusic_et.qm | Bin 58870 -> 58774 bytes mythplugins/mythmusic/i18n/mythmusic_et.ts | 4 +- mythplugins/mythmusic/mythmusic/musicplayer.cpp | 1 + mythplugins/mythnews/i18n/mythnews_et.qm | Bin 4345 -> 4422 bytes mythplugins/mythnews/i18n/mythnews_et.ts | 11 +- mythplugins/mythweather/i18n/mythweather_et.qm | Bin 21533 -> 20739 bytes mythplugins/mythweather/i18n/mythweather_et.ts | 36 ++-- .../mythzoneminder/i18n/mythzoneminder_et.qm | Bin 6800 -> 6755 bytes .../mythzoneminder/i18n/mythzoneminder_et.ts | 2 +- mythtv/i18n/mythfrontend_et.qm | Bin 601001 -> 598449 bytes mythtv/i18n/mythfrontend_et.ts | 206 ++++++++++---------- mythtv/libs/libmythtv/recorders/streamhandler.cpp | 46 +++-- mythtv/libs/libmythtv/recorders/streamhandler.h | 6 +- 21 files changed, 171 insertions(+), 162 deletions(-) create mode 100644 checksums/mythplugins-0.25.2.md5sum create mode 100644 checksums/mythtv-0.25.2.md5sum -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|