diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-10 13:36:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-10 13:36:19 +0100 |
| commit | 1b576d63f5b5babda35c3995dd375e39baa16947 (patch) | |
| tree | ce2f91f3aeba076409d43521606aa20873203b7e | |
| parent | 7f3a784849bb94a40480d6a5e6119eb182e93197 (diff) | |
| parent | 91c4fed2f010077e19ff5f8c57831047827528a7 (diff) | |
Merge branch 'master' of ssh://main.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
@@ -4,6 +4,10 @@ 2014-05-09 Carl Hetherington <cth@carlh.net> + * Version 1.69.1 released. + +2014-05-09 Carl Hetherington <cth@carlh.net> + * Fix crash on using content with more than 12 audio channels. * Re-introduce ffprobe call when adding content. diff --git a/debian/changelog b/debian/changelog index 0f31a2716..7bf686d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.0-1) UNRELEASED; urgency=low +dcpomatic (1.69.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -124,8 +124,9 @@ dcpomatic (1.69.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 05 May 2014 16:41:46 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 09 May 2014 22:57:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.0devel' +VERSION = '1.69.1devel' def options(opt): opt.load('compiler_cxx') |
