diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2016-04-04 Carl Hetherington <cth@carlh.net> + + * Fix failure to keep italic etc. going across + multiple lines of a SubRip subtitle (#837). + 2016-04-01 Carl Hetherington <cth@carlh.net> * Updated fr_FR translation from Thierry Journet. @@ -263,7 +263,7 @@ def dependencies(target): return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options), ('libdcp', 'bc70899'), - ('libsub', 'v1.1.11')) + ('libsub', 'b9fb00d')) def configure_options(target): opt = '' |
