diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-31 10:25:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-31 10:25:31 +0100 |
| commit | 4b619ac45b2f80a2b06eaabde63f4b66316af847 (patch) | |
| tree | d94c818c3b7b82c58d44a27a2caf6fa8f4503d71 | |
| parent | c38a1ccce6483442846ec03aa9089c93fcef0639 (diff) | |
| parent | 5d17098100408d1d8a4f197a274935209d52fc14 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2017-08-31 Carl Hetherington <cth@carlh.net> + * Version 2.11.20 released. + +2017-08-31 Carl Hetherington <cth@carlh.net> + * Fix erroneous re-use of video files after turning off burnt subtitles (#1113). 2017-08-30 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index e790bfbcd..57167337b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.19-1) UNRELEASED; urgency=low +dcpomatic (2.11.20-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -511,8 +511,9 @@ dcpomatic (2.11.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Mon, 21 Aug 2017 00:10:06 +0100 + -- Carl Hetherington <carl@main.carlh.net> Thu, 31 Aug 2017 00:37:57 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.19devel' +VERSION = '2.11.20devel' def options(opt): opt.load('compiler_cxx') |
