diff options
| -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 @@ 2014-01-07 Carl Hetherington <cth@carlh.net> + * Version 1.58 released. + +2014-01-07 Carl Hetherington <cth@carlh.net> + * Fix Windows build of FFmpeg to link against zlib, which fixes parsing of some .mov files. diff --git a/debian/changelog b/debian/changelog index fe6a4bdfa..6632cd446 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.57-1) UNRELEASED; urgency=low +dcpomatic (1.58-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -61,8 +61,9 @@ dcpomatic (1.57-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 05 Jan 2014 22:41:00 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 07 Jan 2014 22:59:52 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.58pre' +VERSION = '1.58' def options(opt): opt.load('compiler_cxx') |
