[mythtv-commits] mythtv branch fixes/0.28 updated by rsiddons. v0.28.1-23-gaf98262

Git Repo Owner noreply at mythtv.org
Wed May 10 16:21:30 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user rsiddons.
       via  af9826265820668395c64f04179a90dcdf331adb (commit)
       via  2d247dc4600cc11166f056f48058f74252a27419 (commit)
      from  e26a33c69af48399b8c52b1d76872d64a944d137 (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 af9826265820668395c64f04179a90dcdf331adb
Author:    Roger Siddons <rsiddons at mythtv.org> at Wed, 10 May 2017 01:18:44 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 10 May 2017 16:56:46 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=af9826265820668395c64f04179a90dcdf331adb

Prevent cutlist editor crash when extending marks
Code was modifying the container without adjusting the iterator.
Fixes #13039

(cherry picked from commit 9d2f7b67ef004c20c24048922a1f9367c6127399)



commit 2d247dc4600cc11166f056f48058f74252a27419
Author:    Roger Siddons <rsiddons at mythtv.org> at Thu, 20 Apr 2017 09:26:51 +0100
Committer: Roger Siddons <rsiddons at mythtv.org> at Wed, 10 May 2017 16:56:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2d247dc4600cc11166f056f48058f74252a27419

Python: Fix bookmarkupdate error
Python scripts updating a recording with no bookmark elicit:
Failed due to: "MySQL error 1292: Incorrect datetime value: '0' for column 'bookmarkupdate' at row 1"

The bindings use a default of 0, which is rejected by newer MySQL versions

(cherry picked from commit 37ef0fa91e7fdffb0edccec288b00471c60f2148)



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

Summary of changes:
 mythtv/bindings/python/MythTV/dataheap.py |    2 +-
 mythtv/libs/libmythtv/deletemap.cpp       |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list